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,59 @@
|
|
|
1
|
+
region,face,plot_order,Hemisphere
|
|
2
|
+
putamen_posterior,medial,1,L
|
|
3
|
+
putamen_anterior,medial,2,L
|
|
4
|
+
accumbens_core,medial,3,L
|
|
5
|
+
accumbens_shell,medial,4,L
|
|
6
|
+
caudate_anterior,medial,5,L
|
|
7
|
+
caudate_posterior,medial,6,L
|
|
8
|
+
pallidum_posterior,medial,7,L
|
|
9
|
+
pallidum_anterior,medial,8,L
|
|
10
|
+
amygdala_lateral,medial,9,L
|
|
11
|
+
amygdala_medial,medial,10,L
|
|
12
|
+
hippocampus_posterior,medial,11,L
|
|
13
|
+
hippocampus_anterior,medial,12,L
|
|
14
|
+
thalamus_DP,medial,13,L
|
|
15
|
+
thalamus_VP,medial,14,L
|
|
16
|
+
thalamus_DA,medial,15,L
|
|
17
|
+
thalamus_VA,medial,16,L
|
|
18
|
+
thalamus_VA,lateral,17,L
|
|
19
|
+
thalamus_DA,lateral,18,L
|
|
20
|
+
thalamus_DP,lateral,19,L
|
|
21
|
+
thalamus_VP,lateral,20,L
|
|
22
|
+
hippocampus_posterior,lateral,21,L
|
|
23
|
+
hippocampus_anterior,lateral,22,L
|
|
24
|
+
amygdala_medial,lateral,23,L
|
|
25
|
+
amygdala_lateral,lateral,24,L
|
|
26
|
+
caudate_posterior,lateral,25,L
|
|
27
|
+
caudate_anterior,lateral,26,L
|
|
28
|
+
accumbens_core,lateral,27,L
|
|
29
|
+
putamen_anterior,lateral,28,L
|
|
30
|
+
putamen_posterior,lateral,29,L
|
|
31
|
+
putamen_posterior,medial,30,R
|
|
32
|
+
putamen_anterior,medial,31,R
|
|
33
|
+
accumbens_core,medial,32,R
|
|
34
|
+
accumbens_shell,medial,33,R
|
|
35
|
+
caudate_anterior,medial,34,R
|
|
36
|
+
caudate_posterior,medial,35,R
|
|
37
|
+
pallidum_posterior,medial,36,R
|
|
38
|
+
pallidum_anterior,medial,37,R
|
|
39
|
+
amygdala_lateral,medial,38,R
|
|
40
|
+
amygdala_medial,medial,39,R
|
|
41
|
+
hippocampus_posterior,medial,40,R
|
|
42
|
+
hippocampus_anterior,medial,41,R
|
|
43
|
+
thalamus_DP,medial,42,R
|
|
44
|
+
thalamus_VP,medial,43,R
|
|
45
|
+
thalamus_DA,medial,44,R
|
|
46
|
+
thalamus_VA,medial,45,R
|
|
47
|
+
thalamus_VA,lateral,46,R
|
|
48
|
+
thalamus_DA,lateral,47,R
|
|
49
|
+
thalamus_DP,lateral,48,R
|
|
50
|
+
thalamus_VP,lateral,49,R
|
|
51
|
+
hippocampus_posterior,lateral,50,R
|
|
52
|
+
hippocampus_anterior,lateral,51,R
|
|
53
|
+
amygdala_medial,lateral,52,R
|
|
54
|
+
amygdala_lateral,lateral,53,R
|
|
55
|
+
caudate_posterior,lateral,54,R
|
|
56
|
+
caudate_anterior,lateral,55,R
|
|
57
|
+
accumbens_core,lateral,56,R
|
|
58
|
+
putamen_anterior,lateral,57,R
|
|
59
|
+
putamen_posterior,lateral,58,R
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="194.26907mm"
|
|
6
|
+
height="66.069916mm"
|
|
7
|
+
viewBox="0 0 194.26907 66.069916"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg14654"
|
|
10
|
+
inkscape:version="1.2 (dc2aeda, 2022-05-15)"
|
|
11
|
+
sodipodi:docname="subcortex_Thalamus_Nuclei_HCP_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="namedview14656"
|
|
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.84096521"
|
|
28
|
+
inkscape:cx="378.13693"
|
|
29
|
+
inkscape:cy="169.44815"
|
|
30
|
+
inkscape:window-width="1920"
|
|
31
|
+
inkscape:window-height="1027"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:window-y="25"
|
|
34
|
+
inkscape:window-maximized="1"
|
|
35
|
+
inkscape:current-layer="layer1" />
|
|
36
|
+
<defs
|
|
37
|
+
id="defs14651">
|
|
38
|
+
<inkscape:path-effect
|
|
39
|
+
effect="bspline"
|
|
40
|
+
id="path-effect4681"
|
|
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-effect4697"
|
|
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-effect4689"
|
|
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-effect4685"
|
|
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-effect10391"
|
|
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-effect4555"
|
|
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-effect4477"
|
|
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-effect4491"
|
|
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-effect4527"
|
|
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-effect4535"
|
|
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-effect4577"
|
|
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-effect4655"
|
|
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-effect3751"
|
|
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
|
+
</defs>
|
|
182
|
+
<g
|
|
183
|
+
inkscape:label="Layer 1"
|
|
184
|
+
inkscape:groupmode="layer"
|
|
185
|
+
id="layer1">
|
|
186
|
+
<path
|
|
187
|
+
style="fill:#4334a6;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
188
|
+
d="m 115.25779,19.133802 c 0.92102,1.412235 2.76117,4.233798 3.80311,6.932663 1.04194,2.698865 1.28729,5.275073 1.83964,8.096769 0.55235,2.821696 1.41108,5.888615 2.4539,9.323569 1.04283,3.434955 2.2696,7.237935 3.12169,9.553806 0.85209,2.315871 1.3294,3.145842 1.17765,4.272617 -0.15175,1.126776 -0.93345,2.558276 -4.3255,3.289167 -3.39206,0.73089 -9.39083,0.758809 -12.90439,0.427561 -3.51356,-0.331249 -4.58191,-1.024284 -6.25238,-2.812448 -1.67047,-1.788164 -3.93998,-4.671064 -4.55413,-9.491116 -0.614145,-4.820052 0.42721,-11.558251 1.96113,-16.589601 1.53393,-5.031351 3.55654,-8.34109 5.76583,-10.458294 2.20928,-2.117205 4.59817,-3.036008 5.7953,-3.496443 1.19713,-0.460435 1.19713,-0.460485 2.11815,0.95175 z"
|
|
189
|
+
id="path4679"
|
|
190
|
+
inkscape:path-effect="#path-effect4681"
|
|
191
|
+
inkscape:original-d="m 114.33677,17.721567 c 1.84211,2.824427 3.68226,5.645989 5.52044,8.464683 0.248,2.578854 0.49335,5.155062 0.73606,7.728625 0.86138,3.069561 1.72012,6.136479 2.57621,9.200749 1.22941,3.80561 2.45618,7.60859 3.6803,11.40892 0.47852,0.83189 0.95583,1.66186 1.4313,2.48882 -0.77873,1.42681 -1.56043,2.85831 -2.34373,4.29199 -6.00113,0.0282 -11.9999,0.0561 -17.96297,0.0836 -1.06409,-0.69019 -2.13244,-1.38322 -3.20639,-2.07998 -2.26691,-2.87966 -4.53643,-5.76256 -6.808548,-8.64869 1.04409,-6.7539 2.085448,-13.492099 3.128258,-20.241643 2.02504,-3.313017 4.04766,-6.622755 6.07249,-9.936802 2.39355,-0.92023 4.78244,-1.839035 7.17658,-2.760222 z"
|
|
192
|
+
sodipodi:nodetypes="ccccccccccccc">
|
|
193
|
+
<title
|
|
194
|
+
id="title15163">Pulvinar_medial_L</title>
|
|
195
|
+
</path>
|
|
196
|
+
<path
|
|
197
|
+
style="fill:#6b7d49;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
198
|
+
d="m 178.21899,24.668707 c 1.17051,-0.563577 1.17051,-0.563577 1.95499,-1.049727 0.78448,-0.48615 2.3464,-1.454088 3.56283,-0.671922 1.21644,0.782167 2.07863,3.314474 2.97269,5.492702 0.89405,2.178227 1.82368,4.011158 2.58475,6.323392 0.76107,2.312234 1.35212,5.096004 1.49511,7.871017 0.14298,2.775013 -0.16371,5.527253 -0.49057,7.465958 -0.32686,1.938706 -0.67384,3.066395 -1.1509,4.10685 -0.47706,1.040454 -1.08428,1.994649 -1.82471,2.941567 -0.74043,0.946918 -1.6193,1.892387 -2.9906,2.847407 -1.3713,0.955019 -3.20944,1.903679 -5.87881,2.536522 -2.66938,0.632842 -6.15311,0.943487 -8.73651,0.483112 -2.5834,-0.460376 -4.25425,-1.689615 -4.83337,-2.622086 -0.57912,-0.932472 -0.0648,-1.562889 0.36739,-3.527145 0.43219,-1.964255 0.77917,-5.260575 1.03947,-8.773677 0.26031,-3.513102 0.4338,-7.243161 1.43119,-10.713804 0.99738,-3.470642 2.81903,-6.680222 4.90173,-8.84956 2.08269,-2.169337 4.42482,-3.297029 5.59532,-3.860606 z"
|
|
199
|
+
id="path4695"
|
|
200
|
+
inkscape:path-effect="#path-effect4697"
|
|
201
|
+
inkscape:original-d="m 179.3895,24.10513 c 2.7e-4,2.65e-4 2.7e-4,2.65e-4 0,0 1.56915,-0.971989 3.13107,-1.939927 4.70004,-2.912665 0.86387,2.536705 1.72606,5.069014 2.58658,7.59692 0.92754,1.828548 1.85717,3.66148 2.78637,5.493824 0.59304,2.792133 1.18408,5.575905 1.77701,8.369505 -0.30687,2.7565 -0.61356,5.50874 -0.92007,8.25676 -0.34434,1.13033 -0.69132,2.25802 -1.04095,3.38307 -0.60457,0.95685 -1.21179,1.91104 -1.82165,2.8626 -0.87381,0.94057 -1.75268,1.88604 -2.63665,2.83645 -1.85874,0.95969 -3.69688,1.90835 -5.5466,2.86259 -3.48916,0.31142 -6.97289,0.62206 -10.46493,0.93316 -1.67482,-1.23209 -3.34567,-2.46133 -5.02025,-3.69338 0.51666,-0.6327 1.03097,-1.26312 1.54834,-1.89787 0.34963,-3.29369 0.69661,-6.59001 1.04094,-9.88899 0.17614,-3.7274 0.34963,-7.45746 0.52048,-11.190157 1.8243,-3.206935 3.64595,-6.416516 5.46496,-9.628746 2.34477,-1.125042 4.6869,-2.252734 7.02638,-3.383071 z"
|
|
202
|
+
sodipodi:nodetypes="cccccccccccccccccc">
|
|
203
|
+
<title
|
|
204
|
+
id="title15197">Anterior_medial_L</title>
|
|
205
|
+
</path>
|
|
206
|
+
<path
|
|
207
|
+
style="fill:#34569f;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
208
|
+
d="m 149.18635,6.4279972 c 1.96025,-2.0302889 6.22159,-2.1567866 10.33877,-1.2785896 4.11718,0.878197 8.0877,2.7606833 10.46294,4.0053791 2.37523,1.2446953 3.1587,1.8540583 4.06962,2.4610493 0.91093,0.606992 1.95188,1.214213 3.07914,2.299083 1.12727,1.08487 2.3417,2.646289 3.02236,4.117175 0.68065,1.470886 0.82944,2.850831 0.30872,4.239211 -0.52071,1.38838 -1.71064,2.782472 -3.47562,4.734932 -1.76498,1.952459 -4.10621,4.464623 -6.31872,4.811824 -2.21251,0.347202 -4.29092,-1.46717 -5.42007,-2.506633 -1.12915,-1.039463 -1.30264,-1.299699 -1.82258,-1.690648 -0.51993,-0.390949 -1.38738,-0.91142 -2.34171,-1.605124 -0.95432,-0.693704 -1.99527,-1.561157 -4.20491,-3.204668 -2.20963,-1.643511 -5.58925,-4.063667 -7.45263,-7.243983 -1.86338,-3.180317 -2.20557,-7.108719 -0.24531,-9.1390078 z"
|
|
209
|
+
id="path4687"
|
|
210
|
+
inkscape:path-effect="#path-effect4689"
|
|
211
|
+
inkscape:original-d="m 146.88341,4.524261 c 4.2632,-0.126281 8.52454,-0.252778 12.78742,-0.379594 3.97142,1.88305 7.94194,3.7655393 11.91158,5.6474663 0.78085,0.6073867 1.56406,1.2170797 2.34213,1.8216527 1.04359,0.609865 2.08454,1.217083 3.12283,1.821654 1.21708,1.564066 2.43152,3.125483 3.64331,4.684254 0.14939,1.38326 0.29818,2.763205 0.44696,4.145287 -1.19017,1.394946 -2.3801,2.789038 -3.56979,4.182275 -2.34028,2.511695 -4.68151,5.023858 -7.02368,7.536485 -2.08313,-1.818461 -4.16154,-3.632835 -6.24838,-5.454592 -0.17084,-0.257593 -0.34433,-0.517829 -0.52047,-0.780712 -0.86481,-0.517826 -1.73226,-1.038299 -2.60236,-1.561417 -1.0383,-0.864809 -2.07905,-1.732496 -3.12284,-2.602362 -3.3755,-2.417131 -6.75512,-4.837287 -10.13885,-7.260463 -0.34274,-3.937528 -0.68494,-7.8659297 -1.02786,-11.799934 z"
|
|
212
|
+
sodipodi:nodetypes="ccccccccccccccc">
|
|
213
|
+
<title
|
|
214
|
+
id="title15393">Ventral_Anterior_medial_L</title>
|
|
215
|
+
</path>
|
|
216
|
+
<path
|
|
217
|
+
style="fill:#aab656;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
218
|
+
d="m 117.03425,21.444181 c -2.34394,-1.171776 -2.65336,-3.024985 -2.54868,-4.345494 0.10468,-1.320509 0.62515,-2.101215 0.88559,-2.577299 0.26044,-0.476084 0.26044,-0.649574 0.43487,-0.781249 0.17442,-0.131675 0.5214,-0.21842 1.3295,-0.772187 0.8081,-0.553766 2.07665,-1.572987 3.40519,-2.577409 1.32855,-1.0044211 2.7102,-1.9888275 4.59108,-2.9533581 1.88089,-0.9645305 4.25805,-1.9073062 6.35779,-2.7257965 2.09974,-0.8184903 3.9214,-1.5124547 5.61373,-1.7287955 1.69232,-0.2163407 3.25374,0.043896 4.89905,0.3902903 1.64532,0.3463945 3.37562,0.778969 5.02837,1.2269138 1.65276,0.4479449 3.20006,0.9035703 4.33703,1.9757864 1.13697,1.0722161 1.84929,2.7490781 2.1281,4.4526496 0.27881,1.703572 0.12081,3.412598 -0.47282,5.122694 -0.59363,1.710096 -1.61883,3.407052 -2.5019,5.599654 -0.88306,2.192602 -1.62168,4.876448 -2.3804,6.347715 -0.75873,1.471267 -1.53944,1.731503 -2.6666,1.861887 -1.12716,0.130383 -2.60184,0.130383 -3.7296,-0.301955 -1.12776,-0.432337 -1.90847,-1.299792 -3.33945,-2.341215 -1.43099,-1.041422 -3.51288,-2.255858 -5.33471,-2.907284 -1.82182,-0.651426 -3.38324,-0.738171 -6.35067,-1.023701 -2.96742,-0.285529 -7.34153,-0.770071 -9.68547,-1.941847 z"
|
|
219
|
+
id="path4683"
|
|
220
|
+
inkscape:path-effect="#path-effect4685"
|
|
221
|
+
inkscape:original-d="m 115.00063,22.131034 c -0.31011,-1.858665 -0.61953,-3.711874 -0.93045,-5.572757 0.52312,-0.778063 1.04359,-1.558771 1.56142,-2.342126 0.003,-0.170847 0.003,-0.344337 0,-0.520475 0.34963,-0.0841 0.69661,-0.170844 1.04095,-0.260236 1.27131,-1.020966 2.53986,-2.040185 3.81154,-3.0624 1.38539,-0.9866177 2.76704,-1.9710247 4.1507,-2.9573147 2.37803,-0.942752 4.75519,-1.8855253 7.13146,-2.8283203 1.8243,-0.691316 3.64596,-1.385281 5.46497,-2.081889 1.56406,0.262882 3.12548,0.523118 4.68425,0.780708 1.73217,0.433241 3.46247,0.865815 5.20473,1.301181 1.56325,0.460508 3.11055,0.916134 4.66846,1.374697 0.71621,1.6856413 1.42853,3.3625053 2.14504,5.049575 -0.15874,1.720154 -0.31673,3.429181 -0.47583,5.146999 -1.02814,1.702537 -2.05334,3.399491 -3.08089,5.099639 -0.73858,2.684954 -1.47719,5.368801 -2.21584,8.051542 -0.77806,0.262883 -1.55877,0.523119 -2.34213,0.780709 -1.47202,0.0026 -2.9467,0.0026 -4.42401,0 -0.77806,-0.864809 -1.55877,-1.732264 -2.34213,-2.602365 -2.07924,-1.211789 -4.16113,-2.426226 -6.24567,-3.643307 -1.55877,-0.0841 -3.12019,-0.170844 -4.68425,-0.260236 -4.37068,-0.483926 -8.74479,-0.968468 -13.12232,-1.453624 z"
|
|
222
|
+
sodipodi:nodetypes="cccccccccccccccccccccc">
|
|
223
|
+
<title
|
|
224
|
+
id="title15437">Ventral_Latero_Dorsal_medial_L</title>
|
|
225
|
+
</path>
|
|
226
|
+
<path
|
|
227
|
+
style="fill:#cdffe2;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
228
|
+
d="m 135.43981,59.157474 c -0.67518,-0.274951 -0.85919,-0.520299 -0.85919,-0.520299 0,0 0.18401,0.245348 0.18329,6.7e-5 -7.2e-4,-0.245281 -0.18473,-0.98133 -0.27713,-1.410934 -0.0924,-0.429604 -0.0924,-0.552284 0.27569,-0.952361 0.36809,-0.400078 1.10415,-1.074798 1.90249,-1.504322 0.79833,-0.429525 1.65706,-0.613541 2.42412,-0.705336 0.76706,-0.0918 1.44178,-0.0918 1.90181,-0.0918 0.46004,0 0.7054,0 0.95022,0.24694 0.24482,0.24694 0.49018,0.737652 0.79645,1.749695 0.30626,1.012042 0.67429,2.545502 0.21521,3.310679 -0.45908,0.765176 -1.74719,0.765176 -2.63659,0.765176 -0.88941,0 -1.38012,0 -2.20794,-0.152933 -0.82783,-0.152934 -1.99326,-0.459625 -2.66843,-0.734577 z"
|
|
229
|
+
id="path10389"
|
|
230
|
+
inkscape:path-effect="#path-effect10391"
|
|
231
|
+
inkscape:original-d="m 134.94643,59.124914 c -0.18137,-0.24271 -0.36538,-0.48806 -0.55205,-0.73606 0.18667,0.248 0.37068,0.49335 0.55205,0.73606 -0.18137,-0.73342 -0.36538,-1.46947 -0.55205,-2.20818 0.003,-0.12003 0.003,-0.24271 0,-0.36803 0.73871,-0.67208 1.47477,-1.3468 2.20818,-2.02416 0.86139,-0.18137 1.72012,-0.36539 2.57621,-0.55205 0.67737,0.003 1.35209,0.003 2.02417,0 0.24799,0.003 0.49335,0.003 0.73605,0 0.248,0.49335 0.49336,0.98406 0.73606,1.47212 0.37068,1.5361 0.73871,3.06956 1.10409,4.60037 -1.28545,0.003 -2.57356,0.003 -3.86431,0 -0.48806,0.003 -0.97877,0.003 -1.47212,0 -1.16278,-0.30404 -2.32821,-0.61073 -3.49628,-0.92007 z">
|
|
232
|
+
<title
|
|
233
|
+
id="title15312">Ventral_Latero_Ventral_medial_L</title>
|
|
234
|
+
</path>
|
|
235
|
+
<path
|
|
236
|
+
style="fill:#ffffe7;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
237
|
+
d="m 120.22916,52.990615 c -0.69575,-0.695625 -1.47022,-1.771283 -2.07872,-2.662004 -0.60851,-0.89072 -1.04223,-1.584682 -1.41162,-3.221431 -0.36938,-1.636749 -0.67299,-4.217429 -1.0422,-6.36765 -0.36921,-2.15022 -0.80195,-3.859531 -0.70879,-5.678544 0.0931,-1.819012 0.71283,-3.739882 1.08144,-5.756245 0.36861,-2.016364 0.48588,-4.127284 0.71815,-5.921605 0.23227,-1.79432 0.57852,-3.265857 2.49,-3.678593 1.91149,-0.412735 5.3743,0.236541 8.97599,0.561969 3.60169,0.325427 7.31711,0.325427 9.84136,0.95662 2.52425,0.631192 3.81879,1.882582 4.55724,3.229402 0.73846,1.34682 0.91096,2.76995 1.06336,5.208615 0.15241,2.438664 0.28195,5.849882 -0.0118,8.720084 -0.29371,2.870202 -1.01049,5.180444 -1.42261,7.30624 -0.41212,2.125796 -0.51888,4.063136 -0.80017,6.10706 -0.28128,2.043924 -0.73667,4.190755 -2.58985,5.512886 -1.85319,1.32213 -5.10246,1.820349 -7.75238,1.451199 -2.64993,-0.36915 -4.68347,-1.602254 -6.08342,-2.492128 -1.39995,-0.889873 -2.15615,-1.430016 -2.8396,-1.853328 -0.68345,-0.423312 -1.29067,-0.726922 -1.98641,-1.422547 z"
|
|
238
|
+
id="path4575"
|
|
239
|
+
inkscape:path-effect="#path-effect4577"
|
|
240
|
+
inkscape:original-d="m 120.31585,53.381714 c -0.78239,-1.08676 -1.55686,-2.16242 -2.34212,-3.25295 -0.43108,-0.69132 -0.86481,-1.38528 -1.30118,-2.08189 -0.30288,-2.57647 -0.60649,-5.15715 -0.91083,-7.74204 -0.43413,-1.71557 -0.86686,-3.424882 -1.30118,-5.139659 0.62075,-1.923101 1.24044,-3.843969 1.86007,-5.765743 0.11755,-2.11104 0.23482,-4.22196 0.35194,-6.335247 0.34745,-1.475297 0.6937,-2.946832 1.04094,-4.424018 3.47538,0.651847 6.93819,1.301125 10.40945,1.951771 3.73216,2.65e-4 7.44758,2.66e-4 11.19017,2e-6 1.30591,1.262388 2.60045,2.513778 3.90354,3.773426 0.17405,1.43396 0.34655,2.85709 0.52047,4.293901 0.13091,3.440536 0.26045,6.851754 0.39036,10.279337 -0.71727,2.31293 -1.43406,4.62317 -2.15173,6.93516 -0.1066,1.93952 -0.21336,3.87686 -0.32052,5.81642 -0.45538,2.14834 -0.91077,4.29517 -1.36624,6.44085 -3.25116,0.49881 -6.50043,0.99703 -9.75886,1.49635 -2.04152,-1.23784 -4.07506,-2.47094 -6.11555,-3.70837 -0.7594,-0.54234 -1.5156,-1.08249 -2.27707,-1.62647 -0.60544,-0.30259 -1.21266,-0.6062 -1.82166,-0.91083 z"
|
|
241
|
+
sodipodi:nodetypes="sccccccccccccccccccs">
|
|
242
|
+
<title
|
|
243
|
+
id="title15272">Central_Lateral-Lateral_Posterior-Medial_Pulvinar_medial_L</title>
|
|
244
|
+
</path>
|
|
245
|
+
<path
|
|
246
|
+
style="fill:#b849cc;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
247
|
+
d="m 144.20541,29.912194 c 0.33508,-2.614161 0.95453,-4.85231 1.95967,-6.604978 1.00513,-1.752668 2.39552,-3.019202 4.1245,-3.711289 1.72898,-0.692087 3.79316,-0.809341 5.91382,-0.157329 2.12066,0.652011 4.28428,2.068226 6.40902,3.328993 2.12473,1.260766 4.19171,2.355232 5.37967,3.945288 1.18796,1.590057 1.47887,3.658867 1.56982,5.679008 0.091,2.02014 -0.0164,3.989152 0.43216,6.542765 0.44852,2.553614 1.44563,5.651373 2.03891,8.103015 0.59328,2.451641 0.77713,4.237422 0.41696,5.813153 -0.36018,1.575731 -1.26447,2.940061 -2.78946,4.482191 -1.525,1.542129 -3.67279,3.263771 -7.24739,4.209651 -3.5746,0.94588 -8.58494,1.11937 -11.85235,0.866415 -3.26741,-0.252955 -4.78853,-0.933244 -5.93501,-1.747596 -1.14649,-0.814352 -1.9272,-1.768552 -2.53493,-2.765965 -0.60773,-0.997414 -1.04145,-2.038365 -0.99805,-4.03907 0.0434,-2.000704 0.56295,-4.944735 1.08818,-7.659736 0.52523,-2.715001 1.05622,-5.200861 1.34743,-7.941641 0.2912,-2.74078 0.34197,-5.728713 0.67705,-8.342875 z"
|
|
248
|
+
id="path4653"
|
|
249
|
+
inkscape:path-effect="#path-effect4655"
|
|
250
|
+
inkscape:original-d="m 143.92114,29.535812 c 0.61966,-2.237693 1.23912,-4.475841 1.85836,-6.714445 1.39096,-1.266541 2.78135,-2.533078 4.17172,-3.800093 2.06736,-0.117155 4.13154,-0.234409 6.20103,-0.352244 2.17177,1.421646 4.33539,2.837859 6.50591,4.258499 2.07894,1.100928 4.14592,2.195389 6.22988,3.298725 0.29224,2.07665 0.58314,4.145461 0.87272,6.206438 -0.10762,1.97935 -0.21494,3.948362 -0.32338,5.932662 1.00537,3.12286 2.00248,6.22062 3.00467,9.3347 0.18444,1.78923 0.3683,3.57501 0.55204,5.36211 -0.90402,1.36459 -1.80831,2.72892 -2.71286,4.09298 -2.14551,1.72029 -4.29331,3.44193 -6.43735,5.16008 -5.00538,0.17359 -10.01572,0.34708 -15.03103,0.52047 -1.51957,-0.67945 -3.04069,-1.35974 -4.55525,-2.03724 -0.77807,-0.95156 -1.55878,-1.90576 -2.34213,-2.8626 -0.43108,-1.0383 -0.86481,-2.07925 -1.30118,-3.12284 0.52217,-2.95722 1.04171,-5.90125 1.56142,-8.84803 0.53075,-2.48321 1.06175,-4.96907 1.59299,-7.45756 0.0511,-2.993131 0.10189,-5.981064 0.15244,-8.971612 z"
|
|
251
|
+
sodipodi:nodetypes="ccccccccccccccccccc">
|
|
252
|
+
<title
|
|
253
|
+
id="title15235">Medio_Dorsal_medial_L</title>
|
|
254
|
+
</path>
|
|
255
|
+
<path
|
|
256
|
+
style="fill:#b849cc;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
257
|
+
d="m 32.845807,56.922728 c 0.812024,-1.210375 2.437486,-3.633236 3.266271,-5.820163 0.828785,-2.186928 0.85937,-4.129248 0.460047,-5.757628 -0.399322,-1.62838 -1.22486,-2.927832 -1.608999,-3.794094 -0.384139,-0.866261 -0.322799,-1.295629 0.19967,-1.634334 0.52247,-0.338705 1.50388,-0.584057 2.700785,-0.729558 1.196904,-0.145502 2.603394,-0.191366 3.094332,1.964887 0.490937,2.156253 0.06238,6.503048 0.277398,9.565806 0.215017,3.062757 1.073755,4.826235 3.126283,5.431087 2.052529,0.604853 5.300179,0.05336 7.105801,0.291737 1.805621,0.238372 2.157925,1.264646 1.146955,1.877226 -1.01097,0.612581 -3.38783,0.81193 -5.191507,0.973107 -1.803678,0.161178 -3.026848,0.283495 -4.839729,0.252791 -1.812881,-0.0307 -4.218411,-0.215743 -6.060027,-0.474456 -1.841615,-0.258714 -3.171345,-0.598878 -3.830329,-0.767455 -0.658984,-0.168578 -0.658974,-0.168578 0.153049,-1.378953 z"
|
|
258
|
+
id="path4553"
|
|
259
|
+
inkscape:path-effect="#path-effect4555"
|
|
260
|
+
inkscape:original-d="m 32.033784,58.133103 c 1.62435,-2.420547 3.24981,-4.843409 4.87639,-7.268586 0.031,-1.948875 0.0616,-3.891195 0.092,-5.842474 -0.8293,-1.305531 -1.65484,-2.604982 -2.48421,-3.910314 0.064,-0.426722 0.12533,-0.856091 0.18402,-1.288105 0.98406,-0.242708 1.96547,-0.488061 2.94424,-0.736058 1.41427,-0.04584 2.82076,-0.09171 4.23234,-0.138011 -0.42943,4.358564 -0.85798,8.70536 -1.2881,13.065054 0.85997,1.765741 1.71871,3.529217 2.57621,5.290429 3.2475,-0.551155 6.49515,-1.102643 9.75278,-1.656135 0.35372,1.029883 0.70602,2.056158 1.05809,3.082249 -2.37414,0.199408 -4.751,0.398757 -7.13058,0.598047 -1.22777,0.123068 -2.45094,0.245386 -3.6803,0.36803 -2.39645,-0.184098 -4.80198,-0.369137 -7.17657,-0.552042 -1.30867,-0.334578 -2.6384,-0.674743 -3.95632,-1.012084 z"
|
|
261
|
+
sodipodi:nodetypes="ccccccccccccccc">
|
|
262
|
+
<title
|
|
263
|
+
id="title16846">Medio_Dorsal_lateral_L</title>
|
|
264
|
+
</path>
|
|
265
|
+
<path
|
|
266
|
+
style="fill:#4334a6;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
267
|
+
d="m 71.428269,32.378511 c 1.041704,-3.168668 3.024404,-6.616845 5.24862,-9.059114 2.224215,-2.442269 4.635606,-3.820207 6.525613,-3.624523 1.890008,0.195684 3.23456,1.973964 5.161341,4.701782 1.926782,2.727818 4.445482,6.419013 5.812288,10.34613 1.366806,3.927116 1.58326,8.083039 1.387778,11.514251 -0.195481,3.431213 -0.8027,6.120318 -1.495681,7.939336 -0.692981,1.819018 -1.475411,2.775325 -2.645489,3.772058 -1.170077,0.996733 -2.734429,2.039632 -4.727322,2.429604 -1.992893,0.389971 -4.421763,0.129735 -6.874947,-0.174194 -2.453185,-0.303929 -4.913375,-0.649219 -6.654904,-1.389239 -1.741529,-0.74002 -2.733808,-1.861725 -3.016828,-3.379787 -0.283019,-1.518062 0.150708,-3.426463 0.281129,-5.854911 0.130421,-2.428449 -0.04307,-5.377794 -0.08656,-8.283962 -0.04349,-2.906168 0.04326,-5.768764 1.084961,-8.937431 z"
|
|
268
|
+
id="path4475"
|
|
269
|
+
inkscape:path-effect="#path-effect4477"
|
|
270
|
+
inkscape:original-d="m 70.473384,32.682176 c 1.9969,-3.472154 3.9796,-6.920331 5.98543,-10.409454 2.44247,-1.395279 4.85386,-2.773219 7.28662,-4.163782 1.34712,1.781584 2.69167,3.559866 4.03366,5.334845 2.51159,3.680648 5.03029,7.371844 7.54686,11.060045 0.21723,4.166059 0.43368,8.321982 0.65059,12.491342 -0.60781,2.693147 -1.21503,5.382252 -1.82166,8.067327 -0.77935,0.953127 -1.56178,1.909434 -2.34212,2.862599 -1.5599,1.040369 -3.12425,2.083271 -4.68426,3.122834 -2.42623,-0.25759 -4.8551,-0.517826 -7.28662,-0.780708 -2.47463,-0.34709 -4.93482,-0.69238 -7.41673,-1.040945 -1.0011,-1.131712 -1.99338,-2.253416 -2.99272,-3.383071 0.43637,-1.905754 0.8701,-3.814154 1.30118,-5.7252 -0.17084,-2.946699 -0.34433,-5.896044 -0.52047,-8.848034 0.087,-2.86019 0.17369,-5.722788 0.26024,-8.587798 z"
|
|
271
|
+
sodipodi:nodetypes="ccccccccccccccc">
|
|
272
|
+
<title
|
|
273
|
+
id="title15161">Pulvinar_lateral_L</title>
|
|
274
|
+
</path>
|
|
275
|
+
<path
|
|
276
|
+
style="fill:#aab656;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
277
|
+
d="m 48.87172,29.718033 c -1.744516,-0.852762 -2.065061,-2.277314 -2.566074,-4.4869 -0.501012,-2.209586 -1.176989,-5.179934 -1.638981,-7.777399 -0.461992,-2.597465 -0.707345,-4.811654 -0.927511,-7.015751 -0.220165,-2.2040968 -0.414287,-4.3890677 0.96794,-5.4519939 1.382226,-1.0629263 4.337156,-0.996339 6.862805,-1.1573627 2.525649,-0.1610236 4.617409,-0.5482702 6.761179,-0.2643035 2.14377,0.2839667 4.321621,1.2361969 6.312406,2.0821801 1.990784,0.8459832 3.781765,1.5802348 5.284391,2.424975 1.502626,0.8447402 2.717065,1.7989415 3.801499,2.53599 1.084435,0.737048 2.038635,1.257521 2.905761,1.952012 0.867126,0.69449 1.647836,1.561945 2.265629,2.27143 0.617792,0.709486 1.069925,1.257428 1.121532,2.237583 0.05161,0.980155 -0.299465,2.387155 -1.218286,3.693691 -0.918821,1.306535 -2.404152,2.510727 -3.548084,3.7616 -1.143932,1.250872 -1.943761,2.545135 -2.727805,3.653217 -0.784045,1.108083 -1.549873,2.026353 -2.711887,2.528358 -1.162015,0.502004 -2.723435,0.588749 -4.588382,0.632191 -1.864948,0.04344 -4.033588,0.04344 -5.464746,2.52e-4 -1.431157,-0.04319 -2.125117,-0.129934 -4.053979,-0.310911 -1.928862,-0.180976 -5.092892,-0.456096 -6.837407,-1.308858 z"
|
|
278
|
+
id="path4489"
|
|
279
|
+
inkscape:path-effect="#path-effect4491"
|
|
280
|
+
inkscape:original-d="m 47.449004,30.295397 c -0.3216,-1.430171 -0.64215,-2.854722 -0.96472,-4.28736 -0.67946,-2.986533 -1.35544,-5.956881 -2.03453,-8.940042 -0.24485,-2.211752 -0.4902,-4.425941 -0.73606,-6.642565 -0.19447,-2.1915647 -0.38859,-4.3765357 -0.58362,-6.5690517 2.95924,0.06694 5.91417,0.133531 8.86653,0.199801 2.099,-0.388273 4.19076,-0.77552 6.29032,-1.164524 2.18787,0.956757 4.36572,1.90899 6.55326,2.865307 1.79403,0.735656 3.58501,1.46991 5.37296,2.202762 1.21708,0.956846 2.43152,1.911046 3.64331,2.8625987 0.95685,0.523119 1.91105,1.043592 2.8626,1.561418 0.78335,0.870101 1.56406,1.737555 2.34213,2.602364 0.4574,0.554268 0.90953,1.102212 1.36432,1.653425 -0.35129,1.409196 -0.70236,2.816196 -1.05402,4.224216 -1.48606,1.205263 -2.97139,2.409456 -4.4583,3.614446 -0.80088,1.296656 -1.60071,2.590918 -2.40256,3.887759 -0.76626,0.919373 -1.53209,1.837642 -2.29748,2.754805 -1.55877,0.08939 -3.12019,0.176138 -4.68425,0.260236 -2.16599,0.0026 -4.33463,0.0026 -6.50591,0 -0.69132,-0.0841 -1.38528,-0.170844 -2.08189,-0.260236 -3.16085,-0.274602 -6.32488,-0.549721 -9.49209,-0.825359 z"
|
|
281
|
+
sodipodi:nodetypes="ccccccccccccccccccccc">
|
|
282
|
+
<title
|
|
283
|
+
id="title15435">Ventral_Latero_Dorsal_lateral_L</title>
|
|
284
|
+
</path>
|
|
285
|
+
<path
|
|
286
|
+
style="fill:#34569f;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
287
|
+
d="m 12.646155,23.231961 c 0.393972,-0.904395 1.183025,-2.715734 1.88936,-4.228222 0.706334,-1.512488 1.326904,-2.719807 2.06756,-3.693193 0.740657,-0.973385 1.598569,-1.708737 2.104677,-2.168796 0.506109,-0.460059 0.659451,-0.644072 1.028006,-0.905132 0.368554,-0.26106 0.951273,-0.598424 1.595085,-1.043023 0.643812,-0.444599 1.349203,-0.996642 2.222917,-1.5177941 C 24.427474,9.1546492 25.466764,8.6655713 26.467277,8.2191912 27.467791,7.772811 28.40609,7.3793304 29.319282,7.0543062 30.232474,6.7292819 31.066535,6.4909794 31.801267,6.3033952 32.536,6.115811 33.10649,5.9957076 33.859033,5.7806839 c 0.752543,-0.2150237 1.672613,-0.5217143 2.332527,-0.674796 0.659914,-0.1530816 1.058624,-0.1530816 1.533994,-0.1530816 0.47537,0 1.02741,0 1.633718,0.023135 0.606309,0.023136 1.265689,0.069139 1.990177,0.3819084 0.724488,0.3127697 1.529517,0.9010615 2.132636,1.5195491 0.603118,0.6184876 1.018262,1.2796425 1.225497,2.4852142 0.207235,1.2055716 0.207239,2.9537116 0.352728,4.5537576 0.145489,1.600046 0.43607,3.052956 0.667037,4.485026 0.230967,1.43207 0.399648,2.827517 0.499069,3.707615 0.09942,0.880098 0.130089,1.248129 0.375672,2.444346 0.245584,1.196216 0.705621,3.220379 0.889019,4.369728 0.183398,1.14935 0.09139,1.42536 0.04566,1.655908 -0.04574,0.230548 -0.04574,0.414563 -0.260626,0.827579 -0.214887,0.413015 -0.644254,1.057068 -1.058528,1.647741 -0.414274,0.590674 -0.811812,1.12582 -1.264527,1.724323 -0.452714,0.598503 -0.958285,1.257278 -1.326387,1.924499 -0.368101,0.667221 -0.598121,1.341943 -0.912555,1.924673 -0.314434,0.582729 -0.713133,1.073438 -1.317973,1.479356 -0.60484,0.405918 -1.417579,0.727947 -2.147122,0.866227 -0.729544,0.13828 -1.365363,0.09286 -1.993299,-0.147362 -0.627936,-0.240227 -1.217277,-0.663344 -1.684726,-1.015712 -0.467449,-0.352369 -0.804808,-0.62839 -1.294021,-0.942321 -0.489213,-0.31393 -1.133263,-0.666624 -1.914355,-1.238862 -0.781092,-0.572237 -1.675841,-1.345664 -2.613505,-2.10657 -0.937664,-0.760907 -1.871394,-1.472322 -2.986054,-2.183842 -1.114659,-0.711519 -2.2793,-1.338634 -3.317085,-1.903308 -1.037784,-0.564675 -1.927186,-1.055379 -2.974912,-1.71789 -1.047726,-0.66251 -2.228935,-1.48027 -3.635104,-2.446046 -1.40617,-0.965776 -2.990841,-2.047617 -3.787326,-2.591369 -0.796484,-0.543753 -0.796474,-0.543753 -0.402503,-1.448149 z"
|
|
288
|
+
id="path4525"
|
|
289
|
+
inkscape:path-effect="#path-effect4527"
|
|
290
|
+
inkscape:original-d="m 12.252184,24.136357 c 0.78826,-1.808653 1.57731,-3.619993 2.36716,-5.43402 0.62282,-1.210924 1.24339,-2.418243 1.86518,-3.628713 0.85945,-0.73618 1.71736,-1.471535 2.57621,-2.208178 0.15599,-0.181369 0.30933,-0.365384 0.46003,-0.552044 0.58536,-0.334715 1.16808,-0.672076 1.74814,-1.012082 0.70804,-0.549399 1.41343,-1.101444 2.11618,-1.6561337 1.04254,-0.490219 2.08183,-0.979296 3.12825,-1.472119 0.95459,-0.399939 1.89289,-0.793418 2.85223,-1.196097 0.867,-0.247375 1.70106,-0.485678 2.57621,-0.736059 0.59429,-0.124794 1.16478,-0.244899 1.74814,-0.36803 0.92272,-0.304046 1.84279,-0.610737 2.76022,-0.920075 0.40134,0.0026 0.80005,0.0026 1.1961,0 0.55469,0.0026 1.10673,0.0026 1.65613,0 0.6632,0.04651 1.32258,0.09252 1.97816,0.138011 0.79338,0.579847 1.59841,1.168138 2.39219,1.748142 0.41256,0.656883 0.82771,1.318034 1.2421,1.97816 2.7e-4,1.7510657 2.7e-4,3.4992057 1e-5,5.2444237 0.29118,1.454833 0.58176,2.907743 0.87407,4.370352 0.16965,1.401544 0.33833,2.796991 0.50604,4.186339 0.0333,0.370676 0.064,0.738705 0.092,1.104089 0.46268,2.02681 0.92272,4.050972 1.38011,6.072492 -0.0894,0.278667 -0.18137,0.554688 -0.27602,0.828066 0.003,0.186661 0.003,0.370676 0,0.552045 -0.42672,0.646698 -0.85609,1.290749 -1.2881,1.932155 -0.39929,0.538129 -0.79683,1.073274 -1.1961,1.61013 -0.50616,0.660156 -1.01173,1.318932 -1.51812,1.97816 -0.22979,0.675095 -0.45981,1.349817 -0.69006,2.024164 -0.39605,0.49335 -0.79475,0.984057 -1.19609,1.472118 -0.8111,0.321749 -1.62384,0.643776 -2.4382,0.96608 -0.64487,-0.04582 -1.28069,-0.09123 -1.93216,-0.138012 -0.60442,-0.433868 -1.19376,-0.856986 -1.79414,-1.288103 -0.33472,-0.273379 -0.67208,-0.5494 -1.01208,-0.828067 -0.63824,-0.34939 -1.28229,-0.702084 -1.93216,-1.058088 -0.91228,-0.788545 -1.80703,-1.56197 -2.71422,-2.346189 -0.96815,-0.737575 -1.90188,-1.448991 -2.89823,-2.20818 -1.23299,-0.663794 -2.39763,-1.29091 -3.58829,-1.932157 -0.88491,-0.488103 -1.77431,-0.97881 -2.66822,-1.47212 -1.20153,-0.831748 -2.38274,-1.649505 -3.58829,-2.4842 -1.60679,-1.096855 -3.19146,-2.178698 -4.78439,-3.26626 z"
|
|
291
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc">
|
|
292
|
+
<title
|
|
293
|
+
id="title15352">Ventral_Anterior_lateral_L</title>
|
|
294
|
+
</path>
|
|
295
|
+
<path
|
|
296
|
+
style="fill:#6b7d49;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
297
|
+
d="m 33.749396,38.698957 c 1.094823,1.069319 2.405913,2.030118 3.253407,3.337619 0.847494,1.307501 1.207421,2.924567 1.283927,4.263851 0.07651,1.339284 -0.133368,2.384139 -0.345947,3.265878 -0.21258,0.881739 -0.427263,1.598929 -0.70953,2.620665 -0.282267,1.021736 -0.635976,2.362213 -1.659229,3.902185 -1.023252,1.539972 -2.717421,3.284955 -4.590513,4.310253 -1.873091,1.025297 -3.928941,1.331585 -5.763665,1.454954 -1.834723,0.123369 -3.457483,0.06466 -5.011471,-0.07859 -1.553987,-0.143253 -3.028817,-0.369788 -4.091602,-0.556014 -1.062785,-0.186227 -1.708565,-0.331681 -2.813395,-0.77916 -1.10483,-0.44748 -2.6536,-1.190787 -3.8461977,-1.994493 C 8.2625825,57.642399 7.4174578,56.771867 6.557219,55.419678 5.6969801,54.067488 4.8328202,52.25275 4.3586339,49.467118 3.8844476,46.681486 3.8029643,42.927754 4.0445225,40.140783 c 0.2415583,-2.786971 0.8058533,-4.602907 1.4128431,-6.420358 0.6069898,-1.81745 1.2575793,-3.639103 1.7347612,-4.767281 0.4771819,-1.128178 0.7807929,-1.561906 1.6308823,-2.723484 0.8500894,-1.161577 2.2463419,-3.050549 3.3471549,-3.853466 1.100814,-0.802918 1.902384,-0.518618 3.374306,0.44902 1.471922,0.967639 3.609433,2.6158 4.873064,3.722275 1.263631,1.106475 1.653989,1.670322 1.84812,1.995427 0.19413,0.325104 0.19413,0.411849 0.499014,0.780562 0.304884,0.368712 0.912101,1.019304 1.302661,1.409403 0.390561,0.3901 0.564051,0.520218 1.431551,1.105656 0.8675,0.585438 2.42892,1.626384 3.448225,2.276814 1.019306,0.650431 1.496406,0.910667 2.168211,1.626946 0.671805,0.716279 1.539256,1.88734 2.63408,2.95666 z"
|
|
298
|
+
id="path4533"
|
|
299
|
+
inkscape:path-effect="#path-effect4535"
|
|
300
|
+
inkscape:original-d="m 33.519824,38.797728 c 1.32436,0.970596 2.63545,1.931395 3.96534,2.905896 0.36533,1.640409 0.72525,3.257477 1.0883,4.889471 -0.20992,1.046678 -0.4198,2.091532 -0.62962,3.134557 -0.21533,0.720485 -0.43001,1.437676 -0.64405,2.151574 -0.3505,1.329561 -0.7042,2.670041 -1.05674,4.0048 -1.69401,1.745365 -3.38818,3.490347 -5.0825,5.234945 -2.05209,0.306032 -4.10794,0.61232 -6.15749,0.917365 -1.61995,-0.05835 -3.24271,-0.117057 -4.86827,-0.17612 -1.48244,-0.22748 -2.95727,-0.454014 -4.44116,-0.682164 -0.64169,-0.144328 -1.28747,-0.289782 -1.93734,-0.43636 -1.5598,-0.748462 -3.10857,-1.491769 -4.6526799,-2.232978 -0.84103,-0.866317 -1.68615,-1.736853 -2.53539,-2.611611 -0.87113,-1.829669 -1.73529,-3.644407 -2.60236,-5.464963 -0.0812,-3.750659 -0.16264,-7.504392 -0.24445,-11.261197 0.56498,-1.817034 1.12928,-3.632968 1.69289,-5.447822 0.65323,-1.819011 1.30382,-3.640664 1.95177,-5.464964 0.30625,-0.43108 0.60986,-0.864809 0.91083,-1.301181 1.39649,-1.888675 2.7927399,-3.777648 4.1901699,-5.668827 0.80385,0.28528 1.60542,0.56958 2.4091,0.854455 2.14019,1.650285 4.2777,3.298448 6.41254,4.944489 0.393,0.566491 0.78336,1.130337 1.17107,1.691537 0.003,0.08939 0.003,0.176135 0,0.260236 0.60986,0.653238 1.21708,1.303827 1.82165,1.951773 0.17614,0.132763 0.34963,0.262882 0.52047,0.390353 1.56407,1.043593 3.12549,2.084538 4.68426,3.122837 0.47974,0.262882 0.95684,0.523119 1.4313,0.780709 0.8701,1.17371 1.73755,2.344772 2.60236,3.51319 z"
|
|
301
|
+
sodipodi:nodetypes="cccccccccccccccccccccccccccc">
|
|
302
|
+
<title
|
|
303
|
+
id="title15199">Anterior_lateral_L</title>
|
|
304
|
+
</path>
|
|
305
|
+
<path
|
|
306
|
+
style="fill:#cdffe2;fill-opacity:1;stroke:#000000;stroke-width:0.3;stroke-linecap:square;stop-color:#000000"
|
|
307
|
+
d="m 38.624994,53.149561 c 0.01251,-2.335344 0.446236,-5.544924 0.793431,-7.801736 0.347195,-2.256813 0.607295,-3.557325 1.859693,-6.241823 1.252399,-2.684498 3.49726,-6.752818 5.985274,-8.876197 2.488014,-2.12338 5.214194,-2.300962 7.889997,-2.044678 2.675803,0.256283 5.283023,0.944155 8.022086,1.36825 2.739063,0.424095 5.590783,0.58144 7.132812,2.014537 1.542029,1.433096 1.764529,4.137991 2.502043,8.519364 0.737513,4.381373 1.989442,10.438389 -0.698886,13.993851 -2.688328,3.555461 -9.318718,4.610386 -13.457389,4.878268 -4.138671,0.267881 -5.786831,-0.252591 -8.580694,-0.477336 -2.793862,-0.224745 -6.725662,-0.152848 -8.889557,-0.845107 -2.163896,-0.69226 -2.571316,-2.15205 -2.55881,-4.487393 z"
|
|
308
|
+
id="path3749"
|
|
309
|
+
inkscape:path-effect="#path-effect3751"
|
|
310
|
+
inkscape:original-d="m 38.204074,54.021554 c 0.43638,-3.206938 0.8701,-6.416519 1.30119,-9.628745 0.26066,-1.301736 0.52076,-2.602248 0.7807,-3.903544 2.24487,-4.067586 4.48973,-8.135906 6.73458,-12.204954 2.73088,-0.177606 5.45706,-0.355187 8.1909,-0.533549 2.6177,0.690829 5.22492,1.378701 7.84137,2.068813 2.86171,0.158146 5.71343,0.315491 8.57472,0.473114 0.22303,2.708301 0.44553,5.413196 0.6675,8.114684 1.25301,6.061237 2.50494,12.118252 3.75652,18.174603 -6.62839,1.054913 -13.25878,2.109839 -19.89117,3.164775 -1.64552,-0.517826 -3.29368,-1.038299 -4.94449,-1.561417 -3.93639,0.07225 -7.86819,0.144149 -11.78956,0.215586 -0.40625,-1.456275 -0.81367,-2.916065 -1.22226,-4.379366 z"
|
|
311
|
+
sodipodi:nodetypes="ccccccccccccc">
|
|
312
|
+
<title
|
|
313
|
+
id="title15310">Ventral_Latero_Ventral_lateral_L</title>
|
|
314
|
+
</path>
|
|
315
|
+
</g>
|
|
316
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|