lsst.skymap g602c5592b1+57bd2adba2
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig Class Reference
Inheritance diagram for lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig:

Public Member Functions

def setDefaults (self)
 

Public Attributes

 tractOverlap
 
 patchBorder
 
 pixelScale
 
 patchInnerDimensions
 
 projection
 

Static Public Attributes

 withTractsOnPoles
 

Detailed Description

Definition at line 39 of file dodecaSkyMap.py.

Member Function Documentation

◆ setDefaults()

def lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.setDefaults (   self)

Definition at line 46 of file dodecaSkyMap.py.

Member Data Documentation

◆ patchBorder

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.patchBorder

Definition at line 48 of file dodecaSkyMap.py.

◆ patchInnerDimensions

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.patchInnerDimensions

Definition at line 50 of file dodecaSkyMap.py.

◆ pixelScale

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.pixelScale

Definition at line 49 of file dodecaSkyMap.py.

◆ projection

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.projection

Definition at line 51 of file dodecaSkyMap.py.

◆ tractOverlap

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.tractOverlap

Definition at line 47 of file dodecaSkyMap.py.

◆ withTractsOnPoles

lsst.skymap.dodecaSkyMap.DodecaSkyMapConfig.withTractsOnPoles
static
Initial value:
= pexConfig.Field(
doc="if True center a tract on each pole, else put a vertex on each pole",
dtype=bool,
default=False,
)

Definition at line 40 of file dodecaSkyMap.py.


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