Skip to content

Commit

Permalink
Add note to readme about test metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Nov 16, 2017
1 parent 0b2dfc4 commit c73eaa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ Joint Calibration
This package performs joint astrometry and photometry across multiple visits of the same field, fitting models for the astrometric distortions and photometric calibrations of the CCDs and focal plane.

It was derived from lsst_france/meas_simastrom

A note on tests
---------------

All of the `tests/test_jointcal_<obs>.py` tests run jointcal on their respective `testdata_jointcal/<obs>` dataset.
The numeric values being tested (the metrics, pa1, and relative/absolute rms) were not computed in advance, but are empirical, from the first time that test was successfully run.
They are updated when changes to the algorithm warrants, e.g. a change to outlier rejection might affect the final chi2/ndof for some of the testdata.
More sophisticated testing of jointcal's validity is handled by `validate_drp` on much larger datasets that have multiple full-focal plane visits.

0 comments on commit c73eaa0

Please sign in to comment.