Configuration parameters for CoaddBaseTask.
More...
Configuration parameters for CoaddBaseTask.
Configuration parameters shared between MakeCoaddTempExp and AssembleCoadd
Definition at line 44 of file coaddBase.py.
◆ badMaskPlanes
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.badMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc="Mask planes that, if set, the associated pixel should not be included in the coaddTempExp.",
default=("NO_DATA",),
)
Definition at line 60 of file coaddBase.py.
◆ coaddName
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.coaddName |
|
static |
Initial value:= pexConfig.Field(
doc="Coadd name: typically one of deep or goodSeeing.",
dtype=str,
default="deep",
)
Definition at line 51 of file coaddBase.py.
◆ doApplyUberCal
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.doApplyUberCal |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Apply meas_mosaic ubercal results to input calexps?",
default=False
)
Definition at line 75 of file coaddBase.py.
◆ doPsfMatch
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.doPsfMatch |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Match to modelPsf? Deprecated. Sets makePsfMatched=True, makeDirect=False",
default=False
)
Definition at line 69 of file coaddBase.py.
◆ inputRecorder
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.inputRecorder |
|
static |
Initial value:= pexConfig.ConfigurableField(
doc="Subtask that helps fill CoaddInputs catalogs added to the final Exposure",
target=CoaddInputRecorderTask
)
Definition at line 65 of file coaddBase.py.
◆ modelPsf
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.modelPsf = measAlg.GaussianPsfFactory.makeField(doc="Model Psf factory") |
|
static |
◆ select
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.select |
|
static |
Initial value:= pexConfig.ConfigurableField(
doc="Image selection subtask.",
target=WcsSelectImagesTask,
)
Definition at line 56 of file coaddBase.py.
The documentation for this class was generated from the following file: