-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
49 lines (49 loc) · 1.37 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
48
49
{
"name": "acpc-anat",
"label": "VISTA Lab: ACPC-ANAT Normalize",
"description": "Normalize anatomical NIfTI with the MNI template or with AC-PC coordinates provided by the user.",
"author": "GLU <[email protected]>",
"maintainer": "GLU <[email protected]>",
"url": "https://github.com/vistalab/acpc-anat",
"source": "https://github.com/vistalab/acpc-anat",
"license": "MIT",
"flywheel": {
"suite": "VISTA Lab"
},
"version": "1.0.3",
"custom": {
"docker-image": "vistalab/acpc-anat:1.0.3"
},
"config": {
"userProvidedAcpc": {
"default": false,
"type": "boolean",
"description": "Use AC-PC coordinates provided by the user in the fields here (true/false, default=false)"
},
"AC": {
"default": "128, 140, 60",
"type": "string",
"description": "Anterior Commissure coordinates (DEFAULT='[128, 140, 60]')."
},
"PC": {
"default": "128, 110, 60",
"type": "string",
"description": "Posterior Commissure coordinates (DEFAULT='[128, 110, 60]')'."
},
"MS": {
"default": "128, 135, 85",
"type": "string",
"description": "Mid Sagittal coordinates (DEFAULT='[128, 135, 85]')'."
}
},
"inputs": {
"anatomical": {
"base": "file",
"description": "Anatomical T1w NIfTI file.",
"type": {
"enum": [
"nifti"
]
}
}
}