-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
47 lines (47 loc) · 1.29 KB
/
manifest.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
{
"name": "functional-preprocessing",
"label": "fMRI data preprocessing Pipeline",
"description": "fMRI data preprocessing pipeline, See: mricenter/functional-preprocessing",
"maintainer": "Long Qian <[email protected]>",
"author": "Center for MRI research in Peking University",
"url": "https://github.com/mricenter/functional-preprocessing",
"source": "https://github.com/mricenter/functional-preprocessing",
"license": "GPL-2.0",
"flywheel": "0",
"version": "0.1",
"inputs": {
"structural": {
"base": "file",
"type": {
"enum": [
"nifti"
]
}
},
"functional": {
"base": "file",
"type": {
"enum": [
"nifti"
]
}
}
},
"config": {
"TR": {
"description": "This flag will confirm the TR parameters",
"default": 2,
"type": "integer"
},
"MIDSLICE": {
"description": "middle slice number",
"default": 33,
"type": "integer"
},
"ACQ": {
"description": "scan direction",
"default": "altplus",
"type": "string"
}
}
}