LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.skymap.ringsSkyMap.RingsSkyMapConfig Class Reference
Inheritance diagram for lsst.skymap.ringsSkyMap.RingsSkyMapConfig:

Static Public Attributes

tuple numRings = Field(dtype=int, doc="Number of rings", check=lambda x: x > 0)
 
tuple raStart
 

Detailed Description

Configuration for the RingsSkyMap

Definition at line 33 of file ringsSkyMap.py.

Member Data Documentation

tuple lsst.skymap.ringsSkyMap.RingsSkyMapConfig.numRings = Field(dtype=int, doc="Number of rings", check=lambda x: x > 0)
static

Definition at line 35 of file ringsSkyMap.py.

tuple lsst.skymap.ringsSkyMap.RingsSkyMapConfig.raStart
static
Initial value:
1 = Field(dtype=float, default=0.0, doc="Starting center RA for each ring (degrees)",
2  check=lambda x: x >= 0.0 and x < 360.0)

Definition at line 36 of file ringsSkyMap.py.


The documentation for this class was generated from the following file: