lsst.skymap ge3564fa9f0+1367fbe905
|
Public Member Functions | |
__init__ (self, config, version=0) | |
findTract (self, coord) | |
generateTract (self, index) | |
updateSha1 (self, sha1) | |
Static Public Attributes | |
ConfigClass = HealpixSkyMapConfig | |
int | numAngles = 4 |
Protected Attributes | |
_nside | |
_tractBuilder | |
Static Protected Attributes | |
tuple | _version = (1, 0) |
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.
lsst.skymap.healpixSkyMap.HealpixSkyMap.__init__ | ( | self, | |
config, | |||
version = 0 |
|||
) |
Reimplemented from lsst.skymap.cachingSkyMap.CachingSkyMap.
Definition at line 92 of file healpixSkyMap.py.
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.
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.
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.
|
protected |
Definition at line 93 of file healpixSkyMap.py.
|
protected |
Definition at line 118 of file healpixSkyMap.py.
|
staticprotected |
Definition at line 89 of file healpixSkyMap.py.
|
static |
Definition at line 88 of file healpixSkyMap.py.
|
static |
Definition at line 90 of file healpixSkyMap.py.