lsst.skymap g6075d09f38+b6284538f8
Static Public Attributes | List of all members
lsst.skymap.ringsSkyMap.RingsSkyMapConfig Class Reference
Inheritance diagram for lsst.skymap.ringsSkyMap.RingsSkyMapConfig:

Static Public Attributes

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

Detailed Description

Configuration for the RingsSkyMap

Definition at line 35 of file ringsSkyMap.py.

Member Data Documentation

◆ numRings

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

Definition at line 37 of file ringsSkyMap.py.

◆ raStart

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

Definition at line 38 of file ringsSkyMap.py.


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