Skip to content

Commit 5d3e42c

Browse files
committed
minor: fix broken links in plot_blending
1 parent 8502e12 commit 5d3e42c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/plot_blending.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""
22
Blending
33
========
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.
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
7+
to mimic state-of-the-art simultaneous shooting acquisition systems.
78
"""
89
import matplotlib.pyplot as plt
910
import numpy as np

0 commit comments

Comments
 (0)