junifer 0.0.7.dev18__py3-none-any.whl → 0.0.7.dev47__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.
- junifer/_version.py +2 -2
- junifer/api/decorators.py +0 -1
- junifer/api/functions.py +1 -2
- junifer/api/queue_context/gnu_parallel_local_adapter.py +4 -7
- junifer/api/queue_context/htcondor_adapter.py +6 -10
- junifer/cli/tests/test_parser.py +66 -0
- junifer/data/_dispatch.py +5 -5
- junifer/data/coordinates/_ants_coordinates_warper.py +1 -1
- junifer/data/coordinates/_coordinates.py +1 -1
- junifer/data/coordinates/_fsl_coordinates_warper.py +1 -1
- junifer/data/coordinates/tests/test_coordinates.py +38 -16
- junifer/data/masks/_ants_mask_warper.py +1 -1
- junifer/data/masks/_fsl_mask_warper.py +1 -1
- junifer/data/masks/tests/test_masks.py +66 -33
- junifer/data/parcellations/_ants_parcellation_warper.py +1 -1
- junifer/data/parcellations/_fsl_parcellation_warper.py +1 -1
- junifer/data/parcellations/_parcellations.py +7 -7
- junifer/data/parcellations/tests/test_parcellations.py +162 -76
- junifer/data/tests/test_data_utils.py +0 -1
- junifer/data/utils.py +1 -1
- junifer/datagrabber/aomic/id1000.py +6 -0
- junifer/datagrabber/aomic/piop1.py +4 -3
- junifer/datagrabber/aomic/piop2.py +4 -3
- junifer/datagrabber/pattern_datalad.py +0 -1
- junifer/datagrabber/pattern_validation_mixin.py +0 -1
- junifer/datagrabber/tests/test_dmcc13_benchmark.py +4 -8
- junifer/markers/base.py +3 -3
- junifer/markers/brainprint.py +5 -5
- junifer/markers/complexity/multiscale_entropy_auc.py +3 -3
- junifer/markers/complexity/range_entropy.py +3 -3
- junifer/markers/complexity/sample_entropy.py +3 -3
- junifer/markers/falff/falff_parcels.py +2 -6
- junifer/markers/falff/falff_spheres.py +2 -6
- junifer/markers/functional_connectivity/functional_connectivity_base.py +0 -1
- junifer/markers/functional_connectivity/tests/test_functional_connectivity_parcels.py +2 -1
- junifer/markers/functional_connectivity/tests/test_functional_connectivity_spheres.py +2 -1
- junifer/markers/reho/_afni_reho.py +1 -1
- junifer/markers/reho/reho_base.py +0 -1
- junifer/markers/reho/reho_parcels.py +0 -1
- junifer/markers/reho/reho_spheres.py +0 -1
- junifer/markers/temporal_snr/temporal_snr_base.py +0 -1
- junifer/markers/tests/test_markers_base.py +0 -1
- junifer/onthefly/_brainprint.py +3 -3
- junifer/onthefly/read_transform.py +1 -2
- junifer/onthefly/tests/test_read_transform.py +0 -1
- junifer/pipeline/tests/test_marker_collection.py +2 -1
- junifer/pipeline/workdir_manager.py +1 -2
- junifer/preprocess/confounds/fmriprep_confound_remover.py +1 -1
- junifer/preprocess/confounds/tests/test_fmriprep_confound_remover.py +0 -1
- junifer/preprocess/smoothing/tests/test_smoothing.py +0 -1
- junifer/preprocess/warping/_ants_warper.py +2 -3
- junifer/preprocess/warping/_fsl_warper.py +1 -1
- junifer/preprocess/warping/space_warper.py +4 -2
- junifer/storage/hdf5.py +14 -2
- junifer/storage/pandas_base.py +3 -1
- junifer/storage/sqlite.py +3 -8
- junifer/storage/tests/test_hdf5.py +1 -0
- junifer/storage/tests/test_pandas_base.py +6 -3
- junifer/storage/tests/test_storage_base.py +2 -1
- junifer/utils/logging.py +38 -128
- junifer/utils/tests/test_logging.py +12 -4
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/METADATA +3 -2
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/RECORD +68 -91
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/WHEEL +1 -1
- junifer/data/coordinates/VOIs/meta/AutobiographicalMemory_VOIs.txt +0 -23
- junifer/data/coordinates/VOIs/meta/CogAC_VOIs.txt +0 -19
- junifer/data/coordinates/VOIs/meta/CogAR_VOIs.txt +0 -8
- junifer/data/coordinates/VOIs/meta/DMNBuckner_VOIs.txt +0 -6
- junifer/data/coordinates/VOIs/meta/Dosenbach2010_MNI_VOIs.txt +0 -160
- junifer/data/coordinates/VOIs/meta/Empathy_VOIs.txt +0 -22
- junifer/data/coordinates/VOIs/meta/Motor_VOIs.txt +0 -10
- junifer/data/coordinates/VOIs/meta/MultiTask_VOIs.txt +0 -9
- junifer/data/coordinates/VOIs/meta/PhysioStress_VOIs.txt +0 -18
- junifer/data/coordinates/VOIs/meta/Power2011_MNI_VOIs.txt +0 -264
- junifer/data/coordinates/VOIs/meta/Power2013_MNI_VOIs.tsv +0 -264
- junifer/data/coordinates/VOIs/meta/Rew_VOIs.txt +0 -25
- junifer/data/coordinates/VOIs/meta/Somatosensory_VOIs.txt +0 -10
- junifer/data/coordinates/VOIs/meta/ToM_VOIs.txt +0 -15
- junifer/data/coordinates/VOIs/meta/VigAtt_VOIs.txt +0 -16
- junifer/data/coordinates/VOIs/meta/WM_VOIs.txt +0 -23
- junifer/data/coordinates/VOIs/meta/eMDN_VOIs.txt +0 -17
- junifer/data/coordinates/VOIs/meta/eSAD_VOIs.txt +0 -12
- junifer/data/coordinates/VOIs/meta/extDMN_VOIs.txt +0 -16
- junifer/data/masks/ukb/UKB_15K_GM_template.nii.gz +0 -0
- junifer/data/masks/vickery-patil/CAT12_IXI555_MNI152_TMP_GS_GMprob0.2_clean.nii.gz +0 -0
- junifer/data/masks/vickery-patil/CAT12_IXI555_MNI152_TMP_GS_GMprob0.2_clean_3mm.nii.gz +0 -0
- junifer/data/masks/vickery-patil/GMprob0.2_cortex_3mm_NA_rm.nii.gz +0 -0
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/entry_points.txt +0 -0
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/licenses/AUTHORS.rst +0 -0
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/licenses/LICENSE.md +0 -0
- {junifer-0.0.7.dev18.dist-info → junifer-0.0.7.dev47.dist-info}/top_level.txt +0 -0
@@ -1,23 +0,0 @@
|
|
1
|
-
-2 -53 18 PCu-PCC_LR
|
2
|
-
-25 -26 -14 HC-PHC-AMG_L
|
3
|
-
-47 -61 26 TPJ_L
|
4
|
-
-3 47 -1 Medial-prefrontal-cortex_rACC(bilateral)_L
|
5
|
-
-56 -8 -14 STS_MTG_inferior-temporal-sulcus_L
|
6
|
-
-47 25 -5 Ventrolateral-prefrontal-cortex_temporal-pole_L
|
7
|
-
23 -31 -12 HC-PHC_R
|
8
|
-
-3 12 57 Middle-frontal-gyrus_LR
|
9
|
-
49 -59 27 TPJ_R
|
10
|
-
-45 3 45 Posterior-lateral-prefrontal-cortex_L
|
11
|
-
-40 47 14 Frontal-pole(lateral)_L
|
12
|
-
23 -13 -15 HC-PHC_R
|
13
|
-
49 -5 -13 Temporal-pole_STS_MTG_R
|
14
|
-
-37 14 -32 Temporal-pole_L
|
15
|
-
-37 -81 30 Occ_L
|
16
|
-
-46 24 21 Dorsolateral-prefrontal-cortex_L
|
17
|
-
50 27 -5 Ventrolateral-prefrontal-cortex_R
|
18
|
-
-11 55 17 Frontal_pole(medial)_L
|
19
|
-
3 -9 5 Thalamus_R
|
20
|
-
-5 33 22 rACC_L
|
21
|
-
-6 -37 33 PCC_L
|
22
|
-
-28 9 51 Superior-frontal-sulcus_L
|
23
|
-
28 1 -19 AMG_R
|
@@ -1,19 +0,0 @@
|
|
1
|
-
36.0 22.0 -4.0 RaIns
|
2
|
-
2.0 16.0 48.0 preSMA
|
3
|
-
48.0 12.0 30.0 rIFGp
|
4
|
-
36.0 2.0 54.0 rdPMC
|
5
|
-
48.0 30.0 24.0 rIFGa
|
6
|
-
-38.0 -44.0 46.0 lIPS
|
7
|
-
-24.0 -66.0 48.0 lSPL
|
8
|
-
40.0 -46.0 46.0 rIPS
|
9
|
-
60.0 -44.0 24.0 rIPC
|
10
|
-
30.0 -62.0 52.0 rSPL
|
11
|
-
-44.0 10.0 30.0 lIFG
|
12
|
-
-34.0 20.0 -4.0 LaIns
|
13
|
-
-26.0 2.0 52.0 ldPMC
|
14
|
-
6.0 -18.0 -2.0 rThal
|
15
|
-
-40.0 -66.0 -10.0 lIOG
|
16
|
-
48.0 19.0 6.0 rIFG
|
17
|
-
8.0 29.0 30.0 aMCC
|
18
|
-
-45.0 27.0 30.0 lIFG
|
19
|
-
11.0 7.0 7.0 rNcaud
|
@@ -1,160 +0,0 @@
|
|
1
|
-
6 64 3 vmPFC
|
2
|
-
29 57 18 aPFC
|
3
|
-
-29 57 10 aPFC
|
4
|
-
0 51 32 mPFC
|
5
|
-
-25 51 27 aPFC
|
6
|
-
9 51 16 vmPFC
|
7
|
-
-6 50 -1 vmPFC
|
8
|
-
27 49 26 aPFC
|
9
|
-
42 48 -3 vent aPFC
|
10
|
-
-43 47 2 vent aPFC
|
11
|
-
-11 45 17 vmPFC
|
12
|
-
39 42 16 vlPFC
|
13
|
-
8 42 -5 vmPFC
|
14
|
-
9 39 20 ACC
|
15
|
-
46 39 -15 vlPFC
|
16
|
-
40 36 29 dlPFC
|
17
|
-
23 33 47 sup frontal
|
18
|
-
34 32 7 vPFC
|
19
|
-
-2 30 27 ACC
|
20
|
-
-16 29 54 sup frontal
|
21
|
-
-1 28 40 ACC
|
22
|
-
46 28 31 dlPFC
|
23
|
-
-52 28 17 vPFC
|
24
|
-
-44 27 33 dlPFC
|
25
|
-
51 23 8 vFC
|
26
|
-
38 21 -1 ant insula
|
27
|
-
9 20 34 dACC
|
28
|
-
-36 18 2 ant insula
|
29
|
-
40 17 40 dFC
|
30
|
-
-6 17 34 basal ganglia
|
31
|
-
0 15 45 mFC
|
32
|
-
58 11 14 frontal
|
33
|
-
-46 10 14 vFC
|
34
|
-
44 8 34 dFC
|
35
|
-
60 8 34 dFC
|
36
|
-
-42 7 36 dFC
|
37
|
-
-55 7 23 vFC
|
38
|
-
-20 6 7 basal ganglia
|
39
|
-
14 6 7 basal ganglia
|
40
|
-
-48 6 1 vFC
|
41
|
-
10 5 51 pre-SMA
|
42
|
-
43 1 12 vFC
|
43
|
-
0 -1 52 SMA
|
44
|
-
37 -2 -3 mid insula
|
45
|
-
53 -3 32 frontal
|
46
|
-
58 -3 17 precentral gyrus
|
47
|
-
-12 -3 13 thalamus
|
48
|
-
-42 -3 11 mid insula
|
49
|
-
-44 -6 49 precentral gyrus
|
50
|
-
-26 -8 54 parietal
|
51
|
-
46 -8 24 precentral gyrus
|
52
|
-
-54 -9 23 precentral gyrus
|
53
|
-
44 -11 38 precentral gyrus
|
54
|
-
-47 -12 36 parietal
|
55
|
-
33 -12 16 mid insula
|
56
|
-
-36 -12 15 mid insula
|
57
|
-
-12 -12 6 thalamus
|
58
|
-
11 -12 6 thalamus
|
59
|
-
32 -12 2 mid insula
|
60
|
-
59 -13 8 temporal
|
61
|
-
-30 -14 1 mid insula
|
62
|
-
-38 -15 59 parietal
|
63
|
-
52 -15 -13 inf temporal
|
64
|
-
-47 -18 50 parietal
|
65
|
-
46 -20 45 parietal
|
66
|
-
-55 -22 38 parietal
|
67
|
-
-54 -22 22 precentral gyrus
|
68
|
-
-54 -22 9 temporal
|
69
|
-
41 -23 55 parietal
|
70
|
-
42 -24 17 post insula
|
71
|
-
11 -24 2 basal ganglia
|
72
|
-
-59 -25 -15 inf temporal
|
73
|
-
1 -26 31 post cingulate
|
74
|
-
18 -27 62 parietal
|
75
|
-
-38 -27 60 parietal
|
76
|
-
-30 -28 9 post insula
|
77
|
-
-24 -30 64 parietal
|
78
|
-
51 -30 5 temporal
|
79
|
-
-41 -31 48 post parietal
|
80
|
-
-4 -31 -4 post cingulate
|
81
|
-
54 -31 -18 fusiform
|
82
|
-
-41 -37 16 temporal
|
83
|
-
-53 -37 13 temporal
|
84
|
-
28 -37 -15 fusiform
|
85
|
-
-3 -38 45 precuneus
|
86
|
-
34 -39 65 sup parietal
|
87
|
-
8 -40 50 precuneus
|
88
|
-
-41 -40 42 IPL
|
89
|
-
58 -41 20 parietal
|
90
|
-
-8 -41 3 post cingulate
|
91
|
-
-61 -41 -2 inf temporal
|
92
|
-
-28 -42 -11 occipital
|
93
|
-
-5 -43 25 post cingulate
|
94
|
-
9 -43 25 precuneus
|
95
|
-
43 -43 8 temporal
|
96
|
-
54 -44 43 IPL
|
97
|
-
-55 -44 30 parietal
|
98
|
-
-28 -44 -25 lat cerebellum
|
99
|
-
-35 -46 48 post parietal
|
100
|
-
42 -46 21 sup temporal
|
101
|
-
-48 -47 49 IPL
|
102
|
-
-41 -47 29 angular gyrus
|
103
|
-
-59 -47 11 temporal
|
104
|
-
-53 -50 39 IPL
|
105
|
-
5 -50 33 precuneus
|
106
|
-
-18 -50 1 occipital
|
107
|
-
44 -52 47 IPL
|
108
|
-
-5 -52 17 post cingulate
|
109
|
-
-24 -54 -21 lat cerebellum
|
110
|
-
-37 -54 -37 inf cerebellum
|
111
|
-
10 -55 17 post cingulate
|
112
|
-
-6 -56 29 precuneus
|
113
|
-
-34 -57 -24 lat cerebellum
|
114
|
-
-32 -58 46 IPS
|
115
|
-
-11 -58 17 post cingulate
|
116
|
-
32 -59 41 IPS
|
117
|
-
51 -59 34 angular gyrus
|
118
|
-
-34 -60 -5 occipital
|
119
|
-
36 -60 -8 occipital
|
120
|
-
-6 -60 -15 med cerebellum
|
121
|
-
-25 -60 -34 inf cerebellum
|
122
|
-
32 -61 -31 inf cerebellum
|
123
|
-
46 -62 5 temporal
|
124
|
-
-48 -63 35 angular gyrus
|
125
|
-
-52 -63 15 TPJ
|
126
|
-
-44 -63 -7 occipital
|
127
|
-
-16 -64 -21 med cerebellum
|
128
|
-
21 -64 -22 lat cerebellum
|
129
|
-
19 -66 -1 occipital
|
130
|
-
1 -66 -24 med cerebellum
|
131
|
-
-34 -67 -29 inf cerebellum
|
132
|
-
11 -68 42 precuneus
|
133
|
-
17 -68 20 occipital
|
134
|
-
-36 -69 40 IPS
|
135
|
-
39 -71 13 occipital
|
136
|
-
-9 -72 41 occipital
|
137
|
-
45 -72 29 occipital
|
138
|
-
-11 -72 -14 med cerebellum
|
139
|
-
29 -73 29 occipital
|
140
|
-
33 -73 -30 inf cerebellum
|
141
|
-
-2 -75 32 occipital
|
142
|
-
-29 -75 28 occipital
|
143
|
-
5 -75 -11 med cerebellum
|
144
|
-
14 -75 -21 med cerebellum
|
145
|
-
-16 -76 33 occipital
|
146
|
-
-42 -76 26 occipital
|
147
|
-
9 -76 14 occipital
|
148
|
-
15 -77 32 occipital
|
149
|
-
20 -78 -2 occipital
|
150
|
-
-21 -79 -33 inf cerebellum
|
151
|
-
-6 -79 -33 inf cerebellum
|
152
|
-
-5 -80 9 post occipital
|
153
|
-
29 -81 14 post occipital
|
154
|
-
33 -81 -2 post occipital
|
155
|
-
18 -81 -33 inf cerebellum
|
156
|
-
-37 -83 -2 post occipital
|
157
|
-
-29 -88 8 post occipital
|
158
|
-
13 -91 2 post occipital
|
159
|
-
27 -91 2 post occipital
|
160
|
-
-4 -94 12 post occipital
|
@@ -1,22 +0,0 @@
|
|
1
|
-
2.0 56.0 18.0 dmPFC
|
2
|
-
-8.0 54.0 34.0 dmPFC
|
3
|
-
36.0 22.0 -8.0 raI
|
4
|
-
-30.0 20.0 4.0 laI
|
5
|
-
50.0 12.0 -8.0 rIFG
|
6
|
-
54.0 16.0 20.0 rIFG/Area44
|
7
|
-
50.0 30.0 4.0 rIFG/Area45
|
8
|
-
-44.0 24.0 -6.0 lIFG
|
9
|
-
-4.0 18.0 50.0 SMA
|
10
|
-
-2.0 28.0 20.0 aMCC
|
11
|
-
-4.0 42.0 18.0 rACC
|
12
|
-
-2.0 -32.0 28.0 PCC
|
13
|
-
52.0 -58.0 22.0 rTPJ
|
14
|
-
-56.0 -58.0 22.0 lTPJ
|
15
|
-
22.0 -2.0 -16.0 rAm
|
16
|
-
54.0 -8.0 -16.0 rMTG
|
17
|
-
52.0 -36.0 2.0 rpSTS
|
18
|
-
-12.0 -4.0 12.0 laTh
|
19
|
-
6.0 -32.0 2.0 rpTh
|
20
|
-
26.0 -26.0 -12.0 rHippo
|
21
|
-
2.0 -20.0 -12.0 Midbrain
|
22
|
-
14.0 4.0 0.0 rGP
|
@@ -1,18 +0,0 @@
|
|
1
|
-
38.0 18.0 0.0 rIns
|
2
|
-
52.0 12.0 -4.0 rSTG
|
3
|
-
60.0 6.0 2.0 rTP
|
4
|
-
22.0 0.0 -4.0 rPall
|
5
|
-
-38.0 14.0 4.0 lIns
|
6
|
-
-58.0 0.0 6.0 lOP4
|
7
|
-
-20.0 6.0 2.0 lPut
|
8
|
-
4.0 6.0 46.0 rSMA
|
9
|
-
0.0 14.0 36.0 lMCC
|
10
|
-
-42.0 -18.0 18.0 lOP3
|
11
|
-
-54.0 -24.0 24.0 lSMG
|
12
|
-
-36.0 -20.0 2.0 lIns
|
13
|
-
-14.0 -12.0 10.0 lTh
|
14
|
-
10.0 -18.0 4.0 rTh
|
15
|
-
56.0 -24.0 24.0 lSMG
|
16
|
-
44.0 -14.0 16.0 rOP3
|
17
|
-
38.0 50.0 12.0 rMFG
|
18
|
-
-24.0 -66.0 -26.0 lCb
|
@@ -1,264 +0,0 @@
|
|
1
|
-
-25 -98 -12 1
|
2
|
-
27 -97 -13 2
|
3
|
-
24 32 -18 3
|
4
|
-
-56 -45 -24 4
|
5
|
-
8 41 -24 5
|
6
|
-
-21 -22 -20 6
|
7
|
-
17 -28 -17 7
|
8
|
-
-37 -29 -26 8
|
9
|
-
65 -24 -19 9
|
10
|
-
52 -34 -27 10
|
11
|
-
55 -31 -17 11
|
12
|
-
34 38 -12 12
|
13
|
-
-7 -52 61 13
|
14
|
-
-14 -18 40 14
|
15
|
-
0 -15 47 15
|
16
|
-
10 -2 45 16
|
17
|
-
-7 -21 65 17
|
18
|
-
-7 -33 72 18
|
19
|
-
13 -33 75 19
|
20
|
-
-54 -23 43 20
|
21
|
-
29 -17 71 21
|
22
|
-
10 -46 73 22
|
23
|
-
-23 -30 72 23
|
24
|
-
-40 -19 54 24
|
25
|
-
29 -39 59 25
|
26
|
-
50 -20 42 26
|
27
|
-
-38 -27 69 27
|
28
|
-
20 -29 60 28
|
29
|
-
44 -8 57 29
|
30
|
-
-29 -43 61 30
|
31
|
-
10 -17 74 31
|
32
|
-
22 -42 69 32
|
33
|
-
-45 -32 47 33
|
34
|
-
-21 -31 61 34
|
35
|
-
-13 -17 75 35
|
36
|
-
42 -20 55 36
|
37
|
-
-38 -15 69 37
|
38
|
-
-16 -46 73 38
|
39
|
-
2 -28 60 39
|
40
|
-
3 -17 58 40
|
41
|
-
38 -17 45 41
|
42
|
-
-49 -11 35 42
|
43
|
-
36 -9 14 43
|
44
|
-
51 -6 32 44
|
45
|
-
-53 -10 24 45
|
46
|
-
66 -8 25 46
|
47
|
-
-3 2 53 47
|
48
|
-
54 -28 34 48
|
49
|
-
19 -8 64 49
|
50
|
-
-16 -5 71 50
|
51
|
-
-10 -2 42 51
|
52
|
-
37 1 -4 52
|
53
|
-
13 -1 70 53
|
54
|
-
7 8 51 54
|
55
|
-
-45 0 9 55
|
56
|
-
49 8 -1 56
|
57
|
-
-34 3 4 57
|
58
|
-
-51 8 -2 58
|
59
|
-
-5 18 34 59
|
60
|
-
36 10 1 60
|
61
|
-
32 -26 13 61
|
62
|
-
65 -33 20 62
|
63
|
-
58 -16 7 63
|
64
|
-
-38 -33 17 64
|
65
|
-
-60 -25 14 65
|
66
|
-
-49 -26 5 66
|
67
|
-
43 -23 20 67
|
68
|
-
-50 -34 26 68
|
69
|
-
-53 -22 23 69
|
70
|
-
-55 -9 12 70
|
71
|
-
56 -5 13 71
|
72
|
-
59 -17 29 72
|
73
|
-
-30 -27 12 73
|
74
|
-
-41 -75 26 74
|
75
|
-
6 67 -4 75
|
76
|
-
8 48 -15 76
|
77
|
-
-13 -40 1 77
|
78
|
-
-18 63 -9 78
|
79
|
-
-46 -61 21 79
|
80
|
-
43 -72 28 80
|
81
|
-
-44 12 -34 81
|
82
|
-
46 16 -30 82
|
83
|
-
-68 -23 -16 83
|
84
|
-
-58 -26 -15 84
|
85
|
-
27 16 -17 85
|
86
|
-
-44 -65 35 86
|
87
|
-
-39 -75 44 87
|
88
|
-
-7 -55 27 88
|
89
|
-
6 -59 35 89
|
90
|
-
-11 -56 16 90
|
91
|
-
-3 -49 13 91
|
92
|
-
8 -48 31 92
|
93
|
-
15 -63 26 93
|
94
|
-
-2 -37 44 94
|
95
|
-
11 -54 17 95
|
96
|
-
52 -59 36 96
|
97
|
-
23 33 48 97
|
98
|
-
-10 39 52 98
|
99
|
-
-16 29 53 99
|
100
|
-
-35 20 51 100
|
101
|
-
22 39 39 101
|
102
|
-
13 55 38 102
|
103
|
-
-10 55 39 103
|
104
|
-
-20 45 39 104
|
105
|
-
6 54 16 105
|
106
|
-
6 64 22 106
|
107
|
-
-7 51 -1 107
|
108
|
-
9 54 3 108
|
109
|
-
-3 44 -9 109
|
110
|
-
8 42 -5 110
|
111
|
-
-11 45 8 111
|
112
|
-
-2 38 36 112
|
113
|
-
-3 42 16 113
|
114
|
-
-20 64 19 114
|
115
|
-
-8 48 23 115
|
116
|
-
65 -12 -19 116
|
117
|
-
-56 -13 -10 117
|
118
|
-
-58 -30 -4 118
|
119
|
-
65 -31 -9 119
|
120
|
-
-68 -41 -5 120
|
121
|
-
13 30 59 121
|
122
|
-
12 36 20 122
|
123
|
-
52 -2 -16 123
|
124
|
-
-26 -40 -8 124
|
125
|
-
27 -37 -13 125
|
126
|
-
-34 -38 -16 126
|
127
|
-
28 -77 -32 127
|
128
|
-
52 7 -30 128
|
129
|
-
-53 3 -27 129
|
130
|
-
47 -50 29 130
|
131
|
-
-49 -42 1 131
|
132
|
-
-31 19 -19 132
|
133
|
-
-2 -35 31 133
|
134
|
-
-7 -71 42 134
|
135
|
-
11 -66 42 135
|
136
|
-
4 -48 51 136
|
137
|
-
-46 31 -13 137
|
138
|
-
-10 11 67 138
|
139
|
-
49 35 -12 139
|
140
|
-
8 -91 -7 140
|
141
|
-
17 -91 -14 141
|
142
|
-
-12 -95 -13 142
|
143
|
-
18 -47 -10 143
|
144
|
-
40 -72 14 144
|
145
|
-
8 -72 11 145
|
146
|
-
-8 -81 7 146
|
147
|
-
-28 -79 19 147
|
148
|
-
20 -66 2 148
|
149
|
-
-24 -91 19 149
|
150
|
-
27 -59 -9 150
|
151
|
-
-15 -72 -8 151
|
152
|
-
-18 -68 5 152
|
153
|
-
43 -78 -12 153
|
154
|
-
-47 -76 -10 154
|
155
|
-
-14 -91 31 155
|
156
|
-
15 -87 37 156
|
157
|
-
29 -77 25 157
|
158
|
-
20 -86 -2 158
|
159
|
-
15 -77 31 159
|
160
|
-
-16 -52 -1 160
|
161
|
-
42 -66 -8 161
|
162
|
-
24 -87 24 162
|
163
|
-
6 -72 24 163
|
164
|
-
-42 -74 0 164
|
165
|
-
26 -79 -16 165
|
166
|
-
-16 -77 34 166
|
167
|
-
-3 -81 21 167
|
168
|
-
-40 -88 -6 168
|
169
|
-
37 -84 13 169
|
170
|
-
6 -81 6 170
|
171
|
-
-26 -90 3 171
|
172
|
-
-33 -79 -13 172
|
173
|
-
37 -81 1 173
|
174
|
-
-44 2 46 174
|
175
|
-
48 25 27 175
|
176
|
-
-47 11 23 176
|
177
|
-
-53 -49 43 177
|
178
|
-
-23 11 64 178
|
179
|
-
58 -53 -14 179
|
180
|
-
24 45 -15 180
|
181
|
-
34 54 -13 181
|
182
|
-
-21 41 -20 182
|
183
|
-
-18 -76 -24 183
|
184
|
-
17 -80 -34 184
|
185
|
-
35 -67 -34 185
|
186
|
-
47 10 33 186
|
187
|
-
-41 6 33 187
|
188
|
-
-42 38 21 188
|
189
|
-
38 43 15 189
|
190
|
-
49 -42 45 190
|
191
|
-
-28 -58 48 191
|
192
|
-
44 -53 47 192
|
193
|
-
32 14 56 193
|
194
|
-
37 -65 40 194
|
195
|
-
-42 -55 45 195
|
196
|
-
40 18 40 196
|
197
|
-
-34 55 4 197
|
198
|
-
-42 45 -2 198
|
199
|
-
33 -53 44 199
|
200
|
-
43 49 -2 200
|
201
|
-
-42 25 30 201
|
202
|
-
-3 26 44 202
|
203
|
-
11 -39 50 203
|
204
|
-
55 -45 37 204
|
205
|
-
42 -0 47 205
|
206
|
-
31 33 26 206
|
207
|
-
48 22 10 207
|
208
|
-
-35 20 0 208
|
209
|
-
36 22 3 209
|
210
|
-
37 32 -2 210
|
211
|
-
34 16 -8 211
|
212
|
-
-11 26 25 212
|
213
|
-
-1 15 44 213
|
214
|
-
-28 52 21 214
|
215
|
-
-0 30 27 215
|
216
|
-
5 23 37 216
|
217
|
-
10 22 27 217
|
218
|
-
31 56 14 218
|
219
|
-
26 50 27 219
|
220
|
-
-39 51 17 220
|
221
|
-
2 -24 30 221
|
222
|
-
6 -24 -0 222
|
223
|
-
-2 -13 12 223
|
224
|
-
-10 -18 7 224
|
225
|
-
12 -17 8 225
|
226
|
-
-5 -28 -4 226
|
227
|
-
-22 7 -5 227
|
228
|
-
-15 4 8 228
|
229
|
-
31 -14 2 229
|
230
|
-
23 10 1 230
|
231
|
-
29 1 4 231
|
232
|
-
-31 -11 -0 232
|
233
|
-
15 5 7 233
|
234
|
-
9 -4 6 234
|
235
|
-
54 -43 22 235
|
236
|
-
-56 -50 10 236
|
237
|
-
-55 -40 14 237
|
238
|
-
52 -33 8 238
|
239
|
-
51 -29 -4 239
|
240
|
-
56 -46 11 240
|
241
|
-
53 33 1 241
|
242
|
-
-49 25 -1 242
|
243
|
-
-16 -65 -20 243
|
244
|
-
-32 -55 -25 244
|
245
|
-
22 -58 -23 245
|
246
|
-
1 -62 -18 246
|
247
|
-
33 -12 -34 247
|
248
|
-
-31 -10 -36 248
|
249
|
-
49 -3 -38 249
|
250
|
-
-50 -7 -39 250
|
251
|
-
10 -62 61 251
|
252
|
-
-52 -63 5 252
|
253
|
-
-47 -51 -21 253
|
254
|
-
46 -47 -17 254
|
255
|
-
47 -30 49 255
|
256
|
-
22 -65 48 256
|
257
|
-
46 -59 4 257
|
258
|
-
25 -58 60 258
|
259
|
-
-33 -46 47 259
|
260
|
-
-27 -71 37 260
|
261
|
-
-32 -1 54 261
|
262
|
-
-42 -60 -9 262
|
263
|
-
-17 -59 64 263
|
264
|
-
29 -5 54 264
|