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

I can't read segy data #5

Open
israelklink opened this issue Aug 5, 2018 · 1 comment
Open

I can't read segy data #5

israelklink opened this issue Aug 5, 2018 · 1 comment

Comments

@israelklink
Copy link

I'd like to ask your help for a problem I'm encountering. I need to read a data in segy with 2G, this data is a given test. For me it would be very important, however, I can not because this data is big.

Would you have any solution to help me?

@cultpenguin
Copy link
Owner

Do you want to read a part of the data? That is not that easy to do right now, but you could use

SH = segypy.getSegyHeader(filename)
itrace=11
STH, SegyTraceData = getSegyTrace(SH, itrace)

There may me a problem with getSegyTrace though.. I have not tested it in a while.

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

2 participants