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

Make header scan worker assume big endian #279

Closed
wants to merge 0 commits into from

Conversation

tasansal
Copy link
Collaborator

Resolves #258.

segyio header buffer is always big endian which caused incorrect header keys when user specified little endian.

At parse time we need to force big endian to unpack the values correctly for grid creation.

@tasansal tasansal added the bug Something isn't working label Sep 13, 2023
@tasansal tasansal self-assigned this Sep 13, 2023
@tasansal tasansal closed this Sep 13, 2023
@tasansal tasansal force-pushed the bug/little_endian_ingest branch from 8794a79 to a0d388a Compare September 13, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

header scan fails incorrect for little endian segy
1 participant