lsst.skymap
13.0-5-g2a40766+26
|
Public Member Functions | |
def | __init__ (self, config, version=0) |
def | generateTract (self, index) |
![]() | |
def | __init__ (self, numTracts, config=None, version=0) |
def | __reduce__ (self) |
def | __iter__ (self) |
def | __len__ (self) |
def | __getitem__ (self, index) |
def | generateTract (self, index) |
![]() | |
def | __init__ (self, config=None) |
def | findTract (self, coord) |
def | findTractPatchList (self, coordList) |
def | findClosestTractPatchList (self, coordList) |
def | __getitem__ (self, ind) |
def | __iter__ (self) |
def | __len__ (self) |
Static Public Attributes | |
ConfigClass = DiscreteSkyMapConfig | |
![]() | |
ConfigClass = BaseSkyMapConfig | |
Additional Inherited Members | |
![]() | |
config | |
Discrete sky map pixelization. We put a square Tract at each of the nominated coordinates.
Definition at line 48 of file discreteSkyMap.py.
def lsst.skymap.discreteSkyMap.DiscreteSkyMap.__init__ | ( | self, | |
config, | |||
version = 0 |
|||
) |
Constructor @param[in] config: an instance of self.ConfigClass; if None the default config is used @param[in] version: software version of this class, to retain compatibility with old instances
Definition at line 56 of file discreteSkyMap.py.
def lsst.skymap.discreteSkyMap.DiscreteSkyMap.generateTract | ( | self, | |
index | |||
) |
Generate the TractInfo for a particular index
Definition at line 65 of file discreteSkyMap.py.
|
static |
Definition at line 53 of file discreteSkyMap.py.