lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
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)
 

Static Public Attributes

 warpAndPsfMatch
 
 doWrite
 
 doOverwrite
 
 bgSubtracted
 
 coaddPsf
 
 makeDirect
 
 makePsfMatched
 

Detailed Description

Config for MakeCoaddTempExpTask

Definition at line 39 of file makeCoaddTempExp.py.

Member Function Documentation

◆ validate()

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

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

◆ doOverwrite

lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doOverwrite
static
Initial value:
= pexConfig.Field(
doc="overwrite <coaddName>Coadd_<warpType>Warp; If False, continue if the file exists on disk",
dtype=bool,
default=True,
)

Definition at line 51 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 46 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 65 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 70 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",
)

Definition at line 42 of file makeCoaddTempExp.py.


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