lsst.pipe.tasks  17.0.1-26-gd98a1d13+1
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig:
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 calExpList
 
 backgroundList
 
 skyCorrList
 
 skyMap
 
 direct
 
 psfMatched
 
 warpAndPsfMatch
 
 doWrite
 
 bgSubtracted
 
 coaddPsf
 
 makeDirect
 
 makePsfMatched
 
 doWriteEmptyWarps
 
 hasFakes
 
 doApplySkyCorr = pexConfig.Field(dtype=bool, default=False, doc="Apply sky correction?")
 

Detailed Description

Definition at line 571 of file makeCoaddTempExp.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.setDefaults (   self)

Definition at line 614 of file makeCoaddTempExp.py.

◆ validate()

def lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.validate (   self)

Definition at line 619 of file makeCoaddTempExp.py.

Member Data Documentation

◆ 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=("instrument", "visit", "detector")
)

Definition at line 578 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=("instrument", "visit", "detector")
)

Definition at line 572 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", "instrument"),
scalar=True
)

Definition at line 597 of file makeCoaddTempExp.py.

◆ doApplySkyCorr

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doApplySkyCorr = pexConfig.Field(dtype=bool, default=False, doc="Apply sky correction?")
staticinherited

Definition at line 89 of file makeCoaddTempExp.py.

◆ 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.

◆ doWriteEmptyWarps

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWriteEmptyWarps
staticinherited
Initial value:
= pexConfig.Field(
dtype=bool,
default=False,
doc="Write out warps even if they are empty"
)

Definition at line 78 of file makeCoaddTempExp.py.

◆ hasFakes

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.hasFakes
staticinherited
Initial value:
= pexConfig.Field(
doc="Should be set to True if fakes ources have been inserted into the input data.",
dtype=bool,
default=False,
)

Definition at line 84 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", "instrument"),
scalar=True
)

Definition at line 605 of file makeCoaddTempExp.py.

◆ skyCorrList

lsst.pipe.tasks.makeCoaddTempExp.MakeWarpConfig.skyCorrList
static
Initial value:
= pipeBase.InputDatasetField(
doc="Input Sky Correction to be subtracted from the calexp if doApplySkyCorr=True",
name="skyCorr",
storageClass="Background",
dimensions=("instrument", "visit", "detector")
)

Definition at line 584 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 590 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: