We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c38db commit dfc2c7aCopy full SHA for dfc2c7a
pylops/waveeqprocessing/seismicinterpolation.py
@@ -256,11 +256,7 @@ def SeismicInterpolation(
256
f"spat1axis and taxis for kind=%{kind}"
257
)
258
else:
259
- sampling = (
260
- np.abs(spataxis[1] - spataxis[1]),
261
- np.abs(spat1axis[1] - spat1axis[1]),
262
- np.abs(taxis[1] - taxis[1]),
263
- )
+ sampling = (dspat, dspat1, dt)
264
Pop = FFTND(dims=dims, nffts=nffts, sampling=sampling)
265
Pop = Pop.H
266
0 commit comments