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

Dataset with missing standards #2198

Open squaregoldfish opened 3 years ago

squaregoldfish commented 3 years ago

If any of the defined standards are missing in a dataset, the data reduction will fail with a NullPointerException.

It should at least throw a better error. Should it try to continue processing anyway, but notify the user somehow (maybe in Dataset Comments #1967)? If so, how should data values be flagged? Should all values be flagged, those values who used a different standard than the one they wanted to use, or what?

squaregoldfish commented 2 years ago

Does this still happen?