Config for MakeCoaddTempExpTask
Definition at line 38 of file makeCoaddTempExp.py.
◆ bgSubtracted
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.bgSubtracted |
|
static |
Initial value:= pexConfig.Field(
doc="Work with a background subtracted calexp?",
dtype=bool,
default=True,
)
Definition at line 55 of file makeCoaddTempExp.py.
◆ coaddPsf
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.coaddPsf |
|
static |
Initial value:= pexConfig.ConfigField(
doc="Configuration for CoaddPsf",
dtype=CoaddPsfConfig,
)
Definition at line 60 of file makeCoaddTempExp.py.
◆ doOverwrite
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doOverwrite |
|
static |
Initial value:= pexConfig.Field(
doc="overwrite <coaddName>Coadd_<warpType>Warp; If False, continue if the file exists on disk",
dtype=bool,
default=True,
)
Definition at line 50 of file makeCoaddTempExp.py.
◆ doWrite
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWrite |
|
static |
Initial value:= pexConfig.Field(
doc="persist <coaddName>Coadd_<warpType>Warp",
dtype=bool,
default=True,
)
Definition at line 45 of file makeCoaddTempExp.py.
◆ warpAndPsfMatch
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.warpAndPsfMatch |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=WarpAndPsfMatchTask,
doc="Task to warp and PSF-match calexp",
)
Definition at line 41 of file makeCoaddTempExp.py.
The documentation for this class was generated from the following file: