MergeDetectionsTask¶
Python API summary¶
from lsst.pipe.tasks.mergeDetections import MergeDetectionsTask
-
class
MergeDetectionsTask
(butler=None, schema=None, initInputs=None, **kwargs) ! @anchor MergeDetectionsTask_
...
- attributeconfig
Access configuration fields and retargetable subtasks.
-
method
run
(catalogs, skyInfo, idFactory, skySeed) ! @brief Merge multiple catalogs
...
-
method
runDataRef
(patchRefList) Undocumented
...
See also
See the MergeDetectionsTask
API reference for complete details.
Retargetable subtasks¶
skyObjects¶
- Default
- Field type
Generate sky objects
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
cullPeaks¶
- Data type
lsst.pipe.tasks.multiBandUtils.CullPeaksConfig
- Field type
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).
priorityList¶
Priority-ordered list of filter bands for the merge.
saveLogOutput¶
Flag to enable/disable saving of log output for a task, enabled by default.
saveMetadata¶
Flag to enable/disable metadata saving for a task, enabled by default.
skyFilterName¶
Name of `filter’ used to label sky objects (e.g. flag merge_peak_sky is set) (N.b. should be in MergeMeasurementsConfig.pseudoFilterList)