lsst.pipe.tasks  21.0.0-84-gdc49320f+e289388810
Static Public Attributes | List of all members
lsst.pipe.tasks.makeSkyMap.MakeSkyMapConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.makeSkyMap.MakeSkyMapConfig:

Static Public Attributes

 coaddName
 
 skyMap
 
 doWrite
 

Detailed Description

Config for MakeSkyMapTask

Definition at line 31 of file makeSkyMap.py.

Member Data Documentation

◆ coaddName

lsst.pipe.tasks.makeSkyMap.MakeSkyMapConfig.coaddName
static
Initial value:
= pexConfig.Field(
doc="coadd name, e.g. deep, goodSeeing, chiSquared",
dtype=str,
default="deep",
)

Definition at line 34 of file makeSkyMap.py.

◆ doWrite

lsst.pipe.tasks.makeSkyMap.MakeSkyMapConfig.doWrite
static
Initial value:
= pexConfig.Field(
doc="persist the skyMap? If False then run generates the sky map and returns it, "
"but does not save it to the data repository",
dtype=bool,
default=True,
)

Definition at line 43 of file makeSkyMap.py.

◆ skyMap

lsst.pipe.tasks.makeSkyMap.MakeSkyMapConfig.skyMap
static
Initial value:
= skyMapRegistry.makeField(
doc="type of skyMap",
default="dodeca",
)

Definition at line 39 of file makeSkyMap.py.


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