Definition at line 558 of file makeCoaddTempExp.py.
◆ setDefaults()
def lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.validate |
( |
|
self | ) |
|
◆ backgroundList
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.backgroundList |
|
static |
Initial value:= pipeBase.InputDatasetField(
doc="Input backgrounds to be added back into the calexp if bgSubtracted=False",
name="calexpBackground",
storageClass="Background",
dimensions=("Visit", "Detector")
)
Definition at line 565 of file makeCoaddTempExp.py.
◆ bgSubtracted
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.bgSubtracted |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Work with a background subtracted calexp?",
dtype=bool,
default=True,
)
Definition at line 58 of file makeCoaddTempExp.py.
◆ calExpList
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.calExpList |
|
static |
Initial value:= pipeBase.InputDatasetField(
doc="Input exposures to be resampled and optionally PSF-matched onto a SkyMap projection/patch",
name="calexp",
storageClass="ExposureF",
dimensions=("Visit", "Detector")
)
Definition at line 559 of file makeCoaddTempExp.py.
◆ coaddPsf
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.coaddPsf |
|
staticinherited |
Initial value:= pexConfig.ConfigField(
doc="Configuration for CoaddPsf",
dtype=CoaddPsfConfig,
)
Definition at line 63 of file makeCoaddTempExp.py.
◆ direct
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.direct |
|
static |
Initial value:= pipeBase.OutputDatasetField(
doc=("Output direct warped exposure (previously called CoaddTempExp), produced by resampling ",
"calexps onto the skyMap patch geometry."),
nameTemplate="{coaddName}Coadd_directWarp",
storageClass="ExposureF",
dimensions=("Tract", "Patch", "SkyMap", "Visit"),
scalar=True
)
Definition at line 584 of file makeCoaddTempExp.py.
◆ doApplySkyCorr
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doApplySkyCorr = pexConfig.Field(dtype=bool, default=False, doc="Apply sky correction?") |
|
staticinherited |
◆ doWrite
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWrite |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="persist <coaddName>Coadd_<warpType>Warp",
dtype=bool,
default=True,
)
Definition at line 53 of file makeCoaddTempExp.py.
◆ makeDirect
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makeDirect |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Make direct Warp/Coadds",
dtype=bool,
default=True,
)
Definition at line 67 of file makeCoaddTempExp.py.
◆ makePsfMatched
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makePsfMatched |
|
staticinherited |
Initial value:= pexConfig.Field(
doc="Make Psf-Matched Warp/Coadd?",
dtype=bool,
default=False,
)
Definition at line 72 of file makeCoaddTempExp.py.
◆ psfMatched
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.psfMatched |
|
static |
Initial value:= pipeBase.OutputDatasetField(
doc=("Output PSF-Matched warped exposure (previously called CoaddTempExp), produced by resampling ",
"calexps onto the skyMap patch geometry and PSF-matching to a model PSF."),
nameTemplate="{coaddName}Coadd_psfMatchedWarp",
storageClass="ExposureF",
dimensions=("Tract", "Patch", "SkyMap", "Visit"),
scalar=True
)
Definition at line 592 of file makeCoaddTempExp.py.
◆ skyCorrList
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.skyCorrList |
|
static |
Initial value:= pipeBase.InputDatasetField(
doc="SkyCorr",
name="Input Sky Correction to be subtracted from the calexp if doApplySkyCorr=True",
storageClass="Background",
dimensions=("Visit", "Detector")
)
Definition at line 571 of file makeCoaddTempExp.py.
◆ skyMap
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.skyMap |
|
static |
Initial value:= pipeBase.InputDatasetField(
doc="Input definition of geometry/bbox and projection/wcs for warped exposures",
nameTemplate="{coaddName}Coadd_skyMap",
storageClass="SkyMap",
dimensions=("SkyMap",),
scalar=True
)
Definition at line 577 of file makeCoaddTempExp.py.
◆ warpAndPsfMatch
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.warpAndPsfMatch |
|
staticinherited |
Initial value:= pexConfig.ConfigurableField(
target=WarpAndPsfMatchTask,
doc="Task to warp and PSF-match calexp",
)
Definition at line 49 of file makeCoaddTempExp.py.
The documentation for this class was generated from the following file: