We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8146658 commit 00f7034Copy full SHA for 00f7034
pylops/waveeqprocessing/kirchhoff.py
@@ -178,7 +178,7 @@ class Kirchhoff(LinearOperator):
178
The wavelet filtering is applied as follows [4]_:
179
180
* ``2D``: :math:`\tilde{W}(f)=\sqrt{j\omega} \cdot W(f)`
181
- * ``3D``: :math:`\tilde{W}(f)=j\omega \cdot W(f)`
+ * ``3D``: :math:`\tilde{W}(f)=-j\omega \cdot W(f)`
182
183
Depending on the choice of ``mode`` the traveltime and amplitude of the Green's
184
function will be also computed differently:
0 commit comments