lsst.skymap ga8c6da7877+e280585b77
|
Public Member Functions | |
__init__ (self, config, version=0) | |
generateTract (self, index) | |
updateSha1 (self, sha1) | |
Static Public Attributes | |
ConfigClass = DiscreteSkyMapConfig | |
Protected Attributes | |
_tractBuilder | |
Static Protected Attributes | |
tuple | _version = (1, 0) |
Discrete sky map pixelization. We put a square Tract at each of the nominated coordinates. Parameters ---------- config : `lsst.skyMap.BaseSkyMapConfig` The configuration for this SkyMap; if None use the default config. version : `int` or `tuple` of `int` (optional) Software version of this class, to retain compatibility with old instances.
Definition at line 50 of file discreteSkyMap.py.
lsst.skymap.discreteSkyMap.DiscreteSkyMap.__init__ | ( | self, | |
config, | |||
version = 0 ) |
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 66 of file discreteSkyMap.py.
lsst.skymap.discreteSkyMap.DiscreteSkyMap.generateTract | ( | self, | |
index ) |
Generate TractInfo for the specified tract index.
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 70 of file discreteSkyMap.py.
lsst.skymap.discreteSkyMap.DiscreteSkyMap.updateSha1 | ( | self, | |
sha1 ) |
Add subclass-specific state or configuration options to the SHA1.
Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.
Definition at line 78 of file discreteSkyMap.py.
|
protected |
Definition at line 75 of file discreteSkyMap.py.
|
staticprotected |
Definition at line 64 of file discreteSkyMap.py.
|
static |
Definition at line 63 of file discreteSkyMap.py.