quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
7 stars 8 forks source link

Don't re-extract data for jobs when calibrations are changed? #2819

Open squaregoldfish opened 10 months ago

squaregoldfish commented 10 months ago

When calibrations are changed, the affected datasets are completely reset and reprocessed, meaning that any QC performed is lost.

If gas standards are changed, nothing needs to be re-read, since the gas calibration is applied during data reduction.

For sensor calibrations, affected values will need re-reading because the calibration is applied at read time. But we should be able to working things out so only those values are re-read, and the other columns are left as they are.