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
Source detection
insertFakes¶
- Default
- Field type
Injection of fake sources for testing purposes (must be retargeted)
scaleVariance¶
- Default
- Field type
Variance rescaling
Configuration fields¶
coaddName¶
Name of coadd
connections¶
- Data type
lsst.pipe.base.config.Connections
- Field type
Configurations describing the connections of the PipelineTask to datatypes
doInsertFakes¶
Run fake sources injection task
doScaleVariance¶
Scale variance plane using empirical noise?
hasFakes¶
Should be set to True if fake sources have been inserted into the input data.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.