-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
94 lines (93 loc) · 1.49 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"options": {
"mri_ext": "PAR",
"debug": true,
"subject_stem": "sub",
"deface": false,
"spinoza_data": false,
"out_dir": "final"
},
"mappings": {
"bold": "bold",
"T1w": "T1mri",
"dwi": "DTI",
"T2w": "T2str"
},
"metadata": {
"MagneticFieldStrength": 3,
"InstitutionName": "Leiden Consortium on Individual Development, Leiden University, Leiden, The Netherlands"
},
"func": {
"SNAT-run1": {
"id": "SNAT1",
"task": "snat",
"run": 1
},
"SNAT-run2": {
"id": "SNAT2",
"task": "snat",
"run": 2
},
"SNAT-run3": {
"id": "SNAT3",
"task": "snat",
"run": 3
},
"PCGex-run1": {
"id": "PCG1",
"task": "pcgex",
"run": 1
},
"PCGex-run2": {
"id": "PCG2",
"task": "pcgex",
"run": 2
},
"PCGex-run3": {
"id": "PCG3",
"task": "pcgex",
"run": 3
},
"task-rest": {
"id": "rsfmr",
"task": "rest"
}
},
"dwi": {
"DTIset1": {
"id": "DTIap",
"acq": "antpost",
"run": 1
},
"DTIset2": {
"id": "DTIpa",
"acq": "postant",
"run": 2
}
},
"fmap": {
"B0_1": {
"id": "Bzero1",
"run": 1
},
"B0_2": {
"id": "Bzero2",
"run": 2
},
"B0_3": {
"id": "Bzero3",
"run": 3
},
"B0_RS": {
"id": "B0RS"
}
},
"anat": {
"T1": {
"id": "T1mri"
},
"T2": {
"id": "T2str"
}
}
}