PyLops / pylops

PyLops – A Linear-Operator Library for Python
https://pylops.readthedocs.io
GNU Lesser General Public License v3.0
430 stars 102 forks source link

Deghosting signs #554

Closed mrava87 closed 1 year ago

mrava87 commented 1 year ago

Problem

The Deghosting app can currently only handle deghosting of pressure data, whilst we would like to handle both pressure and vertical velocity. This requires choosing whether to use + or - sign in https://github.com/PyLops/pylops/blob/55c42ac053c3456d596cf400891076e8b1972d9a/pylops/waveeqprocessing/oneway.py#L331C47-L331C48

Solution

Add a new optional parameter call kind