Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_mosaic
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP F18-4, DRP F18-5
-
Team:Data Release Production
Description
The implementation of RFC-322 in DM-10302 saw the renaming of the flux fields in the catalogs from *_flux to *_instFlux along with an increment in the afw table VERSION to 3. Aliases are added on read of catalogs that have VERSION < 3 for backwards compatibility. However, the getFluxKeys() function in meas_mosaic cannot take advantage of these aliases as written, so meas_mosaic is currently broken for VERSION < 3 catalogs. This needs to be fixed.
Attachments
Issue Links
- relates to
-
DM-10302 Rename "*_flux" fields to "*_instFlux" in SourceCatalogs
- Done
Why does the meas_mosaic method have to be so complicated? Just have it return all keys that end in instFlux and instFluxErr and be done with it.