HEAL-KGS / STICr

A collection of functions for tidying and processing raw data from Stream Temperature, Intermittency, and Conductivity (STIC) loggers
GNU Affero General Public License v3.0
4 stars 2 forks source link

Address potential calibrated value outside standard range issue #12

Closed samzipper closed 1 year ago

samzipper commented 2 years ago

What to do if the calibrated value is outside the range of the standards? How will this information get carried through - is a QA flag needed?

Could be useful to provide as an option in the apply_calibration function... maybe an argument called something like extrapolate, where F would return an NA value outside the calibration range and T would return a value but (somehow) indicate that it is outside calibration range.