Definition at line 18 of file coaddDriver.py.
◆ setDefaults()
def lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.pipe.drivers.coaddDriver.CoaddDriverConfig.validate |
( |
|
self | ) |
|
◆ 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 |
◆ 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: