SIO-ODF / ctdcal

A CTD calibration package in use on US GO-SHIP cruises
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Create verbose fitting statistics and coefficients reporting options #77

Open Klankers opened 3 weeks ago

Klankers commented 3 weeks ago

As a good way to know that data are converging towards their "best" fit, it's important to visualize how the fitting coefficients change on each iteration.

This can be expected to be much more intensive, as the data for an individual cast should be plotted against one another and all the coefficients (with matching bottle and CTD flags) recorded into one big happy report that a human can read. This type of logging for iterative fitting will be quintessential for highlighting different fitting techniques and convincing PIs that the "algorithms are good". It's also good for instructional purposes.