-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from NeuroML/development
Regenerated files & updates to single Izh notebook example
- Loading branch information
Showing
17 changed files
with
205 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3.3 KB
(110%)
source/Userdocs/NML2_examples/HH_single_compartment_example_sim-i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4.31 KB
(110%)
source/Userdocs/NML2_examples/HH_single_compartment_example_sim-iden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.77 KB
(110%)
source/Userdocs/NML2_examples/HH_single_compartment_example_sim-v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 10 additions & 11 deletions
21
source/Userdocs/NML2_examples/LEMS_HH_single_compartment_example_sim.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.1 (libNeuroML v0.5.5) | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.10 (libNeuroML v0.5.8) | ||
--> | ||
|
||
<!-- Specify which component to run --> | ||
<Target component="HH_single_compartment_example_sim"/> | ||
|
||
<!-- Include core NeuroML2 ComponentType definitions --> | ||
<Include file="Cells.xml"/> | ||
<Include file="Networks.xml"/> | ||
<Include file="Simulation.xml"/> | ||
|
||
<Include file="HH_example_net.nml"/> | ||
<Include file="HH_example_cell.nml"/> | ||
<Include file="HH_example_na_channel.nml"/> | ||
<Include file="HH_example_k_channel.nml"/> | ||
<Include file="HH_example_leak_channel.nml"/> | ||
|
||
<Simulation id="HH_single_compartment_example_sim" length="300ms" step="0.01ms" target="single_hh_cell_network" seed="123"> <!-- Note seed: ensures same random numbers used every run --> | ||
|
||
<OutputFile id="output0" fileName="HH_single_compartment_example_sim.dat"> | ||
<OutputColumn id="pop0[0]/v" quantity="pop0[0]/v"/> | ||
<OutputColumn id="pop0[0]/iChannels" quantity="pop0[0]/iChannels"/> | ||
<OutputColumn id="pop0[0]/na/iDensity" quantity="pop0[0]/hh_b_prop/membraneProperties/na_channels/iDensity/"/> | ||
<OutputColumn id="pop0[0]/k/iDensity" quantity="pop0[0]/hh_b_prop/membraneProperties/k_channels/iDensity/"/> | ||
<OutputColumn id="pop0[0]/v" quantity="pop0[0]/v"/> | ||
<OutputColumn id="pop0[0]/iChannels" quantity="pop0[0]/iChannels"/> | ||
<OutputColumn id="pop0[0]/na/iDensity" quantity="pop0[0]/hh_b_prop/membraneProperties/na_channels/iDensity/"/> | ||
<OutputColumn id="pop0[0]/k/iDensity" quantity="pop0[0]/hh_b_prop/membraneProperties/k_channels/iDensity/"/> | ||
</OutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |
15 changes: 7 additions & 8 deletions
15
source/Userdocs/NML2_examples/LEMS_example-single-izhikevich2007cell-sim.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.1 (libNeuroML v0.5.5) | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.10 (libNeuroML v0.5.8) | ||
--> | ||
|
||
<!-- Specify which component to run --> | ||
<Target component="example-single-izhikevich2007cell-sim"/> | ||
|
||
<!-- Include core NeuroML2 ComponentType definitions --> | ||
<Include file="Cells.xml"/> | ||
<Include file="Networks.xml"/> | ||
<Include file="Simulation.xml"/> | ||
|
||
<Include file="izhikevich2007_single_cell_network.nml"/> | ||
|
||
<Simulation id="example-single-izhikevich2007cell-sim" length="1000ms" step="0.1ms" target="IzNet" seed="123"> <!-- Note seed: ensures same random numbers used every run --> | ||
|
||
<OutputFile id="output0" fileName="example-single-izhikevich2007cell-sim.v.dat"> | ||
<OutputColumn id="IzhPop0[0]" quantity="IzhPop0[0]/v"/> | ||
<OutputColumn id="IzhPop0[0]" quantity="IzhPop0[0]/v"/> | ||
</OutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |
35 changes: 17 additions & 18 deletions
35
source/Userdocs/NML2_examples/LEMS_example_izhikevich2007network_sim.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.1 (libNeuroML v0.5.5) | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.10 (libNeuroML v0.5.8) | ||
--> | ||
|
||
<!-- Specify which component to run --> | ||
<Target component="example_izhikevich2007network_sim"/> | ||
|
||
<!-- Include core NeuroML2 ComponentType definitions --> | ||
<Include file="Cells.xml"/> | ||
<Include file="Networks.xml"/> | ||
<Include file="Simulation.xml"/> | ||
|
||
<Include file="izhikevich2007_network.nml"/> | ||
|
||
<Simulation id="example_izhikevich2007network_sim" length="1000ms" step="0.1ms" target="IzNet" seed="123"> <!-- Note seed: ensures same random numbers used every run --> | ||
|
||
<EventOutputFile id="pop0" fileName="example_izhikevich2007network_sim.0.spikes.dat" format="ID_TIME"> | ||
<EventSelection id="0" select="IzPop0[0]" eventPort="spike"/> | ||
<EventSelection id="1" select="IzPop0[1]" eventPort="spike"/> | ||
<EventSelection id="2" select="IzPop0[2]" eventPort="spike"/> | ||
<EventSelection id="3" select="IzPop0[3]" eventPort="spike"/> | ||
<EventSelection id="4" select="IzPop0[4]" eventPort="spike"/> | ||
<EventSelection id="0" select="IzPop0[0]" eventPort="spike"/> | ||
<EventSelection id="1" select="IzPop0[1]" eventPort="spike"/> | ||
<EventSelection id="2" select="IzPop0[2]" eventPort="spike"/> | ||
<EventSelection id="3" select="IzPop0[3]" eventPort="spike"/> | ||
<EventSelection id="4" select="IzPop0[4]" eventPort="spike"/> | ||
</EventOutputFile> | ||
|
||
<EventOutputFile id="pop1" fileName="example_izhikevich2007network_sim.1.spikes.dat" format="ID_TIME"> | ||
<EventSelection id="0" select="IzPop1[0]" eventPort="spike"/> | ||
<EventSelection id="1" select="IzPop1[1]" eventPort="spike"/> | ||
<EventSelection id="2" select="IzPop1[2]" eventPort="spike"/> | ||
<EventSelection id="3" select="IzPop1[3]" eventPort="spike"/> | ||
<EventSelection id="4" select="IzPop1[4]" eventPort="spike"/> | ||
<EventSelection id="0" select="IzPop1[0]" eventPort="spike"/> | ||
<EventSelection id="1" select="IzPop1[1]" eventPort="spike"/> | ||
<EventSelection id="2" select="IzPop1[2]" eventPort="spike"/> | ||
<EventSelection id="3" select="IzPop1[3]" eventPort="spike"/> | ||
<EventSelection id="4" select="IzPop1[4]" eventPort="spike"/> | ||
</EventOutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,40 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.1 (libNeuroML v0.5.5) | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.10 (libNeuroML v0.5.8) | ||
--> | ||
|
||
<!-- Specify which component to run --> | ||
<Target component="olm_example_sim"/> | ||
|
||
<!-- Include core NeuroML2 ComponentType definitions --> | ||
<Include file="Cells.xml"/> | ||
<Include file="Networks.xml"/> | ||
<Include file="Simulation.xml"/> | ||
|
||
<Include file="olm_example_net.nml"/> | ||
<Include file="olm.cell.nml"/> | ||
<Include file="olm-example/leak_chan.channel.nml"/> | ||
<Include file="olm-example/HCNolm.channel.nml"/> | ||
<Include file="olm-example/Kdrfast.channel.nml"/> | ||
<Include file="olm-example/KvAolm.channel.nml"/> | ||
<Include file="olm-example/Nav.channel.nml"/> | ||
|
||
<Simulation id="olm_example_sim" length="600ms" step="0.01ms" target="single_olm_cell_network" seed="123"> <!-- Note seed: ensures same random numbers used every run --> | ||
|
||
<OutputFile id="output0" fileName="olm_example_sim.dat"> | ||
<OutputColumn id="pop0_0_v" quantity="pop0[0]/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_soma_0" quantity="pop0/0/olm/0/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_soma_0" quantity="pop0/0/olm/1/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_axon_0" quantity="pop0/0/olm/2/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_axon_0" quantity="pop0/0/olm/3/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_dend_0" quantity="pop0/0/olm/4/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_dend_0" quantity="pop0/0/olm/6/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_dend_1" quantity="pop0/0/olm/5/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_dend_1" quantity="pop0/0/olm/7/v"/> | ||
<OutputColumn id="pop0_0_v" quantity="pop0[0]/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_soma_0" quantity="pop0/0/olm/0/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_soma_0" quantity="pop0/0/olm/1/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_axon_0" quantity="pop0/0/olm/2/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_axon_0" quantity="pop0/0/olm/3/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_dend_0" quantity="pop0/0/olm/4/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_dend_0" quantity="pop0/0/olm/6/v"/> | ||
<OutputColumn id="pop0_0_v_Seg0_dend_1" quantity="pop0/0/olm/5/v"/> | ||
<OutputColumn id="pop0_0_v_Seg1_dend_1" quantity="pop0/0/olm/7/v"/> | ||
</OutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |
Oops, something went wrong.