|
lsst.skymap g6075d09f38+136fbe1e46
|
Public Member Functions | |
| def | __init__ (self, config=None) |
| def | __getstate__ (self) |
| def | __setstate__ (self, stateDict) |
| def | getVersion (self) |
| def | updateSha1 (self, sha1) |
Static Public Attributes | |
| ConfigClass = EquatSkyMapConfig | |
Equatorial sky map pixelization, e.g. for SDSS stripe 82 image data.
EquatSkyMap represents an equatorial band of sky divided along declination
into overlapping tracts.
Parameters
----------
config : `lsst.skymap.BaseSkyMapConfig` (optional)
The configuration for this SkyMap; if None use the default config.
Definition at line 50 of file equatSkyMap.py.
| def lsst.skymap.equatSkyMap.EquatSkyMap.__init__ | ( | self, | |
config = None |
|||
| ) |
Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.
Definition at line 64 of file equatSkyMap.py.
| def lsst.skymap.equatSkyMap.EquatSkyMap.__getstate__ | ( | self | ) |
Support pickle.
Returns
-------
stateDict : `dict`
a dict containing:
- version: a pair of ints
- config: the config
Definition at line 100 of file equatSkyMap.py.
| def lsst.skymap.equatSkyMap.EquatSkyMap.__setstate__ | ( | self, | |
| stateDict | |||
| ) |
Support unpickle
Parameters
----------
stateDict : `dict`
a dict containing:
- version: a pair of ints
- config: the config
Definition at line 115 of file equatSkyMap.py.
| def lsst.skymap.equatSkyMap.EquatSkyMap.getVersion | ( | self | ) |
Return version (e.g. for pickle).
Returns
-------
result : `tuple` of `int`
Version as a pair of integers.
Definition at line 130 of file equatSkyMap.py.
| def lsst.skymap.equatSkyMap.EquatSkyMap.updateSha1 | ( | self, | |
| sha1 | |||
| ) |
Add subclass-specific state or configuration options to the SHA1.
Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.
Definition at line 140 of file equatSkyMap.py.
|
static |
Definition at line 61 of file equatSkyMap.py.