Skip to content

Commit

Permalink
doc: fix typo in wavedecomposition docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Jan 15, 2025
1 parent 6c92032 commit e8ad8a7
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 e8ad8a7

Please sign in to comment.