olgaliak / seismic-deeplearning

Deep Learning for Seismic Imaging and Interpretation
MIT License
3 stars 0 forks source link

Add Segy data prep utils and Notebook to deepseimic repo #3

Open olgaliak opened 4 years ago

olgaliak commented 4 years ago

Add Segy data prep utils and needed unit tests (see also #1 ) to deepseimic repo

olgaliak commented 4 years ago

add demo notebook

MJZawacki commented 4 years ago

Plan:

olgaliak commented 4 years ago

Segy (generated data) -> npy -> [optional] clipping (covered #4 )-> save npy to disk

maxkazmsft commented 4 years ago

Extension notebook to https://github.com/olgaliak/seismic-deeplearning/issues/1 which shows how to read and work with generated segy data - see https://github.com/olgaliak/seismic-deeplearning/issues/3#issuecomment-582601764 above

MJZawacki commented 4 years ago

Submitted - https://github.com/microsoft/seismic-deeplearning/pull/199