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