compSPI / reconstructSPI

inverse problem solvers
2 stars 3 forks source link

expand_1d_to_3d outer edge zeros documentation #43

Closed geoffwoollard closed 2 years ago

geoffwoollard commented 2 years ago

Was getting (notice empty edge on top and left)

Screen Shot 2022-04-04 at 12 03 18 AM

Should it give this???

Screen Shot 2022-04-04 at 12 03 39 AM
geoffwoollard commented 2 years ago

Actually, this should be the behaviour. Would have to extend fsc to return length n/2+1 since goes from n/2 to n/2-1 and so only half shell at radius -n/2

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (a6498dd) into dev (eb1b775) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               dev       #43   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          177       178    +1     
=========================================
+ Hits           177       178    +1     
Impacted Files Coverage Δ
...I/iterative_refinement/expectation_maximization.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eb1b775...a6498dd. Read the comment docs.