Config for MakeCoaddTempExpTask
Definition at line 55 of file makeCoaddTempExp.py.
◆ setDefaults()
def lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.validate |
( |
|
self | ) |
|
◆ bgSubtracted
pexConfig 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 67 of file makeCoaddTempExp.py.
◆ coaddPsf
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.coaddPsf |
|
static |
Initial value:= pexConfig.ConfigField(
doc="Configuration for CoaddPsf",
dtype=CoaddPsfConfig,
)
Definition at line 72 of file makeCoaddTempExp.py.
◆ doApplyFinalizedPsf
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doApplyFinalizedPsf |
|
static |
Initial value:= pexConfig.Field(
doc="Whether to apply finalized psf models and aperture correction map.",
dtype=bool,
default=True,
)
Definition at line 100 of file makeCoaddTempExp.py.
◆ doApplySkyCorr
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doApplySkyCorr = pexConfig.Field(dtype=bool, default=False, doc="Apply sky correction?") |
|
static |
◆ doWrite
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWrite |
|
static |
Initial value:= pexConfig.Field(
doc="persist <coaddName>Coadd_<warpType>Warp",
dtype=bool,
default=True,
)
Definition at line 62 of file makeCoaddTempExp.py.
◆ doWriteEmptyWarps
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWriteEmptyWarps |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
default=False,
doc="Write out warps even if they are empty"
)
Definition at line 87 of file makeCoaddTempExp.py.
◆ hasFakes
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.hasFakes |
|
static |
Initial value:= pexConfig.Field(
doc="Should be set to True if fake sources have been inserted into the input data.",
dtype=bool,
default=False,
)
Definition at line 93 of file makeCoaddTempExp.py.
◆ makeDirect [1/2]
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makeDirect |
|
static |
Initial value:= pexConfig.Field(
doc="Make direct Warp/Coadds",
dtype=bool,
default=True,
)
Definition at line 76 of file makeCoaddTempExp.py.
◆ makeDirect [2/2]
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makeDirect |
◆ makePsfMatched [1/2]
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makePsfMatched |
|
static |
Initial value:= pexConfig.Field(
doc="Make Psf-Matched Warp/Coadd?",
dtype=bool,
default=False,
)
Definition at line 81 of file makeCoaddTempExp.py.
◆ makePsfMatched [2/2]
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makePsfMatched |
◆ warpAndPsfMatch
pexConfig lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.warpAndPsfMatch |
|
static |
Initial value:= pexConfig.ConfigurableField(
target=WarpAndPsfMatchTask,
doc="Task to warp and PSF-match calexp",
)
Definition at line 58 of file makeCoaddTempExp.py.
The documentation for this class was generated from the following file: