|
lsst.skymap g6075d09f38+a67e7958f2
|
Public Member Functions | |
| def | __init__ (self, config, version=0) |
| def | generateTract (self, index) |
| def | updateSha1 (self, sha1) |
Static Public Attributes | |
| ConfigClass = DiscreteSkyMapConfig | |
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.
| def lsst.skymap.discreteSkyMap.DiscreteSkyMap.__init__ | ( | self, | |
| config, | |||
version = 0 |
|||
| ) |
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 66 of file discreteSkyMap.py.
| def 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.
| def 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.
|
static |
Definition at line 63 of file discreteSkyMap.py.