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.
2 parents 2a7cce9 + 7e97798 commit 042ea41Copy full SHA for 042ea41
examples/plot_blending.py
@@ -1,9 +1,9 @@
1
"""
2
Blending
3
========
4
-This example shows how to use the :py:class:`pylops.waveeqprocessing.blending.BlendingContinuous`,
5
-:py:class:`pylops.waveeqprocessing.blending.BlendingGroup` and
6
-:py:class:`pylops.waveeqprocessing.blending.BlendingHalf` operators to blend seismic data
+This example shows how to use the :py:class:`pylops.waveeqprocessing.BlendingContinuous`,
+:py:class:`pylops.waveeqprocessing.BlendingGroup` and
+:py:class:`pylops.waveeqprocessing.BlendingHalf` operators to blend seismic data
7
to mimic state-of-the-art simultaneous shooting acquisition systems.
8
9
import matplotlib.pyplot as plt
0 commit comments