p18
cell-loc
synapses
minor
params
smalldt
onsurface
migliore-1a
rallpack3
cwvclamp
vcsteps
rallpack1
smartrec
ivconv
ivconvm
mean-variance-iv-stoch
stochdet
channel-functions
stimtest
functest
migliore-pass
psd
cianmar30
mean-variance
rallpack2
rallpack3-stoch
rallpack3-stoch2
chowwhite
multirec
mainen
soma-spikes-stochastic
soma-spikes-continuous
p1-f1-mean-variance
rallpack1-IE
rallpack2-IE
singlecpt
synstim
resonance
manychannels

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

CompartmentsStochastic
channels / cpmts
Continuous
channels / cpmts
Non Gated
channels / cpmts
time/mstimeStepCPU Time / s
3354399 / 180 / 00 / 0250.020 1.45
3354399 / 180 / 00 / 0250.050 0.610
3354399 / 180 / 00 / 0250.0100 0.340
3354399 / 180 / 00 / 0250.0200 0.190

Morphology: cell

 

 

 

 

Predefined views

st-whole

st-start

st-end

All files

ModelPreprocessedOutupt dataReference data etc
run-stochastic.xml
cell.xml
membrane.xml
environment.xml
recording.xml
na1.xml
k1.xml
out-st-20.ppp
out-st-50.ppp
out-st-100.ppp
out-st-200.ppp
log.txt
out-st-20.sum
out-st-50.sum
out-st-100.sum
out-st-200.sum
out-st-20.dat
out-st-20.txt
out-st-50.dat
out-st-50.txt
out-st-100.dat
out-st-100.txt
out-st-200.dat
out-st-200.txt

Model

Archive file of the complete model: soma-spikes-stochastic.jar

run-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>