Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_data should include a screening function to drop bad temperature data #6

Open
serbinsh opened this issue Mar 15, 2023 · 1 comment
Assignees

Comments

@serbinsh
Copy link
Member

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

@DavidsonKen
Copy link
Member

This seems to be similar to issue #10. I implemented this fictionality in sanity_check_fine, so bad data will be addressed. Not sure if we want to remove it in the load_data function as it seems more like a QAQC function to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants