Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:5
-
Epic Link:
-
Sprint:AP F18-2
-
Team:Alert Production
Description
Change fluxSigma to fluxErr, apCorrSigma to apCorrErr and similarly for the diagonal elements of covariance matrices. This includes variable names, argument names and afw table field names. This is necessary in order to implement RFC-333.
Change afw::table::CovarianceMatrixKey to use "Err" as a suffix rather than "Sigma".
Update the FITS catalog persistence as follows:
- Bump the schema VERSION constant from 1 to 2 in SchemaImpl.h
- When reading version 1 catalogs make a fooErr as an alias to every fooSigma field
- When reading version 0 catalogs make Err aliases instead of Sigma aliases.
Attachments
Issue Links
- blocks
-
DM-8828 Support proper motions in reference catalogs
- Done
- duplicates
-
DM-11168 Change "fluxSigma" to "fluxErr" everywhere
- Won't Fix
- is triggered by
-
RFC-333 Correctly use "Sigma" and "Err" everywhere
- Implemented
- is triggering
-
DM-15355 ci_hsc failure: aperture correction fields for PsfFlux not present
- Done