lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig:

Public Member Functions

def validate (self)
 
def setDefaults (self)
 

Public Attributes

 makePsfMatched
 
 makeDirect
 

Static Public Attributes

pexConfig warpAndPsfMatch
 
pexConfig doWrite
 
pexConfig bgSubtracted
 
pexConfig coaddPsf
 
pexConfig makeDirect
 
pexConfig makePsfMatched
 
pexConfig doWriteEmptyWarps
 
pexConfig hasFakes
 
pexConfig doApplySkyCorr = pexConfig.Field(dtype=bool, default=False, doc="Apply sky correction?")
 
pexConfig doApplyFinalizedPsf
 

Detailed Description

Config for MakeCoaddTempExpTask

Definition at line 55 of file makeCoaddTempExp.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 116 of file makeCoaddTempExp.py.

◆ validate()

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

Definition at line 106 of file makeCoaddTempExp.py.

Member Data Documentation

◆ 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

Definition at line 98 of file makeCoaddTempExp.py.

◆ 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

Definition at line 114 of file makeCoaddTempExp.py.

◆ 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

Definition at line 113 of file makeCoaddTempExp.py.

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