Add Segy data prep utils and Notebook to deepseimic repo
olgaliak opened this issue · comments
Olga Liakhovich commented
Add Segy data prep utils and needed unit tests (see also #1 ) to deepseimic repo
Olga Liakhovich commented
add demo notebook
Michael Zawacki commented
Plan:
- Create demo notebook converting Malenov F3 to npy w/ normalization
- Add convert_segy.py script and related util module that can be used locally and in AML to convert segy to npy
- STRETCH - Add pipeline script that can run parallel jobs on File dataset
Olga Liakhovich commented
Segy (generated data) -> npy -> [optional] clipping (covered #4 )-> save npy to disk
maxkazmsft commented
Extension notebook to #1 which shows how to read and work with generated segy data - see #3 (comment) above
Michael Zawacki commented
Submitted - microsoft#199