lsst.pipe.drivers  20.0.0+24
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.coaddDriver.CoaddDriverConfig Class Reference
Inheritance diagram for lsst.pipe.drivers.coaddDriver.CoaddDriverConfig:

Public Member Functions

def setDefaults (self)
 
def validate (self)
 

Static Public Attributes

 coaddName = Field(dtype=str, default="deep", doc="Name for coadd")
 
 select
 
 makeCoaddTempExp
 
 doBackgroundReference
 
 backgroundReference
 
 assembleCoadd
 
 doDetection
 
 detectCoaddSources
 
 hasFakes
 
 calexpType
 

Detailed Description

Definition at line 18 of file coaddDriver.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.setDefaults (   self)

Definition at line 39 of file coaddDriver.py.

◆ validate()

def lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.validate (   self)

Definition at line 44 of file coaddDriver.py.

Member Data Documentation

◆ assembleCoadd

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.assembleCoadd
static
Initial value:
= ConfigurableField(
target=SafeClipAssembleCoaddTask, doc="Assemble warps into coadd")

Definition at line 28 of file coaddDriver.py.

◆ backgroundReference

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.backgroundReference
static
Initial value:
= ConfigurableField(
target=NullSelectImagesTask, doc="Build background reference")

Definition at line 26 of file coaddDriver.py.

◆ calexpType

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.calexpType
static
Initial value:
= Field(dtype=str, default="calexp",
doc="Should be set to fakes_calexp if you want to process calexps with fakes in.")

Definition at line 36 of file coaddDriver.py.

◆ coaddName

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.coaddName = Field(dtype=str, default="deep", doc="Name for coadd")
static

Definition at line 19 of file coaddDriver.py.

◆ detectCoaddSources

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.detectCoaddSources
static
Initial value:
= ConfigurableField(
target=DetectCoaddSourcesTask, doc="Detect sources on coadd")

Definition at line 32 of file coaddDriver.py.

◆ doBackgroundReference

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.doBackgroundReference
static
Initial value:
= Field(
dtype=bool, default=False, doc="Build background reference?")

Definition at line 24 of file coaddDriver.py.

◆ doDetection

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.doDetection
static
Initial value:
= Field(dtype=bool, default=True,
doc="Run detection on the coaddition product")

Definition at line 30 of file coaddDriver.py.

◆ hasFakes

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.hasFakes
static
Initial value:
= Field(dtype=bool, default=False,
doc="Should be set to True if fake sources were added to the data before processing.")

Definition at line 34 of file coaddDriver.py.

◆ makeCoaddTempExp

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.makeCoaddTempExp
static
Initial value:
= ConfigurableField(
target=MakeCoaddTempExpTask, doc="Warp images to sky")

Definition at line 22 of file coaddDriver.py.

◆ select

lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.select
static
Initial value:
= ConfigurableField(
target=WcsSelectImagesTask, doc="Select images to process")

Definition at line 20 of file coaddDriver.py.


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