Skip to content

Commit

Permalink
Merge pull request #741 from suny-downstate-medical-center/feature/ne…
Browse files Browse the repository at this point in the history
…tpyne-105

Feature/netpyne 105
  • Loading branch information
vvbragin authored Oct 27, 2023
2 parents cdb1697 + e9204db commit 22ee166
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions netpyne/metadata/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,30 +363,30 @@
"suggestions": "",
"help": "",
"hintText": "10",
"type": "float",
"type": "func",
},
"L": {
"label": "Length (um)",
"default": 50,
"suggestions": "",
"help": "",
"hintText": "50",
"type": "float",
"type": "func",
},
"Ra": {
"label": "Axial resistance, Ra (ohm-cm)",
"default": 100,
"suggestions": "",
"help": "",
"hintText": "100",
"type": "float",
"type": "func",
},
"cm": {
"label": "Membrane capacitance, cm (uF/cm2)",
"suggestions": "",
"help": "",
"hintText": "1",
"type": "float",
"type": "func",
},
"pt3d": {
"label": "3D points",
Expand All @@ -401,7 +401,7 @@
"suggestions": "",
"help": "",
"hintText": "1",
"type": "float",
"type": "func",
},
},
},
Expand All @@ -410,6 +410,7 @@
"help": "Dictionary of density/distributed mechanisms, including the name of the mechanism (e.g. hh or pas) and a list of properties of the mechanism (e.g. {'g': 0.003, 'e': -70}).",
"suggestions": "",
"hintText": "",
"type": "func",
# "children": {
# "hh": {
# "label": "Built-in mechanism",
Expand Down Expand Up @@ -598,28 +599,28 @@
"help": "Define the time constant for the first exponential.",
"suggestions": "",
"hintText": "1",
"type": "float",
"type": "func",
},
"tau2": {
"label": "Time constant for exponential 2 (ms)",
"help": "Define the time constant for the second exponential.",
"suggestions": "",
"hintText": "5",
"type": "float",
"type": "func",
},
"e": {
"label": "Reversal potential (mV)",
"help": "Reversal potential of the synaptic receptors.",
"suggestions": "",
"hintText": "0",
"type": "float",
"type": "func",
},
"i": {
"label": "synaptic current (nA)",
"help": "Synaptic current in nA.",
"suggestions": "",
"hintText": "10",
"type": "float",
"type": "func",
},
},
},
Expand Down

0 comments on commit 22ee166

Please sign in to comment.