Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_astrom, pipe_tasks
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Data Release Production
-
Urgent?:No
Description
Currently, the quality of the initial astrometry solution from the AstrometryTask (in terms of offset and error in the offset) is only logged and is not persisted in any way. We have found that these statistics are very useful for QA and possibly exposure selection. Therefore, we should store these in the ExposureSummaryStats attached to each calexp and bring them into the VisitSummary.
In working on this ticket, I realized that the current computation of ExposureSummaryStats is in characterize and not calibrate, and therefore wasn't using the correct photometric calibration or wcs for computing the summary statistics. So this ticket moves the running of the task to the correct location.
PRs are here: https://github.com/lsst/afw/pull/596 https://github.com/lsst/meas_astrom/pull/145 https://github.com/lsst/pipe_tasks/pull/535
I have also run ci_hsc_gen3 locally to confirm that the offset values are getting propagated correctly.