MergeDcrDetectionsTask¶
Python API summary¶
from lsst.pipe.tasks.dcrMultiBand import MergeDcrDetectionsTask
-
class
(butler=None, schema=None, **kwargs)MergeDcrDetectionsTask
Merge dcrCoadd detections from multiple subfilters
...
-
attribute
config
Access configuration fields and retargetable subtasks.
-
method
(catalogs, patchRef)run
! @brief Merge multiple catalogs
...
-
method
(patchRefList)runDataRef
! @brief Merge coadd sources from multiple bands. Calls @ref `run` which must be defined in subclasses that inherit from MergeSourcesTask
...
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¶
cullPeaks¶
- Data type
lsst.pipe.tasks.multiBand.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.