numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

fixed an issue where the filter function would not work correctly whe… #42

Closed raphael-sys closed 1 year ago

raphael-sys commented 1 year ago

…n using the convolution method. this was caused to a wrong order of cut and axisshift in the indices logic. fixed by proper indices selection considering the order of commands.