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

Export ndarray to sgy #14

Open
chuymtz opened this issue May 6, 2021 · 1 comment
Open

Export ndarray to sgy #14

chuymtz opened this issue May 6, 2021 · 1 comment

Comments

@chuymtz
Copy link

chuymtz commented May 6, 2021

Thanks so much for your notebooks. i think they're great. However, do you know how to export to sgy. file from an ndarray? I see in your first notebook you export from the already existing .sgy file. I dont have this yet.

Thanks!

@mrava87
Copy link
Contributor

mrava87 commented May 7, 2021

Hi,
Thanks :)

Have you looked if you this could do for you : https://segyio.readthedocs.io/en/latest/segyio.html#segyio.tools.from_array

It will make a minimal segy file from you directly from ND-array . You may need later on to crawl through traces and change headers if you need to have more precise information stored (eg cdpx, cdpy)

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