Closed mrava87 closed 1 year ago
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
Deghosting
Add a new optional parameter call kind
kind
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-L331C48Solution
Add a new optional parameter call
kind