HealpixSkyMap#
- class lsst.skymap.healpixSkyMap.HealpixSkyMap(*args, **kwargs)
Bases:
CachingSkyMapHEALPix-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
intortupleofint(optional) Software version of this class, to retain compatibility with old instances.
Deprecated since version 28: HealpixSkyMap has been deprecated and will be removed after v28.
Attributes Summary
Methods Summary
findTract(coord)Find the tract whose inner region includes the coord.
generateTract(index)Generate TractInfo for the specified tract index.
updateSha1(sha1)Add subclass-specific state or configuration options to the SHA1.
Attributes Documentation
- numAngles = 4#
Methods Documentation
- findTract(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.
- coord
- generateTract(index)#
Generate TractInfo for the specified tract index.
- updateSha1(sha1)#
Add subclass-specific state or configuration options to the SHA1.
- config