Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Sprint:DRP F18-4
-
Team:Data Release Production
Description
DM-4878 added a mechanism for propagating flags from the input catalogues to the coadd catalogue indicating stars that were used for measuring the PSF. Since then, DM-9050 added similar calibration flags for astrometry and photometry which should also be added to the list of flags that get propagated from visits to coadds.
The default list of propagated flags is currently:
flags = DictField(keytype=str, itemtype=float,
|
default={"calib_psf_candidate": 0.2, "calib_psf_used": 0.2, },
|
doc="Source catalog flags to propagate, with the threshold of relative occurrence.")
|
Please add the following to this list:
- calib_astrometry_used
- calib_photometry_used
- calib_photometry_reserved