Skip to content

Commit 2a7cce9

Browse files
authored
Merge pull request #645 from mrava87/doc-blendingex
minor: fix broken links in plot_blending
2 parents 8502e12 + 5d3e42c commit 2a7cce9

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)