Skip to content

Commit

Permalink
minor: fix doc to reflect wavelet sign
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 14, 2023
1 parent 8146658 commit 00f7034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylops/waveeqprocessing/kirchhoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class Kirchhoff(LinearOperator):
The wavelet filtering is applied as follows [4]_:
* ``2D``: :math:`\tilde{W}(f)=\sqrt{j\omega} \cdot W(f)`
* ``3D``: :math:`\tilde{W}(f)=j\omega \cdot W(f)`
* ``3D``: :math:`\tilde{W}(f)=-j\omega \cdot W(f)`
Depending on the choice of ``mode`` the traveltime and amplitude of the Green's
function will be also computed differently:
Expand Down

0 comments on commit 00f7034

Please sign in to comment.