Config for MakeSkyMapTask
Definition at line 32 of file makeSkyMap.py.
◆ 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 35 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 44 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 40 of file makeSkyMap.py.
The documentation for this class was generated from the following file: