bionanoimaging / FourierTools.jl

Tools for working with Fourier space.
https://bionanoimaging.github.io/FourierTools.jl/stable/
MIT License
54 stars 6 forks source link

Fix gaussian integral #46

Open RainerHeintzmann opened 3 days ago

RainerHeintzmann commented 3 days ago

fixed a bug with the normalization of Gaussian filtering. Added some tests, which also test the previously buggy case of zero-integral arrays.

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 82.75862% with 5 lines in your changes missing coverage. Please review.

Project coverage is 93.97%. Comparing base (5b3f93a) to head (6f60872).

Files with missing lines Patch % Lines
src/fourier_filtering.jl 82.75% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ========================================== + Coverage 93.01% 93.97% +0.96% ========================================== Files 18 18 Lines 1031 1046 +15 ========================================== + Hits 959 983 +24 + Misses 72 63 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sebaseb98 commented 2 days ago

Thank you for the fast implementation! Looks good to me :)