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-13575 Fix plotting of initial data in photometry ipynb #71

Merged
merged 1 commit into from Feb 28, 2018

Conversation

parejkoj
Copy link
Collaborator

No description provided.

@parejkoj parejkoj changed the title DM-13575 Fix plotting of initial data in plot_fluxes DM-13575 Fix plotting of initial data in photometry ipynb Feb 16, 2018
`final['inputFlux'] - final['fittedFlux']` is comparing "initial inputFlux"
with "final fittedFlux", which will give much larger residuals than
`initial['inputFlux'] - initial['fittedFlux']`, because fittedFlux changes
during the fit. The error was most noticeable on HSC data. The per-visit
part of the photometric calibration is a few percent correction at most;
the difference between the initial and final plots should be relatively
minor.
@parejkoj parejkoj merged commit 17ea76a into master Feb 28, 2018
@ktlim ktlim deleted the tickets/DM-13575 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant