PropagateVisitFlagsTask¶
Python API summary¶
from lsst.pipe.tasks.propagateVisitFlags import PropagateVisitFlagsTask
- 
classPropagateVisitFlagsTask
- !Task to propagate flags from single-frame measurements to coadd measurements - ...
- 
attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrun
- !Propagate flags from individual visit measurements to coadd - ...
See also
See the PropagateVisitFlagsTask API reference for complete details.
Retargetable subtasks¶
No subtasks.
Configuration fields¶
flags¶
- Default
- {'calib_psf_candidate': 0.2, 'calib_psf_used': 0.2, 'calib_psf_reserved': 0.2, 'calib_astrometry_used': 0.2, 'calib_photometry_used': 0.2, 'calib_photometry_reserved': 0.2}
- Field type
- DictField
- Key type
- str
- Value type
- float
Source catalog flags to propagate, with the threshold of relative occurrence (valid range: [0-1], default is 0.2).  Coadd object will have flag set if the fraction of input visits in which it is flagged is greater than the threshold.