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-16700: Update for latest version of fgcm, including log PWV and filter offsets. #4

Merged
merged 1 commit into from Dec 20, 2018

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Dec 6, 2018

Add support for latest fgcm, including fitting in ln(PWV) space, quadratic
temporal variation of ln(PWV), offsets between cross-calibrated filters (e.g.,
HSC r/r2 and i/i2), and estimation of the systematic error floor in the
calibration. Another fit cycle was added to the tests, as this excercises
key bits of the code where fit parameters are re-ingested.

doc='Global offset for retrieved log(pwv)')
parSchema.addField('parRetrievedLnPwvNightlyOffset', type='ArrayD',
doc='Nightly offset for retrieved log(pwv)',
size=pars['PARRETRIEVEDLNPWVNIGHTLYOFFSET'].size)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer if ln and log were used consistently (i.e. the same in the doc and the field name) but that might just be personal preference.

Add support for latest fgcm, including fitting in ln(PWV) space, quadratic
temporal variation of ln(PWV), offsets between cross-calibrated filters (e.g.,
HSC r/r2 and i/i2), and estimation of the systematic error floor in the
calibration. Another fit cycle was added to the tests, as this excercises
key bits of the code where fit parameters are re-ingested.  Schema doc strings
are updated to use "ln" instead of "log" for consistency.
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

2 participants