MergeDetectionsTask¶
Python API summary¶
from lsst.pipe.tasks.mergeDetections import MergeDetectionsTask
- 
classMergeDetectionsTask
- ! @anchor MergeDetectionsTask_ - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- ! @brief Merge multiple catalogs - ...
- 
methodrunDataRef
- Undocumented - ...
See also
See the MergeDetectionsTask API reference for complete details.
Retargetable subtasks¶
skyObjects¶
- Default
- lsst.meas.algorithms.skyObjects.SkyObjectsTask
- Field type
- ConfigurableField
Generate sky objects
Configuration fields¶
cullPeaks¶
- Data type
- lsst.pipe.tasks.multiBandUtils.CullPeaksConfig
- Field type
- ConfigField
Configuration for how to cull peaks.
maxSamePeak¶
- Default
- 0.3
- Field type
- float- Field
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.