-
Notifications
You must be signed in to change notification settings - Fork 152
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
Auto null detection #49
Comments
From my experience 231.64 can be:
During parsing I keep these data at let other measurement correction algorithms to remove them if needed. From my experience NULL that I would like to be removed by
|
OK. I think we need an option to control the behaviour (I frequently deal with software that incorrectly places e.g. 231.64 instead of NULL -- it's a real pain). How about a keyword argument
The default would be either How does that sound? |
Sounds very good 👍 I like it :) |
I now have this code written elsewhere - reminder to myself to incorporate it into lasio. |
Implemented by PR #185 |
Repeated values at the top or bottom or both ends of a curve are probably null values. e.g.
In the above case -999.25 might be defined as the NULL value but
lasio
-- given a particular keyword argument -- should autodetect and replace 231.64 by the desired null value (nan
by default) in addition to -999.25 (NULL).This is a particular problem with one piece of software that writes LAS files.
The text was updated successfully, but these errors were encountered: