twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
2 stars 2 forks source link

Calibration coefficients now ordered correctly #85

Closed twVolc closed 10 months ago

twVolc commented 10 months ago

Fixes #64

Very small update, I just flipped the coefficients as they're stored in PyplisWorker and then changed the numbering for loading in the calibration data (when using 'preloaded'). The first change automatially fixes the plotting issue. The saved statistics are now more robust to adding 2nd order polynomials as the 2nd order would be called coeff 2 (the first order is now coeff 1 whereas it was coeff 0 before).