rallpack1
rallpack2
rallpack3
wcspikes
ralpack2-dev
soma-spikes-stochastic
soma-spikes-continuous
multirec
smartrec
vcsteps
cianmar30
p1-f1-mean-variance
mean-variance
p1-f2-rp1-det
p1-f2-rp2-det
p1-f2-rp3-det
p1-f2-rp1-stoch
p1-f2-rp2-stoch
p1-f2-rp3-stoch
cwvclamp
p1-f3-1c-det
p1-f3-1a-det
p1-f3-1a-stoch
chowwhite
rallpack3-stoch
rallpack1-IE
rallpack2-IE
migliore-devel
ralpack-dev
mean-var-iv
mean-variance-iv
mean-variance-iv-stoch
migliore-1a
migliore-1c
mean-variance-iv-det
step-onset
step-onset-avg
stimtest
mainen

wcspikes (run-stochastic.xml)

Cable with propagating spikes, varying discretization, stochastic

Total CPU time 24.04 seconds; at 18:18:00 Fri 28 Sep 2007

CompartmentsStochastic
channels / cpmts
Continuous
channels / cpmts
time/mstimestep/msbaseElementSizeCPU Time / s
1002116239 / 10020 / 0250.00.051 14.1
194116238 / 1940 / 0250.00.0535.178
55116238 / 550 / 0250.00.0572.273
26116239 / 260 / 0250.00.05121.427
13116239 / 130 / 0250.00.0520 0.954
412566 / 2103672 / 4250.00.05500.09

Predefined views

sd-whole

sd-start

sd-end

All files

ModelPreprocessedOutupt dataReference data etc
run-stochastic.xml
cell.xml
membrane.xml
environment.xml
recording.xml
na1.xml
k1.xml
summary.xml
view.xml
sd-1-fdata.txt
sd-3-fdata.txt
sd-7-fdata.txt
sd-12-fdata.txt
sd-20-fdata.txt
sd-50-fdata.txt
sd-1-f.dat
sd-1-f.txt
sd-3-f.dat
sd-3-f.txt
sd-7-f.dat
sd-7-f.txt
sd-12-f.dat
sd-12-f.txt
sd-20-f.dat
sd-20-f.txt
sd-50-f.dat
sd-50-f.txt
wcspikes.jar

Model

Archive file of the complete model: wcspikes.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 propagating spikes, varying discretization, stochastic</info>

	<RunSet vary="baseElementSize" values="[1, 3, 7, 12, 20, 50]um"
		filepattern="sd-$.txt"/>


	<ViewConfig>
		<LineGraph width="500" height="400">
		<XAxis min="0" max="250" label="time / ms"/>
		<YAxis min="-80" max="60" label="potential / mV"/>

		<LineSet file="sd-50-f.txt" color="red"/>
		<LineSet file="sd-20-f.txt" color="orange"/>
		<LineSet file="sd-12-f.txt" color="yellow"/>
	    <LineSet file="sd-7-f.txt" color="green"/>
 		<LineSet file="sd-3-f.txt" color="cyan"/>
        <LineSet file="sd-1-f.txt" color="blue"/>

		 <View id="sd-whole" xmin="-10." xmax="260." ymin="-100." ymax="80."/>
		 <View id="sd-start"   xmin="0." xmax="30." ymin="-100." ymax="80."/>
		 <View id="sd-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="12per_um2"/>
    <ChannelPopulation channel="k1" density="25per_um2"/>



</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"/>
	<OpenState id="o1"/>
	<ClosedState id="c2"/>
	
	<VHalfTransition from="c1" to="o1" vHalf = "-35mV" z="4.5e" gamma="0.8" tau="0.15ms" tauMin="0.001ms"/>

	<VHalfTransition from="o1" to="c2" vHalf = "-70mV" z="1.1e" gamma="0.90" tau="4.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>