-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.json
41 lines (41 loc) · 1.14 KB
/
template.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
{
"data_quality": {
"anchor": "(.*_eeg)(.set)",
"extension": "_dataqual.json",
"fields": [
{
"title": "Percentage of good data",
"field": "goodDataPercent"
},
{
"title": "Number of good channels",
"field": "nGoodChans"
},
{
"title": "Percentage of good channels",
"field": "goodChansPercent"
}
]
},
"visualization": {
"anchor": "(.*_eeg)(.set)",
"plots": [
{
"title": "Sample scalp channel data (mid 2 seconds)",
"extension": "_eegplot_mid-sample.svg"
},
{
"title": "Scalp channel log spectra",
"extension": "_spectopo.svg"
},
{
"title": "Independent component activation map",
"extension": "_icamaps.svg"
},
{
"title": "Sample independent component activation plot",
"extension": "_icact.svg"
}
]
}
}