JuliaImageRecon / ImagePhantoms.jl

Software phantoms for image reconstruction
MIT License
11 stars 4 forks source link

Add cube (cuboid), remove MIRT dependence in docs #25

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Support Cuboid shape. Update LazyGrids compat to 0.4 to ensure proper handling of StepRangeLen. Also modifies the MRI sense example to use a simple wire response (ala birdcage coil) instead of the more complicated coil loops from MIRT, to help the docs compile.

codecov[bot] commented 2 years ago

Codecov Report

Merging #25 (bd1a0a1) into main (8378cae) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #25   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        14    +1     
  Lines          439       487   +48     
=========================================
+ Hits           439       487   +48     
Impacted Files Coverage Δ
src/ellipsoid.jl 100.00% <ø> (ø)
src/cuboid.jl 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 8378cae...bd1a0a1. Read the comment docs.