bionanoimaging / FourierTools.jl

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

added fourier_reverse! operations #33

Closed RainerHeintzmann closed 1 year ago

RainerHeintzmann commented 1 year ago

Interestingly the problem was more complex than I thought. One could also add a reverse_by_ft() method, which is easy via ft() but maybe not so easy via fft()?

codecov-commenter commented 1 year ago

Codecov Report

Merging #33 (0e1f04e) into main (de6204a) will increase coverage by 0.08%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   93.01%   93.09%   +0.08%     
==========================================
  Files          17       17              
  Lines         959      971      +12     
==========================================
+ Hits          892      904      +12     
  Misses         67       67              
Impacted Files Coverage Δ
src/utils.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.