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

WellLogViewer, Python - Straight lines popping in and out of existance #1876

Open
eirik-morken opened this issue Jan 16, 2024 · 9 comments
Open

Comments

@eirik-morken
Copy link

On some wellogs there seem to appear some straight lines in the plot which appear and disappear when you zoom in and out.
This does not happen on all wellogs, only some of them.
I am unable to locate any start/end points of these lines as they disappear when you move up and down the graph.

In some main value intervals the readout values disappear as well, but reappear if you zoom in some.
Any theories what might cause this? Data issue or some interpolation issues from the model?

image

@hkfb
Copy link
Collaborator

hkfb commented Jan 17, 2024

@eirik-morken could you post some example data causing this?

@eirik-morken
Copy link
Author

This as an example:
output.txt

@eirik-morken
Copy link
Author

In the example you can actually see the start and end. However the location the readout stops working seems to not have a connection to the start/endpoint of this line.
Skjermbilde 2024-01-17 142221
Skjermbilde 2024-01-17 142234

@hkfb
Copy link
Collaborator

hkfb commented Jan 17, 2024

@eirik-morken looks like the last sample has an MD of None. Does that make sense?

Could you try to remove the None samples.

Can you reproduce it with a minimal example?

@eirik-morken
Copy link
Author

eirik-morken commented Jan 18, 2024

The None samples made no change when removed. I tried to sort the values by MD to make it easier to grab a subset, but that only made the graphs split into many small pieces even though the data is largely continuous.

image

@hkfb
Copy link
Collaborator

hkfb commented Jan 19, 2024

@eirik-morken can you try to create a minimal example so that we can isolate the samples causing the issue?

@eirik-morken
Copy link
Author

This should be a minimal sample where you can see the issue. Both smaller interpolations that skips the original values which creates double lines, as well as long appearing line when zooming in.
output.txt
Zoomed out:
image
Zooming in:
image

@eirik-morken
Copy link
Author

@hkfb What format do you expect your minimal example to have? I provided the entire object input

@hkfb
Copy link
Collaborator

hkfb commented Feb 23, 2024

@eirik-morken would be helpful if you could submit a Storybook example that demonstrates the issue. Have a look here and here for some examples.

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

No branches or pull requests

3 participants