KomaMRI.jl
KomaMRI.jl copied to clipboard
Allow access to sim_params used for Simulate! in KomaUI() from the REPL
Feature Request
Allow access to sim_params (and potentially other structures) in the REPL.
This is similar in concept to how obj_ui[], seq_ui[], etc. can be accessed from the REPL.
Hi! We should definitely make this work; it shouldn't be hard to implement (just to copy what we do for the others). In the meantime, while not ideal, you could use
julia> KomaUI(; sim=sim_params, rec=recon_params)
Carlos,
I'll take a look and set up a draft pull request.
Also I was not aware KomaUI took the arguments, thanks!
Hi! We should definitely make this work; it shouldn't be hard to implement (just to copy what we do for the others). In the meantime, while not ideal, you could use
julia> KomaUI(; sim=sim_params, rec=recon_params)