subcortex-visualization 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- subcortex_visualization/__init__.py +1 -0
- subcortex_visualization/data/__init__.py +0 -0
- subcortex_visualization/data/subcortex_AICHA_L.svg +883 -0
- subcortex_visualization/data/subcortex_AICHA_L_ordering.csv +36 -0
- subcortex_visualization/data/subcortex_AICHA_R.svg +883 -0
- subcortex_visualization/data/subcortex_AICHA_R_ordering.csv +36 -0
- subcortex_visualization/data/subcortex_AICHA_both.svg +1920 -0
- subcortex_visualization/data/subcortex_AICHA_both_ordering.csv +71 -0
- subcortex_visualization/data/subcortex_Brainnetome_L.svg +788 -0
- subcortex_visualization/data/subcortex_Brainnetome_L_ordering.csv +33 -0
- subcortex_visualization/data/subcortex_Brainnetome_R.svg +953 -0
- subcortex_visualization/data/subcortex_Brainnetome_R_ordering.csv +33 -0
- subcortex_visualization/data/subcortex_Brainnetome_both.svg +1687 -0
- subcortex_visualization/data/subcortex_Brainnetome_both_ordering.csv +65 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_L.svg +609 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_L_ordering.csv +16 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_R.svg +609 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_R_ordering.csv +16 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_both.svg +1071 -0
- subcortex_visualization/data/subcortex_Melbourne_S1_both_ordering.csv +31 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_L.svg +736 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_L_ordering.csv +30 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_R.svg +736 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_R_ordering.csv +30 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_both.svg +1344 -0
- subcortex_visualization/data/subcortex_Melbourne_S2_both_ordering.csv +59 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L.svg +316 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_L_ordering.csv +14 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R.svg +316 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_R_ordering.csv +14 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both.svg +588 -0
- subcortex_visualization/data/subcortex_Thalamus_Nuclei_HCP_both_ordering.csv +27 -0
- subcortex_visualization/data/subcortex_aseg_L.svg +429 -0
- subcortex_visualization/data/subcortex_aseg_L_ordering.csv +14 -0
- subcortex_visualization/data/subcortex_aseg_R.svg +429 -0
- subcortex_visualization/data/subcortex_aseg_R_ordering.csv +14 -0
- subcortex_visualization/data/subcortex_aseg_both.svg +681 -0
- subcortex_visualization/data/subcortex_aseg_both_ordering.csv +27 -0
- subcortex_visualization/data/subcortical_aseg_paths_lookup.csv +49 -0
- subcortex_visualization/plotting.py +371 -0
- subcortex_visualization-0.1.2.dist-info/METADATA +153 -0
- subcortex_visualization-0.1.2.dist-info/RECORD +45 -0
- subcortex_visualization-0.1.2.dist-info/WHEEL +5 -0
- subcortex_visualization-0.1.2.dist-info/licenses/LICENSE.txt +674 -0
- subcortex_visualization-0.1.2.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
region,face,plot_order,Hemisphere
|
|
2
|
+
Medio_Dorsal,lateral,1,L
|
|
3
|
+
Ventral_Latero_Dorsal,lateral,2,L
|
|
4
|
+
Ventral_Anterior,lateral,3,L
|
|
5
|
+
Anterior,lateral,4,L
|
|
6
|
+
Pulvinar,lateral,5,L
|
|
7
|
+
Ventral_Latero_Ventral,lateral,6,L
|
|
8
|
+
Ventral_Latero_Ventral,medial,7,L
|
|
9
|
+
Anterior,medial,8,L
|
|
10
|
+
Pulvinar,medial,9,L
|
|
11
|
+
Ventral_Anterior,medial,10,L
|
|
12
|
+
Ventral_Latero_Dorsal,medial,11,L
|
|
13
|
+
Central_Lateral-Lateral_Posterior-Medial_Pulvinar,medial,12,L
|
|
14
|
+
Medio_Dorsal,medial,13,L
|
|
15
|
+
Medio_Dorsal,lateral,14,R
|
|
16
|
+
Ventral_Latero_Dorsal,lateral,15,R
|
|
17
|
+
Ventral_Anterior,lateral,16,R
|
|
18
|
+
Anterior,lateral,17,R
|
|
19
|
+
Pulvinar,lateral,18,R
|
|
20
|
+
Ventral_Latero_Ventral,lateral,19,R
|
|
21
|
+
Ventral_Latero_Ventral,medial,20,R
|
|
22
|
+
Anterior,medial,21,R
|
|
23
|
+
Pulvinar,medial,22,R
|
|
24
|
+
Ventral_Anterior,medial,23,R
|
|
25
|
+
Ventral_Latero_Dorsal,medial,24,R
|
|
26
|
+
Central_Lateral-Lateral_Posterior-Medial_Pulvinar,medial,25,R
|
|
27
|
+
Medio_Dorsal,medial,26,R
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="123.21405mm"
|
|
6
|
+
height="49.508976mm"
|
|
7
|
+
viewBox="0 0 123.21406 49.508977"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg63908"
|
|
10
|
+
inkscape:version="1.2 (dc2aeda, 2022-05-15)"
|
|
11
|
+
sodipodi:docname="subcortex_aseg_base_L.svg"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
+
<sodipodi:namedview
|
|
17
|
+
id="namedview63910"
|
|
18
|
+
pagecolor="#ffffff"
|
|
19
|
+
bordercolor="#000000"
|
|
20
|
+
borderopacity="0.25"
|
|
21
|
+
inkscape:showpageshadow="2"
|
|
22
|
+
inkscape:pageopacity="0.0"
|
|
23
|
+
inkscape:pagecheckerboard="0"
|
|
24
|
+
inkscape:deskcolor="#d1d1d1"
|
|
25
|
+
inkscape:document-units="mm"
|
|
26
|
+
showgrid="false"
|
|
27
|
+
inkscape:zoom="0.64521853"
|
|
28
|
+
inkscape:cx="285.1747"
|
|
29
|
+
inkscape:cy="82.142712"
|
|
30
|
+
inkscape:window-width="1309"
|
|
31
|
+
inkscape:window-height="456"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:window-y="37"
|
|
34
|
+
inkscape:window-maximized="0"
|
|
35
|
+
inkscape:current-layer="layer1" />
|
|
36
|
+
<defs
|
|
37
|
+
id="defs63905">
|
|
38
|
+
<inkscape:path-effect
|
|
39
|
+
effect="bspline"
|
|
40
|
+
id="path-effect37506"
|
|
41
|
+
is_visible="true"
|
|
42
|
+
lpeversion="1"
|
|
43
|
+
weight="33.333333"
|
|
44
|
+
steps="2"
|
|
45
|
+
helper_size="0"
|
|
46
|
+
apply_no_weight="true"
|
|
47
|
+
apply_with_weight="true"
|
|
48
|
+
only_selected="false" />
|
|
49
|
+
<inkscape:path-effect
|
|
50
|
+
effect="bspline"
|
|
51
|
+
id="path-effect22483"
|
|
52
|
+
is_visible="true"
|
|
53
|
+
lpeversion="1"
|
|
54
|
+
weight="33.333333"
|
|
55
|
+
steps="2"
|
|
56
|
+
helper_size="0"
|
|
57
|
+
apply_no_weight="true"
|
|
58
|
+
apply_with_weight="true"
|
|
59
|
+
only_selected="false" />
|
|
60
|
+
<inkscape:path-effect
|
|
61
|
+
effect="bspline"
|
|
62
|
+
id="path-effect22499"
|
|
63
|
+
is_visible="true"
|
|
64
|
+
lpeversion="1"
|
|
65
|
+
weight="33.333333"
|
|
66
|
+
steps="2"
|
|
67
|
+
helper_size="0"
|
|
68
|
+
apply_no_weight="true"
|
|
69
|
+
apply_with_weight="true"
|
|
70
|
+
only_selected="false" />
|
|
71
|
+
<inkscape:path-effect
|
|
72
|
+
effect="bspline"
|
|
73
|
+
id="path-effect22515"
|
|
74
|
+
is_visible="true"
|
|
75
|
+
lpeversion="1"
|
|
76
|
+
weight="33.333333"
|
|
77
|
+
steps="2"
|
|
78
|
+
helper_size="0"
|
|
79
|
+
apply_no_weight="true"
|
|
80
|
+
apply_with_weight="true"
|
|
81
|
+
only_selected="false" />
|
|
82
|
+
<inkscape:path-effect
|
|
83
|
+
effect="bspline"
|
|
84
|
+
id="path-effect22531"
|
|
85
|
+
is_visible="true"
|
|
86
|
+
lpeversion="1"
|
|
87
|
+
weight="33.333333"
|
|
88
|
+
steps="2"
|
|
89
|
+
helper_size="0"
|
|
90
|
+
apply_no_weight="true"
|
|
91
|
+
apply_with_weight="true"
|
|
92
|
+
only_selected="false" />
|
|
93
|
+
<inkscape:path-effect
|
|
94
|
+
effect="bspline"
|
|
95
|
+
id="path-effect22699"
|
|
96
|
+
is_visible="true"
|
|
97
|
+
lpeversion="1"
|
|
98
|
+
weight="33.333333"
|
|
99
|
+
steps="2"
|
|
100
|
+
helper_size="0"
|
|
101
|
+
apply_no_weight="true"
|
|
102
|
+
apply_with_weight="true"
|
|
103
|
+
only_selected="false" />
|
|
104
|
+
<inkscape:path-effect
|
|
105
|
+
effect="bspline"
|
|
106
|
+
id="path-effect22579"
|
|
107
|
+
is_visible="true"
|
|
108
|
+
lpeversion="1"
|
|
109
|
+
weight="33.333333"
|
|
110
|
+
steps="2"
|
|
111
|
+
helper_size="0"
|
|
112
|
+
apply_no_weight="true"
|
|
113
|
+
apply_with_weight="true"
|
|
114
|
+
only_selected="false" />
|
|
115
|
+
<inkscape:path-effect
|
|
116
|
+
effect="bspline"
|
|
117
|
+
id="path-effect22595"
|
|
118
|
+
is_visible="true"
|
|
119
|
+
lpeversion="1"
|
|
120
|
+
weight="33.333333"
|
|
121
|
+
steps="2"
|
|
122
|
+
helper_size="0"
|
|
123
|
+
apply_no_weight="true"
|
|
124
|
+
apply_with_weight="true"
|
|
125
|
+
only_selected="false" />
|
|
126
|
+
<inkscape:path-effect
|
|
127
|
+
effect="bspline"
|
|
128
|
+
id="path-effect22611"
|
|
129
|
+
is_visible="true"
|
|
130
|
+
lpeversion="1"
|
|
131
|
+
weight="33.333333"
|
|
132
|
+
steps="2"
|
|
133
|
+
helper_size="0"
|
|
134
|
+
apply_no_weight="true"
|
|
135
|
+
apply_with_weight="true"
|
|
136
|
+
only_selected="false" />
|
|
137
|
+
<inkscape:path-effect
|
|
138
|
+
effect="bspline"
|
|
139
|
+
id="path-effect22655"
|
|
140
|
+
is_visible="true"
|
|
141
|
+
lpeversion="1"
|
|
142
|
+
weight="33.333333"
|
|
143
|
+
steps="2"
|
|
144
|
+
helper_size="0"
|
|
145
|
+
apply_no_weight="true"
|
|
146
|
+
apply_with_weight="true"
|
|
147
|
+
only_selected="false" />
|
|
148
|
+
<inkscape:path-effect
|
|
149
|
+
effect="bspline"
|
|
150
|
+
id="path-effect22715"
|
|
151
|
+
is_visible="true"
|
|
152
|
+
lpeversion="1"
|
|
153
|
+
weight="33.333333"
|
|
154
|
+
steps="2"
|
|
155
|
+
helper_size="0"
|
|
156
|
+
apply_no_weight="true"
|
|
157
|
+
apply_with_weight="true"
|
|
158
|
+
only_selected="false" />
|
|
159
|
+
<inkscape:path-effect
|
|
160
|
+
effect="bspline"
|
|
161
|
+
id="path-effect22731"
|
|
162
|
+
is_visible="true"
|
|
163
|
+
lpeversion="1"
|
|
164
|
+
weight="33.333333"
|
|
165
|
+
steps="2"
|
|
166
|
+
helper_size="0"
|
|
167
|
+
apply_no_weight="true"
|
|
168
|
+
apply_with_weight="true"
|
|
169
|
+
only_selected="false" />
|
|
170
|
+
<inkscape:path-effect
|
|
171
|
+
effect="bspline"
|
|
172
|
+
id="path-effect37506-7"
|
|
173
|
+
is_visible="true"
|
|
174
|
+
lpeversion="1"
|
|
175
|
+
weight="33.333333"
|
|
176
|
+
steps="2"
|
|
177
|
+
helper_size="0"
|
|
178
|
+
apply_no_weight="true"
|
|
179
|
+
apply_with_weight="true"
|
|
180
|
+
only_selected="false" />
|
|
181
|
+
<inkscape:path-effect
|
|
182
|
+
effect="bspline"
|
|
183
|
+
id="path-effect22483-7"
|
|
184
|
+
is_visible="true"
|
|
185
|
+
lpeversion="1"
|
|
186
|
+
weight="33.333333"
|
|
187
|
+
steps="2"
|
|
188
|
+
helper_size="0"
|
|
189
|
+
apply_no_weight="true"
|
|
190
|
+
apply_with_weight="true"
|
|
191
|
+
only_selected="false" />
|
|
192
|
+
<inkscape:path-effect
|
|
193
|
+
effect="bspline"
|
|
194
|
+
id="path-effect22499-5"
|
|
195
|
+
is_visible="true"
|
|
196
|
+
lpeversion="1"
|
|
197
|
+
weight="33.333333"
|
|
198
|
+
steps="2"
|
|
199
|
+
helper_size="0"
|
|
200
|
+
apply_no_weight="true"
|
|
201
|
+
apply_with_weight="true"
|
|
202
|
+
only_selected="false" />
|
|
203
|
+
<inkscape:path-effect
|
|
204
|
+
effect="bspline"
|
|
205
|
+
id="path-effect22515-1"
|
|
206
|
+
is_visible="true"
|
|
207
|
+
lpeversion="1"
|
|
208
|
+
weight="33.333333"
|
|
209
|
+
steps="2"
|
|
210
|
+
helper_size="0"
|
|
211
|
+
apply_no_weight="true"
|
|
212
|
+
apply_with_weight="true"
|
|
213
|
+
only_selected="false" />
|
|
214
|
+
<inkscape:path-effect
|
|
215
|
+
effect="bspline"
|
|
216
|
+
id="path-effect22531-2"
|
|
217
|
+
is_visible="true"
|
|
218
|
+
lpeversion="1"
|
|
219
|
+
weight="33.333333"
|
|
220
|
+
steps="2"
|
|
221
|
+
helper_size="0"
|
|
222
|
+
apply_no_weight="true"
|
|
223
|
+
apply_with_weight="true"
|
|
224
|
+
only_selected="false" />
|
|
225
|
+
<inkscape:path-effect
|
|
226
|
+
effect="bspline"
|
|
227
|
+
id="path-effect22699-6"
|
|
228
|
+
is_visible="true"
|
|
229
|
+
lpeversion="1"
|
|
230
|
+
weight="33.333333"
|
|
231
|
+
steps="2"
|
|
232
|
+
helper_size="0"
|
|
233
|
+
apply_no_weight="true"
|
|
234
|
+
apply_with_weight="true"
|
|
235
|
+
only_selected="false" />
|
|
236
|
+
<inkscape:path-effect
|
|
237
|
+
effect="bspline"
|
|
238
|
+
id="path-effect22579-6"
|
|
239
|
+
is_visible="true"
|
|
240
|
+
lpeversion="1"
|
|
241
|
+
weight="33.333333"
|
|
242
|
+
steps="2"
|
|
243
|
+
helper_size="0"
|
|
244
|
+
apply_no_weight="true"
|
|
245
|
+
apply_with_weight="true"
|
|
246
|
+
only_selected="false" />
|
|
247
|
+
<inkscape:path-effect
|
|
248
|
+
effect="bspline"
|
|
249
|
+
id="path-effect22595-5"
|
|
250
|
+
is_visible="true"
|
|
251
|
+
lpeversion="1"
|
|
252
|
+
weight="33.333333"
|
|
253
|
+
steps="2"
|
|
254
|
+
helper_size="0"
|
|
255
|
+
apply_no_weight="true"
|
|
256
|
+
apply_with_weight="true"
|
|
257
|
+
only_selected="false" />
|
|
258
|
+
<inkscape:path-effect
|
|
259
|
+
effect="bspline"
|
|
260
|
+
id="path-effect22611-4"
|
|
261
|
+
is_visible="true"
|
|
262
|
+
lpeversion="1"
|
|
263
|
+
weight="33.333333"
|
|
264
|
+
steps="2"
|
|
265
|
+
helper_size="0"
|
|
266
|
+
apply_no_weight="true"
|
|
267
|
+
apply_with_weight="true"
|
|
268
|
+
only_selected="false" />
|
|
269
|
+
<inkscape:path-effect
|
|
270
|
+
effect="bspline"
|
|
271
|
+
id="path-effect22655-1"
|
|
272
|
+
is_visible="true"
|
|
273
|
+
lpeversion="1"
|
|
274
|
+
weight="33.333333"
|
|
275
|
+
steps="2"
|
|
276
|
+
helper_size="0"
|
|
277
|
+
apply_no_weight="true"
|
|
278
|
+
apply_with_weight="true"
|
|
279
|
+
only_selected="false" />
|
|
280
|
+
<inkscape:path-effect
|
|
281
|
+
effect="bspline"
|
|
282
|
+
id="path-effect22715-7"
|
|
283
|
+
is_visible="true"
|
|
284
|
+
lpeversion="1"
|
|
285
|
+
weight="33.333333"
|
|
286
|
+
steps="2"
|
|
287
|
+
helper_size="0"
|
|
288
|
+
apply_no_weight="true"
|
|
289
|
+
apply_with_weight="true"
|
|
290
|
+
only_selected="false" />
|
|
291
|
+
<inkscape:path-effect
|
|
292
|
+
effect="bspline"
|
|
293
|
+
id="path-effect22731-1"
|
|
294
|
+
is_visible="true"
|
|
295
|
+
lpeversion="1"
|
|
296
|
+
weight="33.333333"
|
|
297
|
+
steps="2"
|
|
298
|
+
helper_size="0"
|
|
299
|
+
apply_no_weight="true"
|
|
300
|
+
apply_with_weight="true"
|
|
301
|
+
only_selected="false" />
|
|
302
|
+
</defs>
|
|
303
|
+
<g
|
|
304
|
+
inkscape:label="Layer 1"
|
|
305
|
+
inkscape:groupmode="layer"
|
|
306
|
+
id="layer1"
|
|
307
|
+
transform="translate(-0.82013557)">
|
|
308
|
+
<path
|
|
309
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
310
|
+
d="M 102.70996,3.4915683 C 101.88811,3.3767743 100.24097,3.1467041 99.029295,2.9064359 97.81762,2.6661676 97.03765,2.4136443 95.700303,2.4135783 94.362957,2.4135122 92.516367,2.6632148 90.869077,2.907527 89.221787,3.1518391 87.794208,3.3880724 86.366549,3.6175186 84.93889,3.8469647 83.51923,4.0683419 82.474057,4.3513014 c -1.045174,0.2829594 -1.711103,0.6271253 -2.732751,1.0543495 -1.021647,0.4272243 -2.393068,0.9351574 -3.662055,1.6883755 -1.268988,0.7532181 -2.428879,1.7482819 -3.455088,2.6889732 -1.026209,0.9406914 -1.917791,1.8261674 -2.881662,2.9693674 -0.963872,1.1432 -1.996183,2.539259 -2.83704,4.206851 -0.840858,1.667591 -1.483795,3.593524 -1.976015,5.508962 -0.49222,1.915438 -0.827477,3.791441 -0.431173,4.920981 0.396305,1.129541 1.508535,1.468525 3.267347,1.4592 1.758812,-0.0093 4.149862,-0.370308 5.675099,-0.932368 1.525237,-0.562061 2.187089,-1.325738 2.848984,-2.064011 0.661895,-0.738273 1.323754,-1.451043 2.341975,-2.571083 1.018221,-1.12004 2.392843,-2.647397 3.232691,-3.868563 0.839848,-1.221166 1.145319,-2.137584 1.629035,-3.105378 0.483716,-0.967794 1.145573,-1.986034 1.476713,-2.545069 0.33114,-0.559035 0.33114,-0.660857 0.576192,-1.032372 0.245053,-0.371515 0.735843,-1.010969 1.250747,-1.630897 0.514905,-0.619928 1.051816,-1.2178521 1.63732,-1.7941922 0.585504,-0.5763401 1.217633,-1.1291999 1.895076,-1.6138089 0.677443,-0.484609 1.393944,-0.8966481 2.069963,-1.3004255 0.676018,-0.4037774 1.30571,-0.7958106 2.101827,-1.2011504 0.796116,-0.4053398 1.754386,-0.8217002 2.941237,-1.0221826 1.186851,-0.2004824 2.600111,-0.1850172 3.655151,-0.2425761 1.05503,-0.057559 1.74548,-0.1879093 2.08983,-0.2529181 0.34434,-0.065009 0.34434,-0.065004 -0.4775,-0.1797979 z"
|
|
311
|
+
id="path37504"
|
|
312
|
+
inkscape:path-effect="#path-effect37506-7"
|
|
313
|
+
inkscape:original-d="m 103.5318,3.6063624 c -1.64372,-0.229365 -3.29086,-0.459435 -4.942533,-0.690366 -0.7717,-0.249666 -1.55167,-0.502189 -2.33991,-0.75757 -1.88636,0.255381 -3.73295,0.505083 -5.60235,0.75757 -1.42517,0.236143 -2.85275,0.472375 -4.28271,0.708695 -1.42536,0.222572 -2.84502,0.44395 -4.2705,0.665928 -0.66475,0.343959 -1.33068,0.688123 -1.99778,1.032494 -1.37624,0.51008 -2.74766,1.018015 -4.12387,1.527358 -1.16164,0.997057 -2.32153,1.992122 -3.48238,2.9875134 -0.89155,0.8859712 -1.78313,1.7714482 -2.67593,2.6576052 -1.03491,1.400198 -2.06722,2.796257 -3.10359,4.19718 -0.64533,1.934144 -1.28827,3.860076 -1.93383,5.792827 -0.33889,1.898075 -0.67415,3.774077 -1.01637,5.687324 1.13448,0.345948 2.24671,0.684931 3.37109,1.027436 2.39334,-0.361024 4.78439,-0.722006 7.17314,-1.082946 0.6645,-0.761034 1.32635,-1.524713 1.98556,-2.291038 0.6645,-0.710121 1.32636,-1.422889 1.98557,-2.138302 1.37727,-1.524712 2.75189,-3.052071 4.12387,-4.582075 0.30811,-0.913769 0.61359,-1.830184 0.91641,-2.749245 0.6645,-1.015593 1.32636,-2.033832 1.98557,-3.054717 0.003,-0.09918 0.003,-0.201002 0,-0.305471 0.4904,-0.638335 0.98119,-1.277789 1.47237,-1.918362 0.53861,-0.599261 1.07552,-1.1971862 1.61289,-1.7961746 0.63361,-0.553656 1.26574,-1.106515 1.90003,-1.661765 0.72053,-0.413935 1.43703,-0.825976 2.15663,-1.240216 0.63245,-0.393318 1.26214,-0.785355 1.89393,-1.179121 0.96039,-0.416901 1.91866,-0.833261 2.877,-1.250033 1.41522,0.01575 2.828483,0.03122 4.246593,0.04647 0.69202,-0.130333 1.38247,-0.260683 2.0711,-0.391004 z"
|
|
314
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccc">
|
|
315
|
+
<title
|
|
316
|
+
id="title4192">caudate_lateral_L</title>
|
|
317
|
+
</path>
|
|
318
|
+
<path
|
|
319
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
320
|
+
d="m 69.658611,28.460956 c 0.05093,0.08488 0.150905,0.251509 0.252531,0.437277 0.101627,0.185768 0.201661,0.383678 0.303353,0.536105 0.101693,0.152427 0.198272,0.247858 0.379793,0.546194 0.18152,0.298336 0.448137,0.798239 0.932033,1.297632 0.483897,0.499393 1.183764,0.999298 1.78367,1.415827 0.599905,0.41653 1.099805,0.749798 1.596043,1.025925 0.496238,0.276127 0.982538,0.492989 1.600698,0.626587 0.618161,0.133598 1.359791,0.181053 2.047345,0.18798 0.687554,0.0069 1.320764,-0.0264 1.952845,-0.309716 0.632082,-0.283316 1.265292,-0.816545 1.664841,-1.232577 0.399548,-0.416032 0.566183,-0.715975 0.83319,-1.016482 0.267008,-0.300506 0.633606,-0.600449 1.022023,-0.864842 0.388417,-0.264393 0.794775,-0.491149 1.421763,-0.620762 0.626988,-0.129614 1.462288,-0.159712 2.174793,-0.135586 0.712506,0.02413 1.282925,0.101454 1.793986,0.206459 0.51106,0.105004 0.94192,0.233373 1.396062,0.390741 0.454142,0.157367 0.922942,0.340968 1.307854,0.516555 0.384911,0.175588 0.684851,0.342221 1.384377,0.391262 0.699527,0.04904 1.799317,-0.01761 2.681767,-0.217764 0.882451,-0.200151 1.548982,-0.533417 2.065257,-0.833267 0.516276,-0.29985 0.882869,-0.566462 1.132454,-0.782752 0.249586,-0.216291 0.382893,-0.382927 0.699451,-0.816088 0.31655,-0.433161 0.81645,-1.133018 1.13298,-1.698988 0.31652,-0.56597 0.44983,-0.999219 0.63324,-1.366466 0.18341,-0.367247 0.4167,-0.667188 0.54993,-0.883065 0.13322,-0.215877 0.16655,-0.349177 0.33326,-0.616514 0.16671,-0.267336 0.46665,-0.667258 0.58354,-1.39926 0.11689,-0.732002 0.0502,-1.798461 -0.0494,-2.598149 -0.0997,-0.799688 -0.23299,-1.332918 -0.38238,-1.73285 -0.14939,-0.399932 -0.31603,-0.666547 -0.41659,-0.866498 -0.10057,-0.199951 -0.1339,-0.333251 -0.41624,-0.666755 -0.28235,-0.333503 -0.81558,-0.866733 -1.23191,-1.217113 -0.41633,-0.350379 -0.71627,-0.517012 -1.149534,-0.76692 -0.433262,-0.249909 -0.999813,-0.583175 -1.366517,-0.816219 -0.366704,-0.233045 -0.533343,-0.366354 -1.18307,-0.683415 -0.649727,-0.31706 -1.782845,-0.816966 -2.432785,-1.083978 -0.64994,-0.267013 -0.81657,-0.300339 -1.083117,-0.399899 -0.266546,-0.09956 -0.633146,-0.266196 -1.033116,-0.399871 -0.399969,-0.133675 -0.833218,-0.233656 -1.444169,-0.289812 -0.610951,-0.05616 -1.399221,-0.06782 -2.15255,-0.083 -0.753328,-0.01518 -1.462558,-0.03367 -2.100177,0.0052 -0.637619,0.03889 -1.18944,0.134123 -1.926307,0.333849 -0.736867,0.199727 -1.640217,0.499278 -2.358198,0.732284 -0.717982,0.233006 -1.251212,0.39964 -1.751067,0.54962 -0.499855,0.149979 -0.966435,0.283288 -1.249245,0.350192 -0.282811,0.0669 -0.382831,0.0669 -0.700398,0.233313 -0.317567,0.16641 -0.850797,0.499678 -1.484127,0.932978 -0.633331,0.433299 -1.366521,0.966528 -1.900095,1.433406 -0.533574,0.466878 -0.866842,0.866801 -1.233199,1.233157 -0.366357,0.366356 -0.766278,0.699623 -1.066602,1.050126 -0.300325,0.350502 -0.500285,0.717097 -0.950171,1.466854 -0.449885,0.749758 -1.149748,1.882867 -1.516229,2.633547 -0.36648,0.750681 -0.399813,1.117273 -0.433181,1.433826 -0.03337,0.316553 -0.0667,0.583163 -0.183387,1.299616 -0.116687,0.716452 -0.316647,1.88289 -0.416444,2.465045 -0.0998,0.582154 -0.09976,0.58215 -0.04883,0.667024 z"
|
|
321
|
+
id="path22481"
|
|
322
|
+
inkscape:path-effect="#path-effect22483-7"
|
|
323
|
+
inkscape:original-d="m 69.607687,28.376082 c 0.10263,0.16928 0.20261,0.335914 0.29994,0.499902 0.10525,0.207962 0.20528,0.405874 0.31008,0.613472 0.0985,0.09729 0.19506,0.19274 0.2898,0.286352 0.26926,0.502548 0.53588,1.00245 0.79985,1.499706 0.7025,0.502548 1.40237,1.00245 2.09959,1.499706 0.50254,0.335914 1.00244,0.669182 1.4997,0.999804 0.49557,0.221142 0.98187,0.438003 1.47436,0.657478 0.74387,0.04785 1.4855,0.0953 2.22492,0.142366 0.63585,-0.03068 1.26906,-0.06401 1.89962,-0.09998 0.63586,-0.530583 1.26907,-1.063812 1.89963,-1.599687 0.16928,-0.297295 0.33592,-0.597236 0.4999,-0.899823 0.36924,-0.297296 0.73584,-0.597237 1.09979,-0.899824 0.4107,-0.228769 0.81706,-0.455522 1.22694,-0.684655 0.84393,-0.03014 1.67923,-0.06023 2.52382,-0.09094 0.58038,0.07891 1.1508,0.156238 1.73295,0.234929 0.43995,0.131264 0.87081,0.259634 1.30827,0.389783 0.47082,0.184554 0.93962,0.368156 1.40641,0.550807 0.30259,0.16928 0.60253,0.335912 0.89982,0.499901 1.10243,-0.06401 2.20222,-0.130662 3.29936,-0.199962 0.66918,-0.33062 1.33571,-0.663889 1.9996,-0.999802 0.36925,-0.263969 0.73584,-0.530585 1.09979,-0.799843 0.13595,-0.163989 0.26926,-0.330623 0.39992,-0.499904 0.502553,-0.697217 1.002443,-1.397079 1.499703,-2.099587 0.13595,-0.430603 0.26926,-0.863851 0.39992,-1.299746 0.23593,-0.297295 0.46922,-0.597236 0.69987,-0.899823 0.036,-0.130661 0.0693,-0.263969 0.1,-0.399922 0.30258,-0.397275 0.60252,-0.797197 0.89982,-1.199765 -0.064,-1.063811 -0.13066,-2.130269 -0.19996,-3.199372 -0.13066,-0.530586 -0.26397,-1.063815 -0.39992,-1.59969 -0.16399,-0.263969 -0.33063,-0.530583 -0.49991,-0.799843 -0.0307,-0.130661 -0.064,-0.263969 -0.1,-0.399922 -0.53058,-0.530583 -1.06381,-1.063811 -1.59968,-1.599686 -0.29729,-0.163988 -0.59723,-0.330622 -0.899823,-0.499902 -0.56391,-0.330622 -1.13046,-0.66389 -1.69966,-0.999804 -0.16399,-0.130661 -0.33063,-0.263969 -0.49991,-0.399922 -1.13046,-0.497256 -2.26358,-0.997158 -3.39933,-1.499706 -0.16399,-0.03068 -0.33062,-0.06401 -0.4999,-0.09998 -0.36395,-0.163988 -0.73055,-0.330622 -1.09979,-0.499902 -0.4306,-0.09734 -0.86385,-0.197315 -1.29974,-0.299941 -0.78557,-0.01136 -1.57384,-0.02302 -2.3648,-0.03498 -0.7157,-0.0184 -1.42493,-0.03689 -2.14127,-0.05582 -0.55884,0.09675 -1.11066,0.191988 -1.67188,0.288533 -0.91246,0.302925 -1.81581,0.602476 -2.72031,0.902055 -0.53058,0.16928 -1.06381,0.335914 -1.59969,0.499902 -0.46392,0.135953 -0.9305,0.26926 -1.39972,0.399922 -0.0973,0.0026 -0.19732,0.0026 -0.29994,0 -0.53058,0.335914 -1.06381,0.669182 -1.59969,0.999804 -0.73054,0.535874 -1.46373,1.069103 -2.19957,1.599686 -0.33062,0.402568 -0.66389,0.802489 -0.9998,1.199765 -0.39728,0.335914 -0.7972,0.669182 -1.19977,0.999804 -0.19731,0.369241 -0.39727,0.735836 -0.59988,1.099785 -0.69722,1.135757 -1.39708,2.268868 -2.09959,3.399333 -0.0307,0.369241 -0.064,0.735836 -0.1,1.099785 -0.0307,0.26926 -0.064,0.535874 -0.1,0.799843 -0.19731,1.169084 -0.39727,2.335522 -0.59988,3.499314 z"
|
|
324
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccc">
|
|
325
|
+
<title
|
|
326
|
+
id="title4723">putamen_lateral_L</title>
|
|
327
|
+
</path>
|
|
328
|
+
<path
|
|
329
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
330
|
+
d="m 91.529912,11.695244 c -0.249051,-0.230843 -0.02707,-0.570255 0.365144,-0.96589 0.392219,-0.395635 0.954528,-0.8473858 1.691029,-1.23367 0.7365,-0.3862841 1.64085,-0.7043452 2.361547,-0.9440952 0.720698,-0.23975 1.249748,-0.3984646 1.801221,-0.5348551 0.551473,-0.1363905 1.121273,-0.2498134 1.65272,-0.3295186 0.531447,-0.079705 1.015647,-0.1241825 1.919277,-0.093292 0.90362,0.030891 2.22624,0.1367002 3.3766,0.3829801 1.15035,0.2462799 2.12109,0.629239 2.97473,1.0092408 0.85363,0.3800019 1.56651,0.7463847 2.21942,1.1241926 0.65291,0.377809 1.23325,0.76016 1.68017,1.108566 0.44692,0.348406 0.76546,0.666945 1.08289,0.984374 0.57514,0.581953 1.14795,1.161551 1.59782,1.75903 0.44986,0.59748 0.76902,1.202237 1.29533,2.369432 0.52631,1.167195 1.25784,2.892878 1.30873,4.53267 0.0509,1.639793 -0.57898,3.192434 -1.39428,4.101258 -0.81529,0.908824 -1.81275,1.173403 -2.70248,1.103758 -0.88972,-0.06964 -1.6775,-0.482997 -3.15761,-0.590733 -1.48012,-0.107737 -3.56346,0.09032 -4.83555,0.08628 -1.27209,-0.004 -1.69533,-0.215666 -1.82888,-0.375378 -0.13354,-0.159712 0.0247,-0.265177 0.16365,-0.729214 0.139,-0.464038 0.25841,-1.286681 0.25743,-2.365361 -9.7e-4,-1.07868 -0.12225,-2.41119 -0.57397,-3.461593 -0.45172,-1.050403 -1.23283,-1.814742 -1.88024,-2.386996 -0.64742,-0.572254 -1.161389,-0.952597 -1.643216,-1.264593 -0.481826,-0.311997 -0.926766,-0.552829 -1.35709,-0.774274 -0.430324,-0.221444 -0.837405,-0.418963 -1.275258,-0.61405 -0.437854,-0.195087 -0.910984,-0.389715 -1.488629,-0.628103 -0.577644,-0.238388 -1.239795,-0.512267 -1.947489,-0.715971 -0.707695,-0.203704 -1.413965,-0.323351 -1.663016,-0.554194 z"
|
|
331
|
+
id="path22497"
|
|
332
|
+
inkscape:path-effect="#path-effect22499-5"
|
|
333
|
+
inkscape:original-d="m 91.058717,11.804072 c 0.22245,-0.339471 0.44442,-0.678887 0.66607,-1.018458 0.56272,-0.451606 1.12503,-0.9033562 1.68827,-1.3563316 0.90964,-0.319565 1.81399,-0.637624 2.72452,-0.958218 0.5317,-0.156069 1.06075,-0.314783 1.58715,-0.476144 0.57566,-0.114272 1.14546,-0.227695 1.72167,-0.342711 0.48665,-0.04441 0.970853,-0.08889 1.452613,-0.133432 1.32527,0.108455 2.64789,0.214265 3.96787,0.317429 0.98087,0.387116 1.95161,0.770074 2.93489,1.157821 0.72399,0.372219 1.43687,0.738603 2.15958,1.1099096 0.58312,0.38427 1.16346,0.766621 1.74102,1.147052 0.31632,0.31632 0.95229,0.952288 0.95229,0.952288 0,0 1.14795,1.161552 1.72542,1.74586 0.32236,0.610599 0.64151,1.215358 0.96196,1.822799 0.73221,1.726944 1.46374,3.452625 2.19546,5.179134 -0.62975,1.553261 -1.25962,3.105902 -1.88961,4.657923 -1.00084,0.26581 -1.9983,0.530391 -3.004,0.79682 -0.77388,-0.405935 -1.56166,-0.819287 -2.36335,-1.240063 -2.15846,0.205493 -4.2418,0.403554 -6.36595,0.605205 -0.42059,-0.208974 -0.84383,-0.420593 -1.26972,-0.634858 0.16136,-0.103164 0.31773,-0.211375 0.47615,-0.317429 0.11966,-0.822284 0.23907,-1.644927 0.35826,-2.468113 -0.12119,-1.334239 -0.24247,-2.666749 -0.36428,-4.002453 -0.78187,-0.765077 -1.56298,-1.529418 -2.34414,-2.293808 -0.5137,-0.380075 -1.027673,-0.760416 -1.542863,-1.141733 -0.44848,-0.242628 -0.89342,-0.48346 -1.34456,-0.727771 -0.40951,-0.198562 -0.81659,-0.396083 -1.22199,-0.59292 -0.47031,-0.193312 -0.94344,-0.38794 -1.41939,-0.583884 -0.67934,-0.280831 -1.34149,-0.554711 -2.02785,-0.838758 -0.72901,-0.12328 -1.43528,-0.242926 -2.15549,-0.365156 z"
|
|
334
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccc">
|
|
335
|
+
<title
|
|
336
|
+
id="title4729">thalamus_lateral_L</title>
|
|
337
|
+
</path>
|
|
338
|
+
<path
|
|
339
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
340
|
+
d="m 97.303752,34.891588 c 0.258695,-0.03562 0.770544,-0.106099 1.522677,-0.217815 0.752132,-0.111717 1.749761,-0.265465 2.715351,-0.527116 0.96559,-0.261651 1.88742,-0.627256 2.69624,-0.991391 0.80881,-0.364136 1.49152,-0.720862 2.33343,-1.133758 0.84191,-0.412896 1.82691,-0.87403 2.84066,-1.411628 1.01375,-0.537598 2.05096,-1.14913 2.88803,-1.657567 0.83707,-0.508437 1.47378,-0.913616 2.24595,-1.719557 0.77217,-0.805942 1.68088,-2.013612 2.28889,-2.911136 0.60801,-0.897523 0.91439,-1.483365 1.21864,-2.241933 0.30426,-0.758567 0.60528,-1.687453 0.9831,-2.210526 0.37782,-0.523072 0.82852,-0.633779 1.17671,-0.54267 0.34818,0.09111 0.58955,0.376192 0.89212,0.753361 0.30258,0.377169 0.65699,0.834855 0.83865,1.658389 0.18165,0.823534 0.18782,2.002295 0.002,3.0485 -0.18578,1.046204 -0.56232,1.94818 -1.05481,2.882506 -0.49249,0.934326 -1.10167,1.903162 -1.95577,2.839788 -0.85409,0.936626 -1.95566,1.84353 -3.0098,2.698813 -1.05415,0.855283 -2.06288,1.660585 -3.01295,2.352615 -0.95006,0.692031 -1.84086,1.270342 -2.75477,1.920242 -0.91391,0.6499 -1.85183,1.372032 -2.83883,2.156351 -0.987,0.784319 -2.02158,1.629613 -2.81601,2.273135 -0.79442,0.643523 -1.347,1.083913 -1.91403,1.545339 -0.56703,0.461427 -1.14811,0.943619 -1.69797,1.396871 -0.54987,0.453251 -1.06457,0.874311 -1.782604,1.394295 -0.718034,0.519985 -1.637344,1.13735 -2.595225,1.525148 -0.957881,0.387798 -1.948011,0.543637 -2.64393,0.476818 -0.695919,-0.06682 -1.09057,-0.354039 -1.332613,-0.99479 -0.242042,-0.64075 -0.322494,-1.612721 -0.219407,-2.504809 0.103088,-0.892089 0.389437,-1.692875 0.759649,-2.601265 0.370212,-0.908389 0.818896,-1.91107 1.263679,-2.822557 0.444783,-0.911487 0.884801,-1.729723 1.334956,-2.447577 0.450155,-0.717855 0.909536,-1.333931 1.139394,-1.642193 0.229858,-0.308263 0.229848,-0.308263 0.488543,-0.343883 z"
|
|
341
|
+
id="path22513"
|
|
342
|
+
inkscape:path-effect="#path-effect22515-1"
|
|
343
|
+
inkscape:original-d="m 97.045057,34.927208 c 0.51743,-0.07095 1.02928,-0.141424 1.54033,-0.212092 0.99322,-0.152762 1.990853,-0.306508 2.991313,-0.460998 0.9308,-0.368791 1.85263,-0.734395 2.78148,-1.103157 0.68882,-0.359511 1.37153,-0.716241 2.06128,-1.077048 0.99405,-0.464981 1.97905,-0.926114 2.96872,-1.389825 1.03786,-0.611493 2.07507,-1.223025 3.11163,-1.834595 0.63936,-0.402534 1.27607,-0.807715 1.91014,-1.215542 0.9086,-1.206917 1.81731,-2.414587 2.72613,-3.623014 0.30722,-0.586676 0.6136,-1.17252 0.9205,-1.760105 0.30161,-0.92961 0.60264,-1.858496 0.90532,-2.793558 0.45272,-0.110873 0.90342,-0.221581 1.35211,-0.332124 0.24763,0.292428 0.48899,0.577514 0.7351,0.868245 0.35905,0.4636 0.71347,0.921283 1.07053,1.382459 0.007,1.185917 0.0126,2.364681 0.0186,3.552169 -0.37745,0.905056 -0.75399,1.807032 -1.12962,2.705928 -0.60936,0.969819 -1.21854,1.938655 -1.82754,2.90651 -1.09926,0.905489 -2.20083,1.812391 -3.30103,2.717687 -1.0081,0.805271 -2.01683,1.610575 -3.0262,2.415913 -0.89079,0.578739 -1.78159,1.157054 -2.67217,1.734781 -0.93721,0.72206 -1.87513,1.44419 -2.81375,2.166393 -1.03538,0.846428 -2.06996,1.691719 -3.10548,2.537306 -0.55333,0.441464 -1.10591,0.881851 -1.66062,1.323468 -0.57934,0.481236 -1.16042,0.963426 -1.74323,1.446572 -0.51692,0.423364 -1.031623,0.844421 -1.547663,1.266092 -0.92006,0.618313 -1.83937,1.235678 -2.7616,1.854563 -0.99369,0.156706 -1.98382,0.312543 -2.97725,0.468596 -0.39849,-0.289941 -0.79314,-0.577163 -1.19535,-0.869955 -0.0816,-0.988775 -0.16205,-1.960746 -0.24346,-2.941341 0.28766,-0.803448 0.57401,-1.604234 0.86229,-2.411427 0.45214,-1.009559 0.90083,-2.012237 1.3504,-3.017758 0.43999,-0.817428 0.88001,-1.635662 1.32005,-2.454699 0.46025,-0.616622 0.91963,-1.232698 1.37905,-1.849444 z"
|
|
344
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccc">
|
|
345
|
+
<title
|
|
346
|
+
id="title4727">hippocampus_lateral_L</title>
|
|
347
|
+
</path>
|
|
348
|
+
<path
|
|
349
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
350
|
+
d="m 91.738337,33.131572 c 1.06046,-0.462267 2.15661,-0.574167 2.929067,-0.60195 0.772457,-0.02778 1.219338,0.02808 1.357342,0.559635 0.138004,0.531559 -0.02958,1.537042 -0.22511,2.206593 -0.195534,0.669551 -0.418974,1.004712 -0.698345,1.563646 -0.279371,0.558934 -0.61453,1.340973 -0.837915,1.983707 -0.223385,0.642733 -0.335105,1.145473 -0.741672,2.196196 -0.406567,1.050723 -1.102359,2.637572 -1.608883,3.819466 -0.506524,1.181895 -0.810568,1.928295 -1.124936,2.38682 -0.314369,0.458525 -0.641499,0.634969 -1.131264,0.68201 -0.489766,0.04704 -1.139855,-0.03509 -1.592506,-0.235673 -0.452651,-0.200579 -0.699273,-0.514728 -0.935726,-0.896477 -0.236453,-0.381749 -0.459896,-0.828634 -0.572409,-1.415428 -0.112513,-0.586793 -0.112513,-1.312973 -0.04307,-2.402214 0.06944,-1.08924 0.208586,-2.541603 0.574035,-3.897484 0.36545,-1.355881 0.952771,-2.603709 1.762636,-3.640987 0.809866,-1.037279 1.828296,-1.845593 2.888757,-2.30786 z"
|
|
351
|
+
id="path22529"
|
|
352
|
+
inkscape:path-effect="#path-effect22531-2"
|
|
353
|
+
inkscape:original-d="m 91.701617,32.78131 c 1.09721,-0.111716 2.19336,-0.223616 3.28843,-0.335698 0.44953,0.0585 0.89641,0.114366 1.34064,0.167579 -0.16493,1.008126 -0.33251,2.013609 -0.50274,3.016443 -0.22079,0.337804 -0.44423,0.672965 -0.67032,1.00548 -0.33251,0.784686 -0.66767,1.566725 -1.00548,2.346122 -0.10907,0.505386 -0.22079,1.008126 -0.33516,1.50822 -0.70153,1.600806 -1.39732,3.187656 -2.1043,4.799146 -0.30607,0.752288 -0.61011,1.49869 -0.91214,2.239218 -0.32686,0.176707 -0.65399,0.353151 -0.98139,0.529331 -0.65233,-0.08219 -1.30242,-0.164322 -1.95777,-0.247353 -0.24989,-0.318381 -0.49651,-0.632532 -0.7476,-0.9523 -0.22079,-0.444233 -0.44424,-0.891114 -0.67032,-1.340639 0.003,-0.723535 0.003,-1.449715 0,-2.178542 0.13917,-1.449627 0.27832,-2.901989 0.41743,-4.357081 0.59182,-1.256546 1.17914,-2.504374 1.77164,-3.76404 1.02714,-0.814752 2.04557,-1.623067 3.06908,-2.435886 z"
|
|
354
|
+
sodipodi:nodetypes="ccccccccccccccccc">
|
|
355
|
+
<title
|
|
356
|
+
id="title4725">amygdala_lateral_L</title>
|
|
357
|
+
</path>
|
|
358
|
+
<path
|
|
359
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
360
|
+
d="m 40.478903,12.99162 c 2.799668,1.115587 7.089427,3.246151 9.630904,4.909285 2.541476,1.663134 3.338527,2.858712 3.851061,3.598755 0.512533,0.740043 0.740264,1.024706 0.881684,1.337883 0.141419,0.313177 0.198352,0.654768 0.08413,0.99499 -0.114224,0.340223 -0.398886,0.681814 -0.854487,1.422258 -0.455601,0.740445 -1.081855,1.87909 -1.964018,2.988779 -0.882163,1.109689 -2.020805,2.1914 -2.941369,3.408741 -0.920565,1.217341 -1.622928,2.570143 -2.619053,2.91177 -0.996125,0.341626 -2.282843,-0.326149 -3.107746,-0.983336 -0.824903,-0.657186 -1.179898,-1.298709 -1.830602,-1.847377 -0.650705,-0.548667 -1.601444,-1.00796 -2.822669,-1.171829 -1.221225,-0.163868 -2.698395,-0.03174 -3.697441,0.176822 -0.999046,0.208564 -1.511444,0.49323 -2.493807,0.760836 -0.982363,0.267606 -2.436045,0.518047 -3.51923,0.404143 -1.083186,-0.113903 -1.794537,-0.593162 -2.761483,-1.417228 -0.966946,-0.824066 -2.198215,-2.000171 -2.935397,-3.381028 -0.737182,-1.380857 -0.9748,-2.957402 -0.957009,-3.817554 0.01779,-0.860153 0.290946,-1.01207 0.911958,-1.600684 0.621012,-0.588614 1.58886,-1.613394 2.157954,-2.29609 0.569094,-0.682695 0.739891,-1.024289 1.138681,-1.508742 0.398791,-0.484454 1.025043,-1.110707 1.622629,-1.850521 0.597585,-0.739814 1.167039,-1.593996 2.296337,-2.339793 1.129299,-0.745797 2.816809,-1.382433 4.316993,-1.64994 1.500185,-0.267507 2.812315,-0.165728 5.611982,0.94986 z"
|
|
361
|
+
id="path22697"
|
|
362
|
+
inkscape:path-effect="#path-effect22699-6"
|
|
363
|
+
inkscape:original-d="m 38.991127,11.977793 c 4.28739,2.129522 8.57715,4.260085 12.86107,6.387616 0.7997,1.198221 1.59675,2.393799 2.39115,3.586728 0.23038,0.287306 0.45811,0.571969 0.68319,0.853983 0.0596,0.344239 0.11651,0.685834 0.1708,1.024781 -0.28202,0.344239 -0.56668,0.685832 -0.85399,1.024779 -0.6236,1.141291 -1.24986,2.279933 -1.87876,3.415932 -1.136,1.084358 -2.27464,2.16607 -3.41593,3.245136 -0.7021,1.353068 -1.40446,2.705872 -2.10709,4.058407 -1.28999,-0.66935 -2.57671,-1.337122 -3.87079,-2.008847 -0.35558,-0.642801 -0.71058,-1.284321 -1.06461,-1.923894 -0.94752,-0.457603 -1.89826,-0.916895 -2.85221,-1.377877 -1.48842,0.13342 -2.96559,0.265545 -4.45222,0.398229 -0.50974,0.287305 -1.02214,0.571968 -1.53717,0.853982 -1.45139,0.250355 -2.905072,0.500797 -4.361067,0.751326 -0.710468,-0.478578 -1.421819,-0.957837 -2.129206,-1.434512 -1.226471,-1.17151 -2.457739,-2.347615 -3.693804,-3.528312 -0.238074,-1.581056 -0.475692,-3.157601 -0.712393,-4.726563 0.272238,-0.150995 0.545393,-0.302912 0.819468,-0.455753 0.970494,-1.022133 1.93834,-2.046915 2.903543,-3.074339 0.173442,-0.338947 0.344239,-0.68054 0.512389,-1.024779 0.628902,-0.62361 1.255154,-1.249863 1.878764,-1.878764 0.571968,-0.851337 1.138674,-1.707351 1.707965,-2.56195 1.689121,-0.636881 3.376631,-1.273517 5.064491,-1.910649 1.31237,0.102042 2.6245,0.203822 3.93641,0.30534 z"
|
|
364
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccc">
|
|
365
|
+
<title
|
|
366
|
+
id="title4331">putamen_medial_L</title>
|
|
367
|
+
</path>
|
|
368
|
+
<path
|
|
369
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
370
|
+
d="M 23.971591,4.1986053 C 22.801309,4.0568186 22.038118,3.7400147 22.495993,3.5279419 22.953868,3.315869 24.630521,3.2116806 25.940969,2.9697182 c 1.310449,-0.2419625 2.242493,-0.619557 3.619123,-0.588382 1.376631,0.031175 3.181441,0.4690525 4.784987,0.71191 1.603546,0.2428574 2.976326,0.2852244 4.792472,0.5237981 1.816145,0.2385737 4.076325,0.6721995 6.734143,1.9834695 2.657817,1.3112699 5.703229,3.496469 7.684095,5.2953192 1.980865,1.798851 2.899145,3.211588 3.556113,4.327003 0.656967,1.115415 1.043666,1.917643 1.43419,2.840739 0.390525,0.923096 0.780232,1.95671 1.01001,2.827327 0.229777,0.870617 0.30058,1.578645 0.561848,2.722062 0.261268,1.143418 0.712353,2.721826 0.332709,3.667884 -0.379643,0.946058 -1.590713,1.260174 -2.63131,1.391024 -1.040597,0.130849 -1.908317,0.07821 -2.397869,-0.43098 -0.489552,-0.509191 -0.598862,-1.470194 -1.548229,-1.979448 -0.949367,-0.509254 -2.718497,-0.557172 -4.295628,-0.499092 -1.577131,0.05808 -2.938561,0.221678 -3.94089,-1.075237 C 44.634404,23.3902 43.997177,20.628872 43.584033,19.068496 43.170888,17.50812 42.980236,17.147427 42.770497,16.753644 42.560758,16.35986 42.340194,15.948457 42.044694,15.52489 41.749195,15.101322 41.383304,14.674304 41.007227,14.226876 40.631151,13.779449 40.235342,13.300287 39.770484,12.763901 39.305625,12.227515 38.78789,11.652294 38.162044,10.945502 37.536198,10.23871 36.808938,9.4077227 36.170131,8.7334011 35.531325,8.0590795 34.987944,7.5483947 34.246362,7.0515885 33.504779,6.5547822 32.56845,6.0764281 31.76843,5.6679596 30.968411,5.2594912 30.31359,4.9254453 29.753226,4.7036126 29.192863,4.4817798 28.740279,4.3771097 27.725898,4.3411934 26.711518,4.305277 25.141873,4.340392 23.971591,4.1986053 Z"
|
|
371
|
+
id="path22577"
|
|
372
|
+
inkscape:path-effect="#path-effect22579-6"
|
|
373
|
+
inkscape:original-d="m 23.569203,4.3755747 c -0.767949,-0.318624 -1.53114,-0.635428 -2.300586,-0.954983 1.685268,-0.104443 3.361921,-0.208631 5.046724,-0.313607 0.936207,-0.378909 1.86825,-0.756504 2.803118,-1.135615 1.818218,0.44133 3.623028,0.879208 5.449418,1.322121 1.38074,0.04287 2.75352,0.08524 4.11834,0.127101 2.26744,0.435232 4.52762,0.868858 6.79448,1.303552 3.04878,2.187687 6.09419,4.372889 9.13625,6.5556073 0.91977,1.414892 1.83805,2.827629 2.76133,4.248195 0.3907,0.810253 0.7774,1.61248 1.16739,2.421815 0.39109,1.036857 0.7808,2.07047 1.16912,3.100838 0.0735,0.710679 0.14425,1.418712 0.21241,2.124099 0.45219,1.581636 0.90328,3.160042 1.35413,4.738289 -1.21023,0.314232 -2.4213,0.628346 -3.6336,0.942449 -0.86899,-0.05247 -1.73671,-0.105105 -2.60596,-0.158085 -0.10961,-0.965676 -0.21892,-1.926679 -0.32949,-2.896721 -1.7884,-0.04818 -3.55753,-0.0961 -5.34272,-0.144712 -1.36903,0.164807 -2.73046,0.328404 -4.09864,0.492516 -0.63458,-2.75868 -1.27181,-5.520007 -1.91168,-8.283979 -0.18825,-0.356387 -0.3789,-0.717081 -0.57196,-1.082084 -0.22642,-0.422564 -0.44699,-0.833964 -0.67253,-1.254425 -0.36553,-0.426643 -0.73142,-0.853662 -1.09202,-1.274459 -0.39155,-0.47406 -0.78736,-0.953221 -1.18742,-1.437479 -0.52967,-0.588504 -1.0474,-1.16373 -1.57391,-1.748665 -0.72518,-0.82865 -1.45244,-1.6596373 -2.18178,-2.4929623 -0.5483,-0.515293 -1.09168,-1.025978 -1.6416,-1.542824 -0.93329,-0.476672 -1.86962,-0.955025 -2.80898,-1.435058 -0.66068,-0.336902 -1.3155,-0.670949 -1.976967,-1.008517 -0.459252,-0.106009 -0.911836,-0.210679 -1.373931,-0.317752 -1.566615,0.03532 -3.13626,0.07043 -4.708936,0.105345 z"
|
|
374
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccc">
|
|
375
|
+
<title
|
|
376
|
+
id="title4254">caudate_medial_L</title>
|
|
377
|
+
</path>
|
|
378
|
+
<path
|
|
379
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
380
|
+
d="m 44.603067,26.676383 c 0.636257,-0.235071 1.792427,-0.09903 2.911447,-0.09056 1.119021,0.0085 2.176841,-0.109577 2.933147,-0.212625 0.756306,-0.103048 1.174816,-0.186116 1.648328,-0.251821 0.473513,-0.06571 0.993272,-0.112504 1.378982,-0.05661 0.385711,0.05589 0.636081,0.212372 0.870488,0.416239 0.234407,0.203867 0.45348,0.454234 0.510818,0.975826 0.05734,0.521593 -0.04413,1.313528 -0.294975,1.987567 -0.250842,0.67404 -0.649796,1.225377 -1.002405,1.599504 -0.352608,0.374126 -0.660599,0.572728 -0.987696,0.84496 -0.327097,0.272232 -0.670369,0.615502 -1.150722,0.922882 -0.480353,0.307381 -1.096401,0.577707 -1.756686,0.901184 -0.660285,0.323478 -1.361535,0.698468 -1.86814,0.839894 -0.506605,0.141426 -0.817815,0.04725 -1.116698,-0.06285 -0.298883,-0.110093 -0.575733,-0.232092 -0.838574,-0.354799 -0.26284,-0.122708 -0.50268,-0.242335 -0.896179,-0.53537 -0.393498,-0.293036 -0.926187,-0.74818 -1.233516,-1.273401 -0.30733,-0.525221 -0.383496,-1.11601 -0.338622,-1.827948 0.04487,-0.711939 0.210657,-1.543515 0.348284,-2.263117 0.137627,-0.719602 0.246463,-1.32388 0.882719,-1.558951 z"
|
|
381
|
+
id="path22593"
|
|
382
|
+
inkscape:path-effect="#path-effect22595-5"
|
|
383
|
+
inkscape:original-d="m 44.076137,26.30445 c 1.16316,0.137093 2.31933,0.273129 3.48268,0.409777 1.07475,-0.119644 2.13257,-0.237693 3.21593,-0.358886 0.42928,-0.08489 0.84779,-0.167957 1.2732,-0.25271 0.52158,-0.04668 1.04134,-0.09347 1.55927,-0.140397 0.25302,0.159128 0.50339,0.315611 0.75111,0.469447 0.22173,0.253019 0.4408,0.503389 0.65723,0.751115 -0.10165,0.79566 -0.20312,1.587595 -0.30536,2.383218 -0.39944,0.552634 -0.79839,1.103974 -1.19687,1.654022 -0.30684,0.198295 -0.61483,0.396897 -0.92397,0.595803 -0.34499,0.345513 -0.68826,0.688785 -1.03279,1.032782 -0.6163,0.270819 -1.23235,0.541142 -1.8497,0.811662 -0.70319,0.376433 -1.40444,0.751425 -2.10857,1.127548 -0.3093,-0.09342 -0.62051,-0.187601 -0.93363,-0.282543 -0.28465,-0.125287 -0.5615,-0.247287 -0.85026,-0.374682 -0.23692,-0.118035 -0.47676,-0.237663 -0.71953,-0.358886 -0.54419,-0.464936 -1.07688,-0.920079 -1.61542,-1.380259 -0.0759,-0.590309 -0.15204,-1.181101 -0.2285,-1.772378 0.16629,-0.832509 0.33207,-1.664086 0.49788,-2.497394 0.10944,-0.605903 0.21827,-1.210182 0.3273,-1.817239 z"
|
|
384
|
+
sodipodi:nodetypes="cccccccccccccccccccc">
|
|
385
|
+
<title
|
|
386
|
+
id="title4404">accumbens_medial_L</title>
|
|
387
|
+
</path>
|
|
388
|
+
<path
|
|
389
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
390
|
+
d="m 25.330764,25.822867 c -0.01576,-0.139366 -0.04756,-0.420532 0.189086,-0.499475 0.236649,-0.07894 0.737131,0.04555 1.154032,0.123281 0.416901,0.07773 0.745291,0.108635 1.316836,0.215609 0.571545,0.106975 1.374347,0.287984 2.493207,0.429044 1.118859,0.14106 2.545779,0.240807 3.47655,0.165592 0.930771,-0.07521 1.370132,-0.326277 1.807783,-0.826462 0.437651,-0.500184 0.8758,-1.251296 1.141921,-2.017321 0.266122,-0.766024 0.360013,-1.548439 0.407095,-2.268082 0.04708,-0.719643 0.04708,-1.376868 0.251833,-1.706804 0.20475,-0.329935 0.61161,-0.329935 0.98741,-0.282563 0.3758,0.04737 0.720059,0.14126 1.330146,0.595905 0.610087,0.454644 1.486386,1.268352 2.143702,1.847212 0.657317,0.57886 1.095466,0.92312 1.392287,1.220834 0.296822,0.297714 0.453304,0.548084 0.594165,0.94108 0.140862,0.392995 0.267051,0.927548 0.189647,1.494207 -0.0774,0.56666 -0.361502,1.178367 -0.925119,1.708926 -0.563617,0.53056 -1.407747,0.984115 -2.311422,1.333547 -0.903675,0.349431 -1.862195,0.592575 -2.892174,0.686244 -1.029979,0.09367 -2.144969,0.03807 -3.164106,-0.05176 -1.019136,-0.08983 -1.965036,-0.215953 -2.725228,-0.310022 -0.760192,-0.09407 -1.346953,-0.157668 -1.9449,-0.240118 -0.597947,-0.08245 -1.196083,-0.182056 -1.736287,-0.32346 -0.540203,-0.141405 -1.001301,-0.319068 -1.503085,-0.582318 -0.501784,-0.263251 -1.039039,-0.610887 -1.316782,-0.873028 -0.277743,-0.26214 -0.30904,-0.449918 -0.324938,-0.545309 -0.0159,-0.09539 -0.0159,-0.09539 -0.03166,-0.234759 z"
|
|
391
|
+
id="path22609"
|
|
392
|
+
inkscape:path-effect="#path-effect22611-4"
|
|
393
|
+
inkscape:original-d="m 25.346526,25.962234 c -0.03129,-0.27876 -0.06309,-0.559926 -0.0954,-0.843495 0.505326,0.125897 1.005809,0.25039 1.503738,0.37405 0.335897,0.03185 0.664286,0.06276 0.997642,0.09389 0.809713,0.182773 1.612515,0.363782 2.420535,0.545763 1.429726,0.100189 2.856646,0.199935 4.280746,0.299239 0.43764,-0.24966 0.877,-0.500725 1.31445,-0.751115 0.4408,-0.748469 0.87895,-1.499581 1.31445,-2.253342 0.0965,-0.779767 0.19043,-1.562177 0.28167,-2.347235 0.003,-0.654579 0.003,-1.311804 0,-1.971675 0.4095,0.0026 0.81636,0.0026 1.22056,0 0.34691,0.09654 0.69117,0.190426 1.03279,0.281667 0.87895,0.816354 1.75525,1.630061 2.6289,2.441123 0.4408,0.346908 0.87895,0.691168 1.31445,1.032782 0.15913,0.253019 0.31561,0.503391 0.46945,0.751115 0.12736,0.538667 0.25355,1.073219 0.37857,1.603661 -0.2797,0.60307 -0.5638,1.214775 -0.84598,1.821527 -0.8452,0.454535 -1.68933,0.908091 -2.53705,1.36317 -0.95972,0.24378 -1.91824,0.486924 -2.87392,0.729017 -1.10437,-0.05481 -2.21936,-0.110411 -3.32278,-0.165682 -0.93487,-0.12442 -1.88077,-0.250541 -2.81668,-0.375558 -0.58447,-0.06311 -1.17123,-0.126712 -1.760293,-0.190795 -0.606842,-0.100835 -1.204978,-0.200442 -1.815042,-0.302254 -0.470362,-0.181069 -0.93146,-0.358732 -1.4008,-0.539733 -0.534216,-0.345576 -1.071471,-0.693212 -1.596118,-1.032783 -0.02865,-0.185134 -0.05995,-0.372911 -0.09389,-0.563337 z"
|
|
394
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccc">
|
|
395
|
+
<title
|
|
396
|
+
id="title4329">pallidum_medial_L</title>
|
|
397
|
+
</path>
|
|
398
|
+
<path
|
|
399
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
400
|
+
d="m 8.0545527,22.283351 c 0.049036,-1.059789 0.1465259,-3.166778 0.4515907,-4.538529 0.3050647,-1.37175 0.8174553,-1.998005 1.2694615,-2.575484 0.4520061,-0.57748 0.8449341,-1.107979 1.5042931,-1.825032 0.659359,-0.717052 1.584747,-1.62043 2.57577,-2.366598 0.991023,-0.746167 2.045954,-1.3340179 3.030887,-1.7712267 0.984933,-0.4372088 1.892643,-0.7208683 2.928137,-0.9459517 1.035494,-0.2250833 2.186457,-0.3889797 3.535093,-0.4312892 1.348636,-0.04231 2.885807,0.037707 4.386787,0.4418738 1.50098,0.4041666 2.97592,1.1362359 4.217736,1.7986098 1.241816,0.662374 2.283008,1.273404 3.012642,2.170524 0.729634,0.89712 1.211017,2.155289 1.572993,3.299212 0.361976,1.143923 0.610563,2.186114 0.721667,3.097549 0.111104,0.911435 0.08281,1.672135 -0.0058,2.583763 -0.08865,0.911629 -0.2354,1.949957 -0.574344,2.793023 -0.338944,0.843066 -0.86855,1.482814 -1.497558,1.842068 -0.629009,0.359253 -1.357679,0.438568 -2.327261,0.415848 -0.969582,-0.02272 -2.172172,-0.147295 -3.407744,-0.369733 -1.235572,-0.222438 -2.502607,-0.542692 -3.711255,-0.613986 -1.208647,-0.07129 -2.357452,0.106448 -3.444053,0.206737 -1.0866,0.100289 -2.10651,0.122904 -3.078558,0.139375 -0.972049,0.01647 -1.882979,0.02657 -2.88584,0.02224 -1.002862,-0.0043 -2.095702,-0.02314 -3.060689,0.279116 -0.964988,0.302261 -1.800457,0.924888 -2.656433,0.546377 C 9.7560556,26.103322 8.8831659,24.726989 8.4443363,24.035062 8.0055066,23.343135 8.0055166,23.343139 8.0545527,22.283351 Z"
|
|
401
|
+
id="path22653"
|
|
402
|
+
inkscape:path-effect="#path-effect22655-1"
|
|
403
|
+
inkscape:original-d="m 8.0055166,23.343139 c 0.0983,-2.119566 0.19584,-4.226553 0.29354,-6.344105 0.51503,-0.623607 1.02742,-1.249862 1.53717,-1.878761 0.3916804,-0.528196 0.7846104,-1.058693 1.1768004,-1.588819 0.92649,-0.903934 1.85188,-1.80731 2.77735,-2.711292 1.05649,-0.588306 2.11142,-1.1761583 3.16883,-1.7658013 0.91238,-0.284773 1.82009,-0.568431 2.73274,-0.853982 1.158281,-0.164636 2.309244,-0.328532 3.466414,-0.493615 1.540047,0.08042 3.077218,0.160434 4.611508,0.24005 1.467629,0.728575 2.942568,1.460647 4.409598,2.1886523 1.01661,0.596712 2.0578,1.207745 3.05439,1.792489 0.46287,1.209358 0.94425,2.467528 1.41744,3.704707 0.25081,1.050676 0.4994,2.092866 0.7501,3.144763 -0.0284,0.77103 -0.0567,1.531729 -0.0857,2.303709 -0.14828,1.051309 -0.29503,2.089638 -0.44314,3.135406 -0.52979,0.64056 -1.0594,1.280305 -1.58881,1.919237 -0.72886,0.07963 -1.45753,0.158944 -2.18924,0.238296 -1.20751,-0.124847 -2.4101,-0.249421 -3.614926,-0.374466 -1.266341,-0.319881 -2.533376,-0.640135 -3.801106,-0.960763 -1.149472,0.178152 -2.298277,0.355895 -3.448038,0.53348 -1.02348,0.02296 -2.04339,0.04558 -3.07083,0.06809 -0.91666,0.01043 -1.82759,0.02053 -2.74121,0.03039 -1.09211,-0.01854 -2.18495,-0.03735 -3.27849,-0.05643 -0.83621,0.62364 -1.67168,1.246266 -2.50838,1.869352 C 9.7561266,26.103277 8.8832366,24.726944 8.0055066,23.343135 Z"
|
|
404
|
+
sodipodi:nodetypes="ccccccccccccccccccccccccc">
|
|
405
|
+
<title
|
|
406
|
+
id="title4252">thalamus_medial_L</title>
|
|
407
|
+
</path>
|
|
408
|
+
<path
|
|
409
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
410
|
+
d="m 29.840994,36.709357 c -0.360937,-0.521205 -0.702529,-0.976661 -0.902597,-1.346676 -0.200069,-0.370016 -0.257,-0.654675 -0.370572,-1.024666 -0.113571,-0.369992 -0.284368,-0.82545 -0.08452,-1.083357 0.199842,-0.257907 0.769165,-0.314839 1.195368,-0.428819 0.426202,-0.11398 0.710862,-0.284775 1.138786,-0.36994 0.427923,-0.08517 0.997253,-0.08517 1.509865,0.05813 0.512612,0.143298 0.968063,0.427956 1.280971,0.56932 0.312907,0.141364 0.483697,0.141364 0.739785,0.342042 0.256088,0.200678 0.597681,0.599207 0.939585,0.911935 0.341904,0.312727 0.683503,0.54046 0.881767,0.740294 0.198264,0.199835 0.255196,0.370627 0.625387,1.281551 0.370192,0.910923 1.053379,2.561956 1.394311,3.871125 0.340932,1.309168 0.340932,2.277018 0.340932,2.988668 0,0.71165 0,1.16711 -0.08564,1.707537 -0.08564,0.540428 -0.256438,1.166679 -0.427224,1.621632 -0.170786,0.454953 -0.341583,0.739619 -0.512379,1.024279 -0.170795,0.28466 -0.341592,0.569321 -0.852278,0.654528 -0.510686,0.08521 -1.364667,-0.02866 -2.019698,-0.368994 -0.655032,-0.340339 -1.110489,-0.909665 -1.39821,-1.692745 -0.28772,-0.78308 -0.406464,-1.78615 -0.519741,-2.625067 -0.113278,-0.838916 -0.222015,-1.521075 -0.513337,-2.351506 -0.291321,-0.83043 -0.763382,-1.8045 -1.19124,-2.587857 -0.427858,-0.783358 -0.808376,-1.370211 -1.169313,-1.891416 z"
|
|
411
|
+
id="path22713"
|
|
412
|
+
inkscape:path-effect="#path-effect22715-7"
|
|
413
|
+
inkscape:original-d="m 29.819429,36.640648 c -0.338947,-0.452814 -0.68054,-0.90827 -1.024779,-1.366372 -0.05429,-0.282017 -0.11122,-0.566677 -0.170796,-0.853985 -0.168151,-0.452811 -0.338947,-0.90827 -0.512389,-1.366372 0.571965,-0.05429 1.141288,-0.11122 1.707964,-0.170796 0.287309,-0.168151 0.571968,-0.338948 0.853988,-0.51239 0.57196,0.0026 1.14129,0.0026 1.70796,0 0.45811,0.287306 0.91356,0.571966 1.36637,0.853982 0.17345,0.0026 0.34424,0.0026 0.5124,0 0.34423,0.401172 0.68583,0.799696 1.02477,1.195576 0.34424,0.230375 0.68584,0.458105 1.02478,0.683186 0.0596,0.173445 0.11652,0.344241 0.1708,0.512392 0.68583,1.65368 1.36902,3.304712 2.04956,4.953097 0.003,0.9705 0.003,1.93835 0,2.90355 0.003,0.4581 0.003,0.91356 0,1.36637 -0.16815,0.6289 -0.33895,1.25515 -0.51239,1.87876 -0.16815,0.28731 -0.33895,0.571974 -0.51239,0.853994 -0.16815,0.2873 -0.33895,0.57196 -0.51239,0.85398 -0.85134,-0.11122 -1.70532,-0.22509 -2.56195,-0.34159 -0.45281,-0.56668 -0.90827,-1.136004 -1.36637,-1.707974 -0.11743,-0.99396 -0.23618,-1.99703 -0.35442,-2.99391 -0.10833,-0.68096 -0.21706,-1.36312 -0.32621,-2.04647 -0.4736,-0.97753 -0.94566,-1.9516 -1.41966,-2.929386 -0.38176,-0.588919 -0.76228,-1.175771 -1.144848,-1.765642 z"
|
|
414
|
+
sodipodi:nodetypes="cccccccccccccccccccccccc">
|
|
415
|
+
<title
|
|
416
|
+
id="title4258">amygdala_medial_L</title>
|
|
417
|
+
</path>
|
|
418
|
+
<path
|
|
419
|
+
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.600001;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000"
|
|
420
|
+
d="m 5.2961442,18.885615 c 0.2422275,0.309192 0.7245254,0.924824 1.0527259,1.55692 0.3282004,0.632096 0.501742,1.278734 0.7737904,1.93432 0.2720485,0.655586 0.6396793,1.312543 0.937521,1.811813 0.2978417,0.499271 0.5255682,0.840859 0.6384166,1.01013 0.1128485,0.169272 4.2119689,4.268392 4.8097969,4.626544 0.597828,0.358152 1.781159,1.067071 2.978742,1.63731 1.197583,0.570238 2.398394,0.995765 3.141526,1.294449 0.743132,0.298684 1.027795,0.469482 1.654032,0.745033 0.626237,0.275551 1.589195,0.654588 2.594692,0.843394 1.005498,0.188806 2.037562,0.184553 3.03671,0.564582 0.999148,0.380028 1.953783,1.141911 2.566042,1.812272 0.612259,0.670361 0.880747,1.242122 1.246261,1.863046 0.365514,0.620925 0.810789,1.263088 1.166508,2.007719 0.355719,0.744631 0.596701,1.54039 0.773792,2.361839 0.177091,0.82145 0.286101,1.65413 0.26886,2.43453 -0.01724,0.7804 -0.160611,1.507449 -0.609511,2.084585 -0.448899,0.577136 -1.202689,1.003405 -2.0411,0.994668 -0.838411,-0.0087 -1.761278,-0.452522 -2.488403,-0.852192 -0.727126,-0.39967 -1.251718,-0.751003 -1.872048,-1.181369 -0.620331,-0.430366 -1.315635,-0.925389 -2.016503,-1.424372 -0.762268,-0.569707 -1.526784,-1.141094 -2.27548,-1.765432 C 20.88382,42.621065 20.143699,41.937876 19.292218,41.222052 18.440737,40.506228 17.477355,39.75775 16.543837,39.059381 15.61032,38.361012 14.71882,37.721665 13.887728,37.068519 13.056635,36.415373 12.304423,35.762905 11.505559,35.145381 10.706696,34.527858 9.8659256,33.949985 9.2309196,33.495266 8.5959136,33.040546 8.1797643,32.71882 7.4295276,32.066592 6.6792908,31.414363 5.6484394,30.478038 4.8844171,29.362834 4.1203947,28.247631 3.649333,26.982828 3.3080405,26.111929 2.966748,25.241029 2.7565085,24.768278 2.6525382,24.192001 c -0.1039702,-0.576276 -0.099915,-1.239553 0.00548,-1.801875 0.1053972,-0.562323 0.3112077,-1.012362 0.7273114,-1.629372 0.4161037,-0.61701 1.0408198,-1.398733 1.3547271,-1.791532 0.3139074,-0.3928 0.3138574,-0.3928 0.556085,-0.08361 z"
|
|
421
|
+
id="path22729"
|
|
422
|
+
inkscape:path-effect="#path-effect22731-1"
|
|
423
|
+
inkscape:original-d="m 5.0539166,18.576422 c 0.48449,0.618358 0.96679,1.233988 1.44912,1.849737 0.17421,0.648425 0.34775,1.295063 0.52233,1.946267 0.36943,0.659966 0.73706,1.316923 1.10289,1.970865 0.23038,0.344239 0.4581,0.685831 0.68319,1.024779 l 4.0991204,4.09912 c 1.19561,0.716381 2.37894,1.425301 3.571,2.139344 1.2031,0.426506 2.40391,0.852036 3.60246,1.276589 0.2873,0.173442 0.571964,0.344238 0.853978,0.512389 0.970872,0.382312 1.93383,0.761349 2.904121,1.143111 1.04076,-0.004 2.072824,-0.0083 3.113398,-0.01283 0.957695,0.764378 1.91233,1.526261 2.863905,2.285647 0.273083,0.581249 0.541568,1.153012 0.814348,1.7342 0.45819,0.660676 0.90347,1.302836 1.36579,1.969706 0.24923,0.82238 0.49021,1.61814 0.73507,2.42731 0.10938,0.83375 0.21839,1.66643 0.32721,2.49942 -0.14322,0.7279 -0.28659,1.45495 -0.4304,2.182604 -0.75412,0.42687 -1.50791,0.85314 -2.26199,1.27916 -0.922971,-0.4437 -1.84584,-0.88748 -2.770384,-1.33221 -0.529695,-0.35466 -1.054287,-0.705994 -1.588475,-1.063844 -0.706469,-0.50289 -2.102603,-1.49695 -2.102603,-1.49695 0,0 -1.526817,-1.14105 -2.286804,-1.70912 -0.737474,-0.68054 -1.477594,-1.36373 -2.220354,-2.04956 -0.96013,-0.74589 -1.92351,-1.49437 -2.89014,-2.245429 -0.90041,-0.645669 -1.79191,-1.285016 -2.69369,-1.931807 -0.76039,-0.659526 -1.5126,-1.311997 -2.27282,-1.971443 -0.83753,-0.575563 -1.6783004,-1.153435 -2.5223104,-1.733618 -0.42599,-0.329278 -0.84214,-0.651003 -1.27427,-0.985141 -1.06833,-0.970339 -2.09918,-1.906666 -3.15303,-2.863907 -0.47404,-1.273233 -0.9451,-2.538036 -1.41942,-3.811148 -0.20829,-0.468687 -0.41853,-0.941438 -0.63072,-1.418257 0.004,-0.675682 0.008,-1.338959 0.0123,-2.01166 0.207,-0.451797 0.41281,-0.901836 0.61847,-1.352387 0.62652,-0.783383 1.25124,-1.565102 1.87876,-2.350937 z"
|
|
424
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccc">
|
|
425
|
+
<title
|
|
426
|
+
id="title4256">hippocampus_medial_L</title>
|
|
427
|
+
</path>
|
|
428
|
+
</g>
|
|
429
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
region,face,plot_order,Hemisphere
|
|
2
|
+
accumbens,lateral,1,L
|
|
3
|
+
caudate,lateral,2,L
|
|
4
|
+
thalamus,lateral,3,L
|
|
5
|
+
hippocampus,lateral,4,L
|
|
6
|
+
amygdala,lateral,5,L
|
|
7
|
+
putamen,lateral,6,L
|
|
8
|
+
putamen,medial,7,L
|
|
9
|
+
pallidum,medial,8,L
|
|
10
|
+
accumbens,medial,9,L
|
|
11
|
+
caudate,medial,10,L
|
|
12
|
+
thalamus,medial,11,L
|
|
13
|
+
amygdala,medial,12,L
|
|
14
|
+
hippocampus,medial,13,L
|