Skip to content

Commit 6bcedc6

Browse files
authored
Merge pull request #635 from mrava87/doc-wavedec
doc: fix typo in wavedecomposition docstrings
2 parents 6c92032 + e8ad8a7 commit 6bcedc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pylops/waveeqprocessing/wavedecomposition.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def WavefieldDecomposition(
787787
\end{bmatrix}(k_x, \omega)
788788
789789
if ``kind='analytical'`` or alternatively by solving the equation in
790-
:func:`ptcpy.waveeqprocessing.UpDownComposition2D` as an inverse problem,
790+
:func:`pylops.waveeqprocessing.UpDownComposition2D` as an inverse problem,
791791
if ``kind='inverse'``.
792792
793793
The latter approach has several advantages as data regularization
@@ -807,9 +807,9 @@ def WavefieldDecomposition(
807807
0 & \mathbf{F}^H \mathbf{S}
808808
\end{bmatrix} \mathbf{p^{\pm}}
809809
810-
where :math:`\mathbf{R}` is a :class:`ptcpy.basicoperators.Restriction`
810+
where :math:`\mathbf{R}` is a :class:`pylops.basicoperators.Restriction`
811811
operator and :math:`\mathbf{S}` is sparsyfing transform operator (e.g.,
812-
:class:`ptcpy.signalprocessing.Radon2D`).
812+
:class:`pylops.signalprocessing.Radon2D`).
813813
814814
.. [1] Wapenaar, K. "Reciprocity properties of one-way propagators",
815815
Geophysics, vol. 63, pp. 1795-1798. 1998.

0 commit comments

Comments
 (0)