PyLops / pylops

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

Feature: add edge and edgeside to NonStationaryConvolve2D #592

Open mrava87 opened 4 months ago

mrava87 commented 4 months ago

This PR introduces a new feature to the NonStationaryConvolve2D operator via the edge and edgeside optional parameters, which control whether the edge filters are extended with or without tapering to the edge of the input model.

Currently the new feature is only present in the CPU implementation, whilst is missing in the GPU implementation (to be added before merging this PR).