Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-15916: Make meas_mosaic backwards compatible with *_flux --> *_instFlux rename #47

Merged
merged 4 commits into from Oct 22, 2018

Conversation

laurenam
Copy link
Contributor

No description provided.

Prior to this, the loop into the error correction never triggered
as it was searching on the flux field name, but they are not the
same (the error key names have "Err", or some variation thereof
depending on the table version of the stack when the data were
processed appended to the flux name).  Instead, here we just loop
through and correct the entire list of errKeys returned by the
getFluxKeys funciton (where there is already a check on the
corresponding flux key before the error key is added to the list,
so an extra check here is redundant).
RFC-498 saw the following changes to calibration flag naming:
   - calib_psfUsed -> calib_psf_used
   - calib_psfCandidate -> calib_psf_candidate
   - calib_astrometryUsed -> calib_astrometry_used
This adds backwards compatibility for pre-RFC-498 processed catalogs.
@laurenam laurenam merged commit c2a3a41 into master Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant