slimgroup / JUDI.jl

Julia Devito inversion.
https://slimgroup.github.io/JUDI.jl
MIT License
98 stars 32 forks source link

Out of bounds receiver lead to incorrect size output #88

Closed mloubout closed 9 months ago

mloubout commented 2 years ago

WHile remove_out_of_bounds_reciever works correctly, the resulting data has missing traces instead of zero out traces leading to incorrect sized output with regard to the linear operator size.

Some post-process step is needed to put back the skipped traces with zeros.