-
Notifications
You must be signed in to change notification settings - Fork 25
/
settings.json
84 lines (84 loc) · 2.12 KB
/
settings.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"public": {
"startup_json":"https://s3-us-west-2.amazonaws.com/akeshavan-mindcontrol/mindcontrol_freesurfer/mindcontrol_startup_data.json",
"load_if_empty": true,
"modules": [
{"name": "Exams",
"entry_type": "demographic",
"fields": [
{"function_name": "get_filter_field",
"id": "msid",
"name": "msid"
},
{"function_name": "get_filter_field",
"id": "subject_id",
"name": "Exam ID"
},
{"function_name": "get_filter_field",
"id": "Study Tag",
"name": "Study Tag"
},
{"function_name": "get_filter_field",
"id": "DCM_InstitutionName",
"name": "Site"
},
{"function_name": "get_filter_field",
"id": "metrics.DCM_InstitutionName",
"name": "Date"
}
],
"graph_type":"datehist",
"showgraph": true},
{
"name": "Freesurfer",
"entry_type": "freesurfer",
"fields": [
{
"function_name": "get_filter_field",
"id": "subject_id",
"name": "Exam ID"
},
{
"function_name": "get_qc_viewer",
"id": "name",
"name": "Freesurfer ID"
},
{
"function_name": "get_qc_filter_field",
"id": "quality_check.QC",
"name": "QC"
},
{
"function_name": "get_filter_field",
"id": "checkedBy",
"name": "checked by"
},
{
"function_name": "get_filter_field",
"id": "quality_check.user_assign",
"name": "Assigned To"
},
{
"function_name": null,
"id": "quality_check.notes_QC",
"name": "Notes"
}
],
"graph_type": "histogram",
"colormaps": {
"0":{"name": "Grayscale",
"alpha": 1,
"min": 0,
"max": 255
},
"1": {
"name": "custom.Freesurfer",
"alpha": 0.5
}
},
"staticURL": "",
"usePeerJS": true
}
]
}
}