Skip to content

Commit

Permalink
adjusted GUI.jl for neurons with background current I_bg
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutstrey committed Oct 26, 2023
1 parent 6ba3d3c commit 01be5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/GUI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function arguments(::Type{Neuroblox.HHNeuronExciBlox}) #TODO: add correct settin
:θ_spike => NCAD(0.0, NUMBER, 0.0, 2*π,[]),
:E_syn => NCAD(0.0, NUMBER, 0.01, 100.0,[]),
:G_syn => NCAD(3.0, NUMBER, 0.01, 20.0,[]),
:I_in => NCAD(0.0, NUMBER, 0.0, 20.0,[]),
:I_bg => NCAD(0.0, NUMBER, 0.0, 20.0,[]),
:freq => NCAD(0, NUMBER, 0.0, 100,[]),
:phase => NCAD(0, NUMBER, 0.0, 2*π,[]),
=> NCAD(5, NUMBER, 0.01, 20.0,[])
Expand All @@ -359,7 +359,7 @@ function arguments(::Type{Neuroblox.HHNeuronInhibBlox}) #TODO: add correct setti
OrderedDict(
:E_syn => NCAD(1.0, NUMBER, 0.01, 100.0,[]),
:G_syn => NCAD(5.0, NUMBER, 0.01, 20.0,[]),
:I_in => NCAD(0.0, NUMBER, 0.01, 20.0,[]),
:I_bg => NCAD(0.0, NUMBER, 0.01, 20.0,[]),
:freq => NCAD(20, NUMBER, 0.01, 100,[]),
:phase => NCAD(0, NUMBER, 0.0, 2*π,[]),
=> NCAD(0.105, NUMBER, 0.01, 2.0,[])
Expand Down

0 comments on commit 01be5d9

Please sign in to comment.