lsst.pipe.tasks  21.0.0-33-g5ddf1805+888ad90e2c
Public Member Functions | 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)
 

Static Public Attributes

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

Detailed Description

Config for MakeCoaddTempExpTask

Definition at line 49 of file makeCoaddTempExp.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 104 of file makeCoaddTempExp.py.

◆ validate()

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

Definition at line 94 of file makeCoaddTempExp.py.

Member Data Documentation

◆ 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 61 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 66 of file makeCoaddTempExp.py.

◆ doApplySkyCorr

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

Definition at line 92 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 56 of file makeCoaddTempExp.py.

◆ doWriteEmptyWarps

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 81 of file makeCoaddTempExp.py.

◆ hasFakes

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 87 of file makeCoaddTempExp.py.

◆ makeDirect

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makeDirect
static
Initial value:
= pexConfig.Field(
doc="Make direct Warp/Coadds",
dtype=bool,
default=True,
)

Definition at line 70 of file makeCoaddTempExp.py.

◆ makePsfMatched

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.makePsfMatched
static
Initial value:
= pexConfig.Field(
doc="Make Psf-Matched Warp/Coadd?",
dtype=bool,
default=False,
)

Definition at line 75 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",
)
Config for MakeCoaddTempExpTask

Definition at line 52 of file makeCoaddTempExp.py.


The documentation for this class was generated from the following file: