Skip to content

Commit

Permalink
Migrated to pylops2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Sep 29, 2023
1 parent b4cf41b commit 8fb187c
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 68 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ The repository is organized as follows:
- [**SeismicModelling**](https://github.com/DIG-Kaust/Seismology/blob/main/SeismicModelling/SeismicModellingInversion.ipynb): perform convolutional and AVO modelling, and apply pre-stack inversion
- [**RayTrace**](https://github.com/DIG-Kaust/Seismology/blob/main/RayTrace/RayTrace.ipynb): implement 2D raytracing by solving the associated ODE
- [**SeismicTomography**](https://github.com/DIG-Kaust/Seismology/blob/main/SeismicTomography/SeismicTomography.ipynb): create the 2D tomographic matrix and solve the associated inverse problem
- [**Obspy**](https://github.com/DIG-Kaust/Seismology/blob/main/Obspy/ObspyIntro.ipynb): a short introduction to Obspy and its usage for epicenter localization of earthquakes
- [**ReflectionSeismic**](https://github.com/DIG-Kaust/Seismology/blob/main/ReflectionSeismic): implement basic NMO processing and learn how to work with SEGY files using *segyio* and the Volve dataset.
- [**Dispersion**](https://github.com/DIG-Kaust/Seismology/blob/main/Dispersion/Dispersion.ipynb): create a surface-wave only seismic dataset, compute dispersion panel and perform surface wave dispersion curve inversion.
- [** Obspy**](https://github.com/DIG-Kaust/Seismology/blob/main/Obspy/ObspyIntro.ipynb): a short introduction to Obspy and its usage for epicenter localization of earthquakes


## Environment

Expand Down
14 changes: 7 additions & 7 deletions RayTrace/RayTrace.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ReflectionSeismic/NMO.ipynb

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions ReflectionSeismic/VolveData.ipynb

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions SeismicModelling/SeismicModellingInversion.ipynb

Large diffs are not rendered by default.

93 changes: 68 additions & 25 deletions SeismicTomography/SeismicTomography.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- seaborn
- scikit-learn
- scikit-image
- pylops<=1.18.3
- pylops>=2.0.0
- cartopy
- pip:
- lasio
Expand Down

0 comments on commit 8fb187c

Please sign in to comment.