MagneticResonanceImaging / MRIReco.jl

Julia Package for MRI Reconstruction
https://magneticresonanceimaging.github.io/MRIReco.jl/latest/
Other
85 stars 22 forks source link

Make example works with latests version of MRIReco #129

Closed aTrotier closed 1 year ago

aTrotier commented 1 year ago

for now :

tknopp commented 1 year ago

I started working in parallel and reached this state: https://github.com/MagneticResonanceImaging/MRIReco.jl/tree/mridataexample

If you want, you can work further from there, because I don't have time today. I fixed various things, in particular the FFTOp thing.

codecov-commenter commented 1 year ago

Codecov Report

Base: 63.05% // Head: 62.66% // Decreases project coverage by -0.39% :warning:

Coverage data is based on head (f57e35f) compared to base (1ee55aa). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #129 +/- ## ========================================== - Coverage 63.05% 62.66% -0.40% ========================================== Files 8 8 Lines 249 233 -16 ========================================== - Hits 157 146 -11 + Misses 92 87 -5 ``` | [Impacted Files](https://codecov.io/gh/MagneticResonanceImaging/MRIReco.jl/pull/129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging) | Coverage Δ | | |---|---|---| | [src/Reconstruction/DirectReconstruction.jl](https://codecov.io/gh/MagneticResonanceImaging/MRIReco.jl/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging#diff-c3JjL1JlY29uc3RydWN0aW9uL0RpcmVjdFJlY29uc3RydWN0aW9uLmps) | `95.00% <0.00%> (-0.84%)` | :arrow_down: | | [src/Reconstruction/IterativeReconstruction.jl](https://codecov.io/gh/MagneticResonanceImaging/MRIReco.jl/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging#diff-c3JjL1JlY29uc3RydWN0aW9uL0l0ZXJhdGl2ZVJlY29uc3RydWN0aW9uLmps) | `46.87% <0.00%> (-0.25%)` | :arrow_down: | | [src/Tools/Regridding.jl](https://codecov.io/gh/MagneticResonanceImaging/MRIReco.jl/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging#diff-c3JjL1Rvb2xzL1JlZ3JpZGRpbmcuamw=) | `100.00% <0.00%> (ø)` | | | [src/Reconstruction/RecoParameters.jl](https://codecov.io/gh/MagneticResonanceImaging/MRIReco.jl/pull/129/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging#diff-c3JjL1JlY29uc3RydWN0aW9uL1JlY29QYXJhbWV0ZXJzLmps) | `82.35% <0.00%> (+1.58%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=MagneticResonanceImaging)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.