lsst.pipe.tasks  13.0-59-g0001361c+3
 All Classes Namespaces Files Functions Variables Groups Pages
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

tuple warpAndPsfMatch
 
tuple doWrite
 
tuple doOverwrite
 
tuple bgSubtracted
 
tuple coaddPsf
 

Detailed Description

Config for MakeCoaddTempExpTask

Definition at line 38 of file makeCoaddTempExp.py.

Member Data Documentation

tuple lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.bgSubtracted
static
Initial value:
1 = pexConfig.Field(
2  doc="Work with a background subtracted calexp?",
3  dtype=bool,
4  default=True,
5  )

Definition at line 55 of file makeCoaddTempExp.py.

tuple lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.coaddPsf
static
Initial value:
1 = pexConfig.ConfigField(
2  doc="Configuration for CoaddPsf",
3  dtype=CoaddPsfConfig,
4  )

Definition at line 60 of file makeCoaddTempExp.py.

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

Definition at line 50 of file makeCoaddTempExp.py.

tuple lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.doWrite
static
Initial value:
1 = pexConfig.Field(
2  doc="persist <coaddName>Coadd_<warpType>Warp",
3  dtype=bool,
4  default=True,
5  )

Definition at line 45 of file makeCoaddTempExp.py.

tuple lsst.pipe.tasks.makeCoaddTempExp.MakeCoaddTempExpConfig.warpAndPsfMatch
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=WarpAndPsfMatchTask,
3  doc="Task to warp and PSF-match calexp",
4  )

Definition at line 41 of file makeCoaddTempExp.py.


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