MergeDcrDetectionsTask¶
Python API summary¶
from lsst.pipe.tasks.dcrMultiBand import MergeDcrDetectionsTask
- 
classMergeDcrDetectionsTask
- Merge dcrCoadd detections from multiple subfilters - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- ! @brief Merge multiple catalogs - ...
- 
methodrunDataRef
- Undocumented - ...
See also
See the MergeDcrDetectionsTask API reference for complete details.
Retargetable subtasks¶
skyObjects¶
- Default
- lsst.meas.algorithms.skyObjects.SkyObjectsTask
- Field type
- ConfigurableField
Generate sky objects
Configuration fields¶
connections¶
- Data type
- lsst.pipe.base.config.Connections
- Field type
- ConfigField
Configurations describing the connections of the PipelineTask to datatypes
cullPeaks¶
- Data type
- lsst.pipe.tasks.multiBandUtils.CullPeaksConfig
- Field type
- ConfigField
Configuration for how to cull peaks.
maxSamePeak¶
When adding new catalogs to the merge, all peaks less than this distance  (in arcsec) to an existing peak will be flagged as detected in that catalog.
minNewPeak¶
Minimum distance from closest peak to create a new one (in arcsec).
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.