soma-spikes-stochastic (run-stochastic.xml)
Cable with channels only for first 50 um, varying time step, stochatic
Total CPU time 2.590 seconds; at 12:47:30 Thu 24 Sep 2009
Compartments | Stochastic channels / cpmts | Continuous channels / cpmts | Non Gated channels / cpmts | time/ms | timeStep | CPU Time / s |
335 | 4399 / 18 | 0 / 0 | 0 / 0 | 250.0 | 20 | 1.45 |
335 | 4399 / 18 | 0 / 0 | 0 / 0 | 250.0 | 50 | 0.610 |
335 | 4399 / 18 | 0 / 0 | 0 / 0 | 250.0 | 100 | 0.340 |
335 | 4399 / 18 | 0 / 0 | 0 / 0 | 250.0 | 200 | 0.190 |
Morphology: cell
Predefined views
st-whole
st-start
st-end
All files
Model
Archive file of the complete model: soma-spikes-stochastic.jarrun-stochastic.xml
<PSICSRun timeStep="0.05ms" runTime="250ms" startPotential="-65mV" morphology="cell" environment="environment" properties="membrane" access="recording" stochThreshold="10000"> <StructureDiscretization baseElementSize="3um"/> <info>Cable with channels only for first 50 um, varying time step, stochatic</info> <RunSet vary="timeStep" values="[20, 50, 100, 200]us" filepattern="out-st-$"/> <ViewConfig> <LineGraph width="500" height="400"> <XAxis min="0" max="250" label="time / ms"/> <YAxis min="-80" max="60" label="potential / mV"/> <LineSet file="out-st-200.txt" color="red"/> <LineSet file="out-st-100.txt" color="orange"/> <LineSet file="out-st-50.txt" color="yellow"/> <LineSet file="out-st-20.txt" color="green"/> <View id="st-whole" xmin="-10." xmax="260." ymin="-100." ymax="80."/> <View id="st-start" xmin="0." xmax="30." ymin="-100." ymax="80."/> <View id="st-end" xmin="210." xmax="255." ymin="-100." ymax="80."/> </LineGraph> </ViewConfig> </PSICSRun>
cell.xml
<CellMorphology id="cell"> <Point id="p0" x="0" y="0" z="0" r="0.5"/> <Point parent="p0" id="p1" x="1000" y="0" z = "0" r="0.5"/> </CellMorphology>
membrane.xml
<CellProperties id="membrane" cytoplasmResistivity="100ohm_cm" membraneCapacitance="1uF_per_cm2"> <ChannelPopulation channel="na1" density="8per_um2" distribution="start"/> <ChannelPopulation channel="k1" density="20per_um2" distribution="start"/> <DistributionRule id="start"> <RegionMask action="include" where="p .lt. 50"/> </DistributionRule> </CellProperties>
environment.xml
<CellEnvironment id="environment"> <Ion id="Na" name="Sodium" reversalPotential="40mV"/> <Ion id="K" name="Potassium" reversalPotential="-80mV"/> </CellEnvironment>
recording.xml
<Access id="recording"> <CurrentClamp at="p0" lineColor="red" hold="0.08nA"> </CurrentClamp> <VoltageRecorder at="p1" lineColor="blue"/> </Access>
na1.xml
<KSChannel id="na1" gSingle="30pS" permeantIon="Na"> <ClosedState id="c1"/> <ClosedState id="c2"/> <OpenState id="o1"/> <ClosedState id="c3"/> <VHalfTransition from="c1" to="c2" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="c2" to="o1" vHalf = "-35mV" z="2.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/> <VHalfTransition from="o1" to="c3" vHalf = "-70mV" z="1.1e" gamma="0.90" tau="8.0ms" tauMin="0.01ms"/> </KSChannel>
k1.xml
<KSChannel id="k1" gSingle="30pS" permeantIon="K"> <ClosedState id="c1"/> <OpenState id="o1"/> <VHalfTransition from="c1" to="o1" vHalf = "0mV" z="1.5e" gamma="0.75" tau="3.2ms" tauMin="0.3ms"/> </KSChannel>