EquatSkyMapConfig#
- class lsst.skymap.EquatSkyMapConfig(*args, **kw)#
Bases:
BaseSkyMapConfigAttributes Summary
range of declination (deg) (
List, default(-1.25, 1.25))number of tracts; warning: TAN projection requires at least 3 (
int, default4)nominal pixel scale (arcsec/pixel) (
float, default0.333)one of the FITS WCS projection codes, such as:- STG: stereographic projection- MOL: Molleweide's projection- TAN: tangent-plane projection (
str, default'STG')Rotation for WCS (deg) (
float, default0)Algorithm for creating patches within the tract.
minimum overlap between adjacent sky tracts, on the sky (deg) (
float, default1.0)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- decRange#
range of declination (deg) (
List, default(-1.25, 1.25))
- numTracts#
number of tracts; warning: TAN projection requires at least 3 (
int, default4)
- pixelScale#
nominal pixel scale (arcsec/pixel) (
float, default0.333)
- projection#
one of the FITS WCS projection codes, such as:- STG: stereographic projection- MOL: Molleweide’s projection- TAN: tangent-plane projection (
str, default'STG')
- rotation#
Rotation for WCS (deg) (
float, default0)
- tractBuilder#
Algorithm for creating patches within the tract. (
RegistryInstanceDict, default'legacy')
- tractOverlap#
minimum overlap between adjacent sky tracts, on the sky (deg) (
float, default1.0)
Methods Documentation