I noticed that when running unprocData[to_convert] <- lapply(unprocData[to_convert], convert_temp) we dont either set any bad data (e.g. -30.27) to NA or drop (set to NA) any bad voltage data before the conversion.
We should set any bad temp data to NA at this stage in the processing
I noticed that when running
unprocData[to_convert] <- lapply(unprocData[to_convert], convert_temp)we dont either set any bad data (e.g. -30.27) to NA or drop (set to NA) any bad voltage data before the conversion.We should set any bad temp data to NA at this stage in the processing