Skip to content

Commit

Permalink
Merge pull request #635 from mrava87/doc-wavedec
Browse files Browse the repository at this point in the history
doc: fix typo in wavedecomposition docstrings
  • Loading branch information
mrava87 authored Jan 15, 2025
2 parents 6c92032 + e8ad8a7 commit 6bcedc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pylops/waveeqprocessing/wavedecomposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def WavefieldDecomposition(
\end{bmatrix}(k_x, \omega)
if ``kind='analytical'`` or alternatively by solving the equation in
:func:`ptcpy.waveeqprocessing.UpDownComposition2D` as an inverse problem,
:func:`pylops.waveeqprocessing.UpDownComposition2D` as an inverse problem,
if ``kind='inverse'``.
The latter approach has several advantages as data regularization
Expand All @@ -807,9 +807,9 @@ def WavefieldDecomposition(
0 & \mathbf{F}^H \mathbf{S}
\end{bmatrix} \mathbf{p^{\pm}}
where :math:`\mathbf{R}` is a :class:`ptcpy.basicoperators.Restriction`
where :math:`\mathbf{R}` is a :class:`pylops.basicoperators.Restriction`
operator and :math:`\mathbf{S}` is sparsyfing transform operator (e.g.,
:class:`ptcpy.signalprocessing.Radon2D`).
:class:`pylops.signalprocessing.Radon2D`).
.. [1] Wapenaar, K. "Reciprocity properties of one-way propagators",
Geophysics, vol. 63, pp. 1795-1798. 1998.
Expand Down

0 comments on commit 6bcedc6

Please sign in to comment.