MagneticResonanceImaging / MRIReco.jl

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

Memory-optimized ESPIRIT #176

Open JakobAsslaender opened 9 months ago

JakobAsslaender commented 9 months ago

Attempt to avoid the allocation of Ncoil x Ncoil x image_size matrix by switching from an FFT to a DFT.

Still WIP, currently 2x slower with the test dataset.