Skip to content

Commit

Permalink
Fix plotting of initial data in plot_fluxes
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
parejkoj committed Feb 27, 2018
1 parent 746c5c5 commit fe8927c
Showing 1 changed file with 46 additions and 35 deletions.
81 changes: 46 additions & 35 deletions doc/Photometry_residuals.ipynb

Large diffs are not rendered by default.

0 comments on commit fe8927c

Please sign in to comment.