Config for MakeGen3SkyMapTask
Definition at line 27 of file makeGen3SkyMap.py.
◆ validate()
def lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapConfig.validate |
( |
|
self | ) |
|
◆ datasetTypeName
lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapConfig.datasetTypeName |
|
static |
Initial value:= pexConfig.Field(
doc="Name assigned to created skymap in butler registry",
dtype=str,
default="deepCoadd_skyMap",
)
Definition at line 30 of file makeGen3SkyMap.py.
◆ name
lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapConfig.name |
|
static |
Initial value:= pexConfig.Field(
doc="Name assigned to created skymap in butler registry",
dtype=str,
default=None,
optional=True
)
Definition at line 35 of file makeGen3SkyMap.py.
◆ skyMap
lsst.pipe.tasks.makeGen3SkyMap.MakeGen3SkyMapConfig.skyMap |
|
static |
Initial value:= skyMapRegistry.makeField(
doc="type of skyMap",
default="dodeca",
)
Definition at line 41 of file makeGen3SkyMap.py.
The documentation for this class was generated from the following file: