This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
59 lines (59 loc) · 2.25 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
50
51
52
53
54
55
56
57
58
59
{
"name": "fsl-superbet2",
"label": "FSL: SUPER Brain Extraction Tool (BET2)",
"description": "Modified Brain Extraction Tool 2 (BET2) from FMRIB Software Library (FSL) v5.0 called SuperBET2 deletes non-brain tissue from an image of the whole head. It can also estimate the inner and outer skull surfaces, and outer scalp surface, if you have good quality T1. LICENSING NOTE: FSL software are owned by Oxford University Innovation and license is required for any commercial applications. For commercial licence please contact [email protected]. For academic use, an academic license is required which is available by registering on the FSL website. Any use of the software requires that the user obtain the appropriate license. See https://fsl.fmrib.ox.ac.uk/fsldownloads_registration for more information.\n",
"maintainer": "Flywheel Support <[email protected]>",
"author": "Sina Aslan, Ph.D.",
"url": "https://github.com/flywheel-apps/fsl-superbet2",
"source": "https://github.com/saslan-7/super-bet2",
"license": "Other",
"version": "1.0.0_5.0.7",
"custom": {
"flywheel": {
"suite": "Image Processing",
"classification": {
"species": [
"Human"
],
"organ": [
"Brain"
],
"therapeutic_area": [
"Neurology",
"Psychiatry/Psychology"
],
"modality": [
"MR"
],
"function": [
"Image Processing - Structural"
]
}
},
"gear-builder": {
"category": "analysis",
"image": "flywheel/fsl-superbet2:1.0.0_5.0.7"
}
},
"config": {
"fractional_intensity_threshold": {
"description": "Fractional intensity threshold (0->1); default=0.05; smaller values give larger brain outline estimates. Changing Fractional intensity threshold from its default value of 0.5 will cause the overall segmented brain to become larger (<0.5) or smaller (>0.5). This threshold must lie between 0 and 1.",
"default": 0.05,
"minimum": 0,
"maximum": 1,
"type": "number",
"id": "-f"
}
},
"inputs": {
"nifti": {
"description": "Input T1 NIfTI file for BET algorithm.",
"base": "file",
"type": {
"enum": [
"nifti"
]
}
}
}
}