KomaMRI
User Interface
KomaMRI.KomaUI
โ Functionout = KomaUI(; kwargs...)
Launch the Koma's UI.
Keywords
darkmode
: (::Bool
,=true
) define dark mode style for the UIframe
: (::Bool
,=true
) display the upper frame of the Blink windowphantom_mode
: (::String
,="2D"
, opts=["2D"
,"3D"
]) load the default phantom as a 2D or 3D brain examplesim
: (::Dict{String,Any}
,=Dict{String,Any}()
) simulation parameters dictionaryrec
: (::Dict{Symbol,Any}
,=Dict{Symbol,Any}()
) reconstruction parameters dictionaryreturn_window
: (::Bool
,=false
) make theout
be either 'nothing' or the Blink window, depending on whether thereturn_window
keyword argument is set to trueshow_window
: (::Bool
,=true
) display the Blink window
Returns
out
: (::Nothing
or::Blink.AtomShell.Window
) returns either 'nothing' or the Blink window, depending on whether thereturn_window
keyword argument is set to true.
Examples
julia> KomaUI()