-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 911 Bytes
/
settings.json
File metadata and controls
41 lines (41 loc) · 911 Bytes
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
[
{
"type": "heading",
"content": "Range of intensities (histogram)"
},
{
"type": "info",
"content": "The following values determine the range of intensities for which the histogram has to be computed."
},
{
"type": "container",
"id": "input",
"title": "T1 weighted image",
"file_filter": "c_T1<'T1', [], ''>",
"in_filter": [
"mri_brain_data"
],
"out_filter": [],
"anchor": 1,
"mandatory": 1,
"batch": 1
},
{
"type": "decimal",
"title": "From",
"id":"hist_start",
"mandatory":1,
"default":50.0,
"min":20.0,
"max":200.0
},
{
"type": "decimal",
"title": "To",
"id":"hist_end",
"mandatory":1,
"default":400.0,
"min":250.0,
"max":500.0
}
]