MagneticResonanceImaging / MRIReco.jl

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

Replace Topelitz implementation #45

Closed JakobAsslaender closed 2 years ago

JakobAsslaender commented 2 years ago

Change this call to use the ND Toepltiz Implementation in NFFT.jl:

https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/5a6900ac87d4415d3a1b6954d469f0ecfab40cb0/src/Operators/NFFTOp.jl#L104

And remove the implementation in this package.