Skip to content

Commit

Permalink
added Plotsettings tab in GUI.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutstrey committed Dec 26, 2024
1 parent dbeafb4 commit f170a32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/GUI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ function tab_parameters()
:dt => NCAD(0.1, NUMBER, 1e-3, 10,[],true),
:order => ["duration","reltol","abstol","solver","dt"],
),
"Plotsettings" => OrderedDict(
:spike_threshold => NCAD(20, NUMBER, -50, 200,[],true),
:max_neurons => NCAD(10, INTEGER, 1, 100,[],true)
),
"Parameter Fitting" => OrderedDict(
:method => NCAD(1, DROPDOWN, 1, 2,["Laplace","MCMC"],true),
:experiment => NCAD(1, DROPDOWN, 1, 2,["fMRI","LFP","EEG"],true),
Expand Down

0 comments on commit f170a32

Please sign in to comment.