Skip to content

Commit

Permalink
Merge pull request #645 from mrava87/doc-blendingex
Browse files Browse the repository at this point in the history
minor: fix broken links in plot_blending
  • Loading branch information
mrava87 authored Feb 19, 2025
2 parents 8502e12 + 5d3e42c commit 2a7cce9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/plot_blending.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
Blending
========
This example shows how to use the :py:class:`pylops.waveeqprocessing.blending.Blending`
operator to blend seismic data to mimic state-of-the-art simultaneous shooting
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
to mimic state-of-the-art simultaneous shooting acquisition systems.
"""
import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit 2a7cce9

Please sign in to comment.