DetectDcrCoaddSources¶
Python API summary¶
from lsst.pipe.tasks.dcrMultiBand import DetectDcrCoaddSources
-
class
(schema=None, **kwargs)DetectDcrCoaddSources
Detect sources on a DCR coadd
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(exposure, idFactory, expId)run
! @brief Run detection on an exposure
...
-
method
(patchRef)runDataRef
! @brief Run detection on a coadd
...
See also
See the DetectDcrCoaddSources
API reference for complete details.
Retargetable subtasks¶
detection¶
- Default
lsst.meas.algorithms.dynamicDetection.DynamicDetectionTask
- Field type
ConfigurableField
Source detection
insertFakes¶
- Default
lsst.pipe.tasks.fakes.BaseFakeSourcesTask
- Field type
ConfigurableField
Injection of fake sources for testing purposes (must be retargeted)
scaleVariance¶
- Default
lsst.pipe.tasks.scaleVariance.ScaleVarianceTask
- Field type
ConfigurableField
Variance rescaling
Configuration fields¶
detectionSchema¶
- Data type
lsst.pipe.base.config.InitOutputDatasetConfig
- Field type
ConfigField
Schema of the detection catalog
exposure¶
- Data type
lsst.pipe.base.config.InputDatasetConfig
- Field type
ConfigField
Exposure on which detections are to be performed
outputBackgrounds¶
- Data type
lsst.pipe.base.config.OutputDatasetConfig
- Field type
ConfigField
Output Backgrounds used in detection
outputExposure¶
- Data type
lsst.pipe.base.config.OutputDatasetConfig
- Field type
ConfigField
Exposure post detection
outputSources¶
- Data type
lsst.pipe.base.config.OutputDatasetConfig
- Field type
ConfigField
Detected sources catalog