lanl / NEONiso

R package for calibrating NEON atmospheric isotope data
https://lanl.github.io/NEONiso/
GNU General Public License v3.0
2 stars 2 forks source link

apply consistent gap filling of calibration parameters to functions? #53

Closed rfiorella closed 3 years ago

rfiorella commented 4 years ago

Currently seems to be a mismatch in how missing calibration parameters are handled, in a couple senses: 1) different approaches are used to force data at beginning/end of file (before or after the first/last calibration of the month). 2) I think they've all been removed for now - but how are longer missing periods handled? are there interpolations (at this point, I think not) - but are values forced to the beginning carried forward until whenever the first good calibration is? (e.g., say first good calibration happens on the 15th - force_cal_to_beginning = TRUE pushes that to the 1st, is it then applied to the 2nd, 3rd, 4th?)

rfiorella commented 3 years ago

Issue is trending toward being moot now that a flexible window across which to calibrate has been implemented. Closing issue.