-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
40 lines (40 loc) · 1.32 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
{
"name": "qa-dtiprep",
"label": "DTIPREP: DWI Quality Assurance Report",
"description": "DTIPrep performs a Study-specific Protocol based automatic pipeline for DWI/DTI quality control and preparation. This is both a GUI and command line tool. The configurable pipeline includes image/diffusion information check, padding/Cropping of data, slice-wise, interlace-wise and gradient-wise intensity and motion check, head motion and Eddy current artifact correction, and DTI computing. Version 1.2.4",
"maintainer": "Michael Perry <[email protected]>",
"author": "DTIPrep (Francois Budin <[email protected]>)",
"url": "https://www.nitrc.org/projects/dtiprep",
"source": "https://github.com/scitran-apps/qa-dtiprep",
"license": "Apache-2.0",
"flywheel": "0",
"version": "0.0.2",
"config": {
},
"inputs": {
"nifti": {
"base": "file",
"type": {
"enum": [
"nifti"
]
}
},
"bvec": {
"base": "file",
"type": {
"enum": [
"bvec"
]
}
},
"bval": {
"base": "file",
"type": {
"enum": [
"bval"
]
}
}
}
}