|
| | raList = ListField(dtype=float, default=[], doc="Right Ascensions of tract centers (ICRS, degrees)") |
| |
| | decList = ListField(dtype=float, default=[], doc="Declinations of tract centers (ICRS, degrees)") |
| |
| | radiusList = ListField(dtype=float, default=[], doc="Radii of tracts (degrees)") |
| |
Configuration for the DiscreteSkyMap
Definition at line 33 of file discreteSkyMap.py.
◆ validate()
| lsst.skymap.discreteSkyMap.DiscreteSkyMapConfig.validate |
( |
| self | ) |
|
◆ decList
| lsst.skymap.discreteSkyMap.DiscreteSkyMapConfig.decList = ListField(dtype=float, default=[], doc="Declinations of tract centers (ICRS, degrees)") |
|
static |
◆ radiusList
| lsst.skymap.discreteSkyMap.DiscreteSkyMapConfig.radiusList = ListField(dtype=float, default=[], doc="Radii of tracts (degrees)") |
|
static |
◆ raList
| lsst.skymap.discreteSkyMap.DiscreteSkyMapConfig.raList = ListField(dtype=float, default=[], doc="Right Ascensions of tract centers (ICRS, degrees)") |
|
static |
The documentation for this class was generated from the following file: