forked from INCF/HAWG-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HO-example.json
53 lines (49 loc) · 2.45 KB
/
HO-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
header = {"name": "Harvard-Oxford Cortical and Subcortical Probabilistic Atlas",
"description": "The HAWG version of the atlas",
"species": "Homo sapiens",
"version": "0.0.1",
"license": "FSL license",
"provenance": "from FSL 5.0.7",
"stored_data_type": "volume",
"coordinate_system": {
"display_name": "MNI152-clarify",
"preferred-template": "$FSLDIR/data/standard/MNI152_T1_1mm.nii.gz",
"alternative-templates": ["$FSLDIR/data/standard/MNI152_T1_2mm.nii.gz"]
},
}
structures = {'id1_MTG': {'example_coordinate': [48, 94, 35],
'long_name': 'Middle Temporal Gyrus, posterior division',
"description": "Something jason comes up with",
"example_color": [23, 86, 96],
"discrete_index": 12, /*former data_key */
"tags": ["Middle_Temporal_Gyrus", "Bilateral", "threshold0"]},
"data_location": {"stored_data_location": "$FSLDIR/data/atlases/HarvardOxford/HarvardOxford-cort-maxprob-thr0-1mm.nii.gz",
}
}
{'id0_MTG': {'example_coordinate': [48, 94, 35],
'long_name': 'Middle Temporal Gyrus, posterior division',
"description": "Something jason comes up with",
"example_color": [23, 46, 96],
"tags": ["Middle_Temporal_Gyrus", "Bilateral"],
"data_location": {"stored_data_location":
"$FSLDIR/data/atlases/HarvardOxford/HarvardOxford-cort-prob-1mm.nii.gz",
"dimension_indexed": 3,
"dimension_index": 11,
"dimension_base": 0
}},
'id2_MTG': {'example_coordinate': [74, 59, 26],
'long_name': 'Middle Temporal Gyrus, anterior division',
"description": "Something jason comes up with",
"example_color": [23, 26, 96],
"tags": ["Middle_Temporal_Gyrus", "Bilateral"],
"data_location": {"stored_data_location": "$FSLDIR/data/atlases/HarvardOxford/HarvardOxford-cort-prob-1mm.nii.gz",
"dimension": 4,
"dimension_index": 10,
"dimension_base": 0
}}
})
tags = {'Middle_Temporal_Gyrus': {"display_name": "Middle Temporal Gyrus",
"example_colour": [255, 255, 0],
"description": "Some other description from Jason"
}
}