Configuration parameters for CoaddBaseTask.
More...
Configuration parameters for CoaddBaseTask.
Configuration parameters shared between MakeCoaddTempExp and AssembleCoadd
Definition at line 38 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 54 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 45 of file coaddBase.py.
◆ doApplyUberCal
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.doApplyUberCal |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Apply jointcal WCS and PhotoCalib results to input calexps?",
default=False
)
Definition at line 69 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 63 of file coaddBase.py.
◆ includeCalibVar
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.includeCalibVar |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Add photometric calibration variance to warp variance plane.",
default=False
)
Definition at line 80 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 59 of file coaddBase.py.
◆ matchingKernelSize
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.matchingKernelSize |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Size in pixels of matching kernel. Must be odd.",
default=21,
check=lambda x: x % 2 == 1
)
Definition at line 85 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 50 of file coaddBase.py.
◆ useMeasMosaic
lsst.pipe.tasks.coaddBase.CoaddBaseConfig.useMeasMosaic |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
doc="Use meas_mosaic's applyMosaicResultsExposure() to do the photometric "
"calibration/wcs update (deprecated).",
default=False
)
Definition at line 74 of file coaddBase.py.
The documentation for this class was generated from the following file: