lsst.pipe.tasks  16.0-20-ga7ad2685+3
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig Class Reference

Configuration parameters for the DetectCoaddSourcesTask. More...

Inheritance diagram for lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 doScaleVariance = Field(dtype=bool, default=True, doc="Scale variance plane using empirical noise?")
 
 scaleVariance = ConfigurableField(target=ScaleVarianceTask, doc="Variance rescaling")
 
 detection = ConfigurableField(target=DynamicDetectionTask, doc="Source detection")
 
 coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
 
 doInsertFakes
 
 insertFakes
 
 detectionSchema
 
 exposure
 
 outputBackgrounds
 
 outputSources
 
 outputExposure
 
 quantum
 

Detailed Description

Configuration parameters for the DetectCoaddSourcesTask.

Definition at line 108 of file multiBand.py.

Member Function Documentation

◆ setDefaults()

def lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.setDefaults (   self)

Definition at line 160 of file multiBand.py.

Member Data Documentation

◆ coaddName

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
static

Definition at line 117 of file multiBand.py.

◆ detection

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.detection = ConfigurableField(target=DynamicDetectionTask, doc="Source detection")
static

Definition at line 116 of file multiBand.py.

◆ detectionSchema

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.detectionSchema
static
Initial value:
= InitOutputDatasetField(
doc="Schema of the detection catalog",
name="{}Coadd_det_schema",
storageClass="SourceCatalog",
)

Definition at line 123 of file multiBand.py.

◆ doInsertFakes

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.doInsertFakes
static
Initial value:
= Field(dtype=bool, default=False,
doc="Run fake sources injection task")

Definition at line 118 of file multiBand.py.

◆ doScaleVariance

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.doScaleVariance = Field(dtype=bool, default=True, doc="Scale variance plane using empirical noise?")
static

Definition at line 114 of file multiBand.py.

◆ exposure

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.exposure
static
Initial value:
= InputDatasetField(
doc="Exposure on which detections are to be performed",
name="deepCoadd",
scalar=True,
storageClass="Exposure",
units=("Tract", "Patch", "AbstractFilter", "SkyMap")
)

Definition at line 128 of file multiBand.py.

◆ insertFakes

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.insertFakes
static
Initial value:
= ConfigurableField(target=BaseFakeSourcesTask,
doc="Injection of fake sources for testing "
"purposes (must be retargeted)")

Definition at line 120 of file multiBand.py.

◆ outputBackgrounds

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.outputBackgrounds
static
Initial value:
= OutputDatasetField(
doc="Output Backgrounds used in detection",
name="{}Coadd_calexp_background",
scalar=True,
storageClass="Background",
units=("Tract", "Patch", "AbstractFilter", "SkyMap")
)

Definition at line 135 of file multiBand.py.

◆ outputExposure

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.outputExposure
static
Initial value:
= OutputDatasetField(
doc="Exposure post detection",
name="{}Coadd_calexp",
scalar=True,
storageClass="Exposure",
units=("Tract", "Patch", "AbstractFilter", "SkyMap")
)

Definition at line 149 of file multiBand.py.

◆ outputSources

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.outputSources
static
Initial value:
= OutputDatasetField(
doc="Detected sources catalog",
name="{}Coadd_det",
scalar=True,
storageClass="SourceCatalog",
units=("Tract", "Patch", "AbstractFilter", "SkyMap")
)

Definition at line 142 of file multiBand.py.

◆ quantum

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.quantum
static
Initial value:
= QuantumConfig(
units=("Tract", "Patch", "AbstractFilter", "SkyMap")
)

Definition at line 156 of file multiBand.py.

◆ scaleVariance

lsst.pipe.tasks.multiBand.DetectCoaddSourcesConfig.scaleVariance = ConfigurableField(target=ScaleVarianceTask, doc="Variance rescaling")
static

Definition at line 115 of file multiBand.py.


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