lsst.pipe.tasks  13.0-54-gc325bc5f
Static Public Attributes | List of all members
lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig:

Static Public Attributes

 warpAndPsfMatch
 
 doWrite
 
 doOverwrite
 
 bgSubtracted
 
 coaddPsf
 

Detailed Description

Config for MakeCoaddTempExpTask

Definition at line 38 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 55 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 60 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 50 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 45 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 41 of file makeCoaddTempExp.py.


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