def get_cl( self, lbins, t=None ): return spec.rcfft2cl( lbins, self, t=t )
def get_cl( self, lbins, t=None ): """ returns a Cl object containing the auto-spectra of this map. """ return spec.rcfft2cl( lbins, self, t=t )