-
Notifications
You must be signed in to change notification settings - Fork 5
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
get_header
on container and block gives different results
#14
Comments
Just in case I've found a problem. Anyway it is strange that headers given from container differ from headers given by seis block. Or maybe it is for made intensionnally for the speed purpose... |
The scaling is used yes, but you can turn it off with |
I just figured out that Maybe in the future |
That's a fair point. We wanted to be consistent while keeping the lookup table light (storing all the headers of a SeisCon would be quite big). Not sure what a good alternative would be but will think about it |
Hi,
I just encountered a situation that may be described by the picture attached.
![image](https://user-images.githubusercontent.com/43808863/215921471-7fb118c7-f4a6-474c-95f6-af4f1f14d4de.png)
So I have a container and i'm trying to retrieve
SourceX
from that container and from block of that container.I believe I should find an answer in this snippet but haven't understand yet.
SegyIO v0.8.3
The text was updated successfully, but these errors were encountered: