-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvisualstress_config.json
executable file
·50 lines (50 loc) · 1.29 KB
/
visualstress_config.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
{
"descriptions": [
{
"dataType": "anat",
"modalityLabel": "T1w",
"criteria": {
"SeriesDescription": "MPRAGE SENSE"
}
},
{
"dataType": "anat",
"modalityLabel": "T1w",
"criteria": {
"SeriesDescription": "3D SAG T1 MPRAGE"
}
},
{
"dataType": "func",
"modalityLabel": "bold",
"customLabels": "task-onlyvision",
"criteria": {
"SeriesDescription": "FMRI TASK (ONLY VISION)"
}
},
{
"dataType": "func",
"modalityLabel": "bold",
"customLabels": "task-onlyvision",
"criteria": {
"SeriesDescription": "FMRI VISION ONLY"
}
},
{
"dataType": "func",
"modalityLabel": "bold",
"customLabels": "task-rest",
"criteria": {
"SeriesDescription": "Ax fMRI resting HB Multiphase EPI"
}
},
{
"dataType": "func",
"modalityLabel": "bold",
"customLabels": "task-rest",
"criteria": {
"SeriesDescription": "RESTING FMRI 38 slices SENSE"
}
}
]
}