MagneticResonanceImaging / MRIReco.jl

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

ProgressBar for iterative algorithm #177

Open aTrotier opened 8 months ago

aTrotier commented 8 months ago

Is it possible to get a progressBar for the different iterative algorithm to check the outerloops for example ?

tknopp commented 8 months ago

Right now not. This is a more challenging one. We would need to put that in RegularizedLeastSquares.

aTrotier commented 8 months ago

That's what I thought, do you think that a dedicated callback in RegularizedLeastSquares send with a params[:debug] keyword should works ?

tknopp commented 8 months ago

Could you please open an issue on RegularizedLeastSquares? Thanks. I keep this open, since we later need to decide how to interface in MRIReco with that infrastructure.