DodecaSkyMap#
- class lsst.skymap.DodecaSkyMap(config=None)#
Bases:
BaseSkyMapDodecahedron-based sky map pixelization.
DodecaSkyMap divides the sky into 12 overlapping Tracts arranged as the faces of a dodecahedron.
Parameters#
- config
lsst.skymap.BaseSkyMapConfig(optional) The configuration for this SkyMap; if None use the default config.
Methods Summary
findTract(coord)Find the tract whose inner region includes the coord.
Return version (e.g. for pickle).
Return True if there are tracts centered on the poles.
updateSha1(sha1)Add subclass-specific state or configuration options to the SHA1.
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
- getVersion()#
Return version (e.g. for pickle).
Returns#
- version
tupleofint Version as a pair of integers.
- version
- getWithTractsOnPoles()#
Return True if there are tracts centered on the poles.
- updateSha1(sha1)#
Add subclass-specific state or configuration options to the SHA1.
- config