-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMorph20um.xml
26 lines (18 loc) · 947 Bytes
/
Morph20um.xml
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
<Morphology>
<!-- spine morphologies: width for sections along the spine -->
<SpineType id="spineA">
<Section width="0.2" at="0.0" regionClass="neck"/>
<Section width="0.2" at="0.2" regionClass="neck"/>
<Section width="0.2" at="0.3" regionClass="head"/>
<Section width="0.6" at="0.4" regionClass="head"/>
<Section width="0.6" at="0.5" regionClass="PSD"/>
<Section width="0.2" at="0.6" label="pointA"/>
</SpineType>
<!-- regionClass labels can apply to sections or segments and label regions for applying initial conditaions etc -->
<!-- lengthDensity means you set the number per micron along the segment -->
<SpineAllocation id="sa1" spineType="spineA" region="dend" lengthDensity="0.5"/>
<Segment id="seg1" region="dend">
<start x="1.0" y="1.5" z="0.0" r="0.45" label="pointB"/>
<end x="21.0" y="1.5" z="0.0" r="0.45" label="pointC"/>
</Segment>
</Morphology>