-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsingleCompPas.cell.nml
61 lines (41 loc) · 2.16 KB
/
singleCompPas.cell.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.githubusercontent.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd" id="cell">
<include href="na.channel.nml"/>
<include href="km.channel.nml"/>
<include href="kv.channel.nml"/>
<include href="ca.channel.nml"/>
<include href="kca.channel.nml"/>
<include href="it.channel.nml"/>
<include href="pas.channel.nml"/>
<cell id="cell">
<notes>A single segment/compartment cell</notes>
<morphology id="morphology">
<segment id="0" name="soma">
<proximal x="0.0" y="0.0" z="0.0" diameter="29.7838"/>
<distal x="0.0" y="0.0" z="9.26604" diameter="29.7838"/>
</segment>
<segmentGroup id="soma" neuroLexId="sao864921383"> <!--
This group contains an unbranched set of segments, and all of the segmentGroups marked with
neuroLexId = sao864921383 form a non-overlapping set of all of the segments.
These segmentGroups correspond to the 'cables' of NeuroML v1.8.1. -->
<member segment="0"/>
</segmentGroup>
<segmentGroup id="all">
<include segmentGroup="soma"/>
</segmentGroup>
<segmentGroup id="soma_group" neuroLexId="GO:0043025"> <!--soma group-->
<include segmentGroup="soma"/>
</segmentGroup>
</morphology>
<!--Adding the biophysical parameters-->
<biophysicalProperties id="biophys">
<membraneProperties>
<channelDensity condDensity="0.00014285 S_per_cm2" id="pas_all" ionChannel="pas" ion="non_specific" erev="-70 mV"/>
<spikeThresh value="0 mV"/>
<specificCapacitance value="1.0 uF_per_cm2"/>
<initMembPotential value="-65.0 mV"/>
</membraneProperties>
<intracellularProperties/>
</biophysicalProperties>
</cell>
</neuroml>