Open aTrotier opened 1 year ago
In IterativeReconstruction.jl, reconstruction_multiCoil use @floops only along the slice and NR dimension https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/5a8e4e14ceb21b7a42591bfd646a304208476396/src/Reconstruction/IterativeReconstruction.jl#L193
reconstruction_multiCoil
Do you see a reason to not also do this along the contrast dimension ?
No reason. Makes sense to run that in parallel too.
In IterativeReconstruction.jl,
reconstruction_multiCoil
use @floops only along the slice and NR dimension https://github.com/MagneticResonanceImaging/MRIReco.jl/blob/5a8e4e14ceb21b7a42591bfd646a304208476396/src/Reconstruction/IterativeReconstruction.jl#L193Do you see a reason to not also do this along the contrast dimension ?