lsst.skymap¶
The skymap package provides tools for creating pixelizations of the sky to define tracts and patches for imaging data.
A sky map describes a pixelization of image data that covers most or all of the sky. The imaging data is arranged as a sequence of overlapping rectangular “tracts”. Each tract is, in essence, a single large exposure. However, tracts are typically too large to fit into memory, so tracts are subdivided into rectangular, possibly overlapping “patches”. The patch size is chosen to easily fit into memory.
Contributing¶
lsst.skymap
is developed at https://github.com/lsst/skymap.
You can find Jira issues for this module under the skymap component.
Python API reference¶
lsst.skymap Package¶
Functions¶
|
Make an on-sky polygon from a bbox and a SkyWcs |
Classes¶
|
A collection of overlapping Tracts that map part or all of the sky. |
|
|
|
Discrete sky map pixelization. |
|
Dodecahedron-based sky map pixelization. |
|
|
|
Equatorial sky map pixelization, e.g. |
|
|
|
Information about a patch within a tract of a sky map. |
|
Information about a tract in a SkyMap sky pixelization |
lsst.skymap.detail Package¶
Functions¶
|
Convert an ICRS cartesian vector to an ICRS lsst.geom.SpherePoint |
Classes¶
|
A dodecahedron with positions of faces and associated vertices. |
|
A factory for creating Wcs objects for the sky tiles. |
Class Inheritance Diagram¶
lsst.skymap.cachingSkyMap Module¶
Classes¶
|
A SkyMap that generates its tracts on request and caches them. |
Class Inheritance Diagram¶
lsst.skymap.healpixSkyMap Module¶
Classes¶
|
Configuration for the HealpixSkyMap |
|
HEALPix-based sky map pixelization. |
Class Inheritance Diagram¶
lsst.skymap.ringsSkyMap Module¶
Classes¶
|
Configuration for the RingsSkyMap |
|
Rings sky map pixelization. |