Skip to content

Commit cd7f7b7

Browse files
committed
Changed folder slopes into others
1 parent 0247c45 commit cd7f7b7

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ data reconstruction of multi-component seismic data;
2323
## Notebooks
2424
The following notebooks are provided:
2525

26+
- :orange_book: ``others/Slopes_comparison_hyperbolic.ipynb``: notebook comparing different slope estimation methods
27+
on a set of hyperbolic events;
2628
- :orange_book: ``gom/Interpolation_GOM.ipynb``: notebook performing single-channel, multi-channel and slope-assisted
2729
multi-channel data reconstruction on a 2D shot gather from the Missisipi Canyon data;
2830
- :orange_book: ``overthrust3d/Interpolation_Ove3D.ipynb``: notebook performing single-channel, multi-channel and slope-assisted

notebooks/gom/Interpolation_GOM.ipynb

Lines changed: 13 additions & 2 deletions
Large diffs are not rendered by default.

notebooks/slopes/Slopes_comparison_hyperbolic.ipynb renamed to notebooks/others/Slopes_comparison_hyperbolic.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"name": "stderr",
113113
"output_type": "stream",
114114
"text": [
115-
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:47: RuntimeWarning: invalid value encountered in true_divide\n",
115+
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:51: RuntimeWarning: invalid value encountered in true_divide\n",
116116
" slope[it, ix] = x[ix] / (tapp * (v_rms[it0])**2)\n"
117117
]
118118
}
@@ -153,11 +153,11 @@
153153
"name": "stderr",
154154
"output_type": "stream",
155155
"text": [
156-
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:99: RuntimeWarning: divide by zero encountered in true_divide\n",
156+
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:105: RuntimeWarning: divide by zero encountered in true_divide\n",
157157
" slope_mc = mask * (-data_dx / data_dt)\n",
158-
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:99: RuntimeWarning: invalid value encountered in true_divide\n",
158+
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:105: RuntimeWarning: invalid value encountered in true_divide\n",
159159
" slope_mc = mask * (-data_dx / data_dt)\n",
160-
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:99: RuntimeWarning: invalid value encountered in multiply\n",
160+
"/home/ravasim/Documents/2022/Projects/MultiCompSlopesInterpolation/mcslopes/slopes.py:105: RuntimeWarning: invalid value encountered in multiply\n",
161161
" slope_mc = mask * (-data_dx / data_dt)\n"
162162
]
163163
}

0 commit comments

Comments
 (0)