From e8ad8a7ec3de5b07ad90928be36511c752932c7c Mon Sep 17 00:00:00 2001 From: mrava87 Date: Wed, 15 Jan 2025 21:43:05 +0000 Subject: [PATCH] doc: fix typo in wavedecomposition docstrings --- pylops/waveeqprocessing/wavedecomposition.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pylops/waveeqprocessing/wavedecomposition.py b/pylops/waveeqprocessing/wavedecomposition.py index 715fb2c1..c6e22944 100644 --- a/pylops/waveeqprocessing/wavedecomposition.py +++ b/pylops/waveeqprocessing/wavedecomposition.py @@ -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 @@ -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.