|
lsst.skymap g6075d09f38+a67e7958f2
|
Public Member Functions | |
| def | __init__ (self, config, version=0) |
| def | findTract (self, coord) |
| def | generateTract (self, index) |
| def | updateSha1 (self, sha1) |
Static Public Attributes | |
| ConfigClass = HealpixSkyMapConfig | |
| int | numAngles = 4 |
HEALPix-based sky map pixelization.
We put a Tract at the position of each HEALPixel.
Parameters
----------
config : `lsst.skymap.BaseSkyMapConfig`
The configuration for this SkyMap.
version : `int` or `tuple` of `int` (optional)
Software version of this class, to retain compatibility with old
instances.
Definition at line 74 of file healpixSkyMap.py.
| def lsst.skymap.healpixSkyMap.HealpixSkyMap.__init__ | ( | self, | |
| config, | |||
version = 0 |
|||
| ) |
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 92 of file healpixSkyMap.py.
| def lsst.skymap.healpixSkyMap.HealpixSkyMap.findTract | ( | self, | |
| coord | |||
| ) |
Find the tract whose inner region includes the coord.
Parameters
----------
coord : `lsst.geom.SpherePoint`
ICRS sky coordinate to search for.
Returns
-------
tractInfo : `TractInfo`
Info for tract whose inner region includes the coord.
Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.
Definition at line 97 of file healpixSkyMap.py.
| def lsst.skymap.healpixSkyMap.HealpixSkyMap.generateTract | ( | self, | |
| index | |||
| ) |
Generate TractInfo for the specified tract index.
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 114 of file healpixSkyMap.py.
| def lsst.skymap.healpixSkyMap.HealpixSkyMap.updateSha1 | ( | self, | |
| sha1 | |||
| ) |
Add subclass-specific state or configuration options to the SHA1.
Reimplemented from lsst.skymap.baseSkyMap.BaseSkyMap.
Definition at line 122 of file healpixSkyMap.py.
|
static |
Definition at line 88 of file healpixSkyMap.py.
|
static |
Definition at line 90 of file healpixSkyMap.py.