JuliaHealth / KomaMRI.jl

Koma is a Pulseq-compatible framework to efficiently simulate Magnetic Resonance Imaging (MRI) acquisitions. The main focus of this package is to simulate general scenarios that could arise in pulse sequence development.
https://JuliaHealth.github.io/KomaMRI.jl/dev/
MIT License
109 stars 18 forks source link

KomaUI phantom update when function. (Enhancement) #393

Open curtcorum opened 2 months ago

curtcorum commented 2 months ago

Update the text field (currently updated when file changes) when using:

obj_ui[] = brain_phantom3D()

or other phantom function. Info about the function and arguments for screenshots and repeatability.

komaui_phantom

https://github.com/JuliaHealth/KomaMRI.jl/blob/bea8f5f9f46f65771de9fa81771c82f645bbe994/src/ui/ExportUIFunctions.jl#L203

cncastillo commented 2 months ago

Hi! yes this would be nice. If the phantom is modified from the REPL, maybe it can say repl:name, like repl:brain3D, so it is clear that is not a file. The same could be done with sequences, etc.