コード例 #1
0
ファイル: maps.py プロジェクト: rupert-allison/quicklens
 def get_cl( self, lbins, t=None ):
     return spec.rcfft2cl( lbins, self, t=t )
コード例 #2
0
ファイル: maps.py プロジェクト: GeraintPratten/quicklens
 def get_cl( self, lbins, t=None ):
     return spec.rcfft2cl( lbins, self, t=t )
コード例 #3
0
ファイル: maps.py プロジェクト: rupert-allison/quicklens
 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 )
コード例 #4
0
ファイル: maps.py プロジェクト: GeraintPratten/quicklens
 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 )