MeasureMergedDcrCoaddSourcesTask¶
Python API summary¶
from lsst.pipe.tasks.dcrMultiBand import MeasureMergedDcrCoaddSourcesTask
- 
classMeasureMergedDcrCoaddSourcesTask
- Deblend sources from master catalog in each coadd seperately and measure - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef
- ! @brief Deblend and measure - ...
See also
See the MeasureMergedDcrCoaddSourcesTask API reference for complete details.
Retargetable subtasks¶
applyApCorr¶
- Default
- lsst.meas.base.applyApCorr.ApplyApCorrTask
- Field type
- ConfigurableField
Subtask to apply aperture corrections
catalogCalculation¶
- Default
- lsst.meas.base.catalogCalculation.CatalogCalculationTask
- Field type
- ConfigurableField
Subtask to run catalogCalculation plugins on catalog
match¶
- Default
- lsst.meas.astrom.directMatch.DirectMatchTask
- Field type
- ConfigurableField
Matching to reference catalog
measurement¶
- Default
- lsst.meas.base.sfm.SingleFrameMeasurementTask
- Field type
- ConfigurableField
Source measurement
propagateFlags¶
- Default
- lsst.pipe.tasks.propagateVisitFlags.PropagateVisitFlagsTask
- Field type
- ConfigurableField
Propagate visit flags to coadd
setPrimaryFlags¶
- Default
- lsst.pipe.tasks.setPrimaryFlags.SetPrimaryFlagsTask
- Field type
- ConfigurableField
Set flags for primary tract/patch
Configuration fields¶
checkUnitsParseStrict¶
- Default
- 'raise'
- Field type
- str- Field
Strictness of Astropy unit compatibility check, can be ‘raise’, ‘warn’ or ‘silent’
doPropagateFlags¶
- Default
- True
- Field type
- bool- Field
Whether to match sources to CCD catalogs to propagate flags (to e.g. identify PSF stars)