Skip to content

Commit 93c2a43

Browse files
committed
match nml and netpyne
1 parent 2417b45 commit 93c2a43

16 files changed

+200010
-200810
lines changed

NeuroML2/compare_MC/RE/LEMS_RE_reduced_cell_step_test.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

NeuroML2/compare_MC/RE/RE_netpy.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
soma['mechs']['pas'] = {'g': 5e-5, 'e': -77}
1414
soma['mechs']['cadad'] = {'cainf': 0.00024, 'depth': 1, 'kd': 0.0, 'kt': 0.0, 'taur': 5}
1515
# soma['mechs']['kl'] = {'gmax': 3e-06}
16-
soma['mechs']['itre'] = {"gmax": 0.002,"shift": 2.0}
16+
# soma['mechs']['itre'] = {"gmax": 0.002,"shift": 2.0}
17+
soma['mechs']['hh2ad'] = {"gkbar": 0.01,"gnabar": 0.09,"vtraub": -50.0}
18+
1719

1820
RE_HH_reduced_dict = {'secs': {'soma': soma}}
1921
netParams.cellParams['RE_HH_reduced'] = RE_HH_reduced_dict # add rule dict to list of cell property rules
@@ -37,7 +39,7 @@
3739
simConfig.verbose = False # Show detailed messages
3840
simConfig.recordTraces = {'V_soma':{'sec':'soma','loc':0.5,'var':'v'}} # Dict with traces to record
3941
simConfig.recordStep = 0.01 # Step size in ms to save data (eg. V traces, LFP, etc)
40-
simConfig.filename = 'RE_reduced_itre' # Set file output name
42+
simConfig.filename = 'RE_reduced_hh2ad' # Set file output name
4143
simConfig.savePickle = False # Save params, network and sim output to pickle file
4244
simConfig.saveDataInclude = ['simData']
4345
simConfig.saveJson = True

NeuroML2/compare_MC/RE/RE_reduced_cell.net.nml

Lines changed: 0 additions & 41 deletions
This file was deleted.

NeuroML2/compare_MC/RE/RE_reduced_cell.nml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
<biophysicalProperties id="biophys">
3030
<membraneProperties>
3131

32-
<channelDensityNernst id="itre_soma" ionChannel="itre" condDensity="0.002 S_per_cm2" ion="ca"/>
33-
<channelDensity ionChannel="pas" id="pas_soma" ion="non_specific" erev="-77.0 mV" condDensity="5e-5 S_per_cm2"/>
3432

33+
<channelDensity ionChannel="pas" id="pas_soma" ion="non_specific" erev="-77.0 mV" condDensity="5e-5 S_per_cm2"/>
34+
<channelDensity ionChannel="hh2_k" id="hh2_k_soma" ion="k" erev="-95.0 mV" condDensity="0.01 S_per_cm2"/>
35+
<channelDensity ionChannel="hh2_na" id="hh2_na_soma" ion="na" erev="50.0 mV" condDensity="0.09 S_per_cm2"/>
3536

3637

3738
<spikeThresh value="5mV"/>

NeuroML2/compare_MC/RE/RE_reduced_cell_0_0.hoc

Lines changed: 0 additions & 184 deletions
This file was deleted.

NeuroML2/compare_MC/RE/RE_reduced_cell_step_test.RE_reduced_cell_pop.spikes

Whitespace-only changes.
-28.7 KB
Binary file not shown.
-30.7 KB
Binary file not shown.

NeuroML2/compare_MC/RE/cadad_RE_soma.mod

Lines changed: 0 additions & 97 deletions
This file was deleted.
86.5 KB
Loading

0 commit comments

Comments
 (0)