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).
This PR introduces a new feature to the NonStationaryConvolve2D operator via the
edge
andedgeside
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).