waldeland / CNN-for-ASI

Tutorial: Convolutional Neural Networks for Automated Seismic Interpretation
Other
148 stars 79 forks source link

Extract cross/inlines from SEG-Y as images #17

Closed KirillSimonov closed 4 years ago

KirillSimonov commented 4 years ago

Dear Mr. Anders Waldeland,

Thank you for sharing your work! I am new to using ML and DL for Seismic Interpretation. I want to try your workflow out. Could you please explain how you managed to extract cross/inlines in form of grayscale images from SEG-Y file? I donwloaded Penobscot dataset with all cross/inlines and masks, and want to manage my SEG-Y file in the same manner. I have my dataset from Petrel; there is no such option. I searched the web and have not found solution. Thank you.


Sincerely, Kirill

waldeland commented 4 years ago

I recommend the segyio-package to read segues with python. From there you can save them as images with i.e. matplotlib or scipy.