-
Notifications
You must be signed in to change notification settings - Fork 3
/
testing_settings.json
96 lines (96 loc) · 1.63 KB
/
testing_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
85
86
87
88
89
90
91
92
93
94
95
96
{
"global_parameters": {
"boundary_marker": "boundary",
"ekg_channels": [
"E125",
"E126",
"E127",
"E128"
],
"channel_locations": "/panfs/roc/groups/8/faird/shared/data/TOTS_UMD_collab/code/cdl-eeg-processing/MADE-EEG-preprocessing-pipeline/eeglab2021.0/sample_locs/GSN129.sfp",
"down_sample": 0,
"sampling_rate": 250,
"delete_outerlayer": 1,
"outerlayer_channel": [
"E17",
"E38",
"E43",
"E44",
"E48",
"E49",
"E113",
"E114",
"E119",
"E120",
"E121",
"E56",
"E63",
"E68",
"E73",
"E81",
"E88",
"E94",
"E99",
"E107"
],
"highpass": 0.3,
"lowpass": 40,
"remove_baseline": 1,
"baseline_window": [
-100,
0
],
"voltthres_rejection": 1,
"volt_threshold": [
-125,
125
],
"interp_epoch": 1,
"frontal_channels": [
"E1",
"E8",
"E14",
"E21",
"E25",
"E32",
"E17"
],
"interp_channels": 1,
"rerefer_data": 1,
"reref": [],
"output_format": 1
},
"rest": {
"make_dummy_events": true,
"pre_latency": 0.5,
"post_latency": 1,
"num_dummy_events": 180,
"dummy_event_spacing": 1,
"marker_names": [
"bas+"
]
},
"VEP": {
"pre_latency": 0.5,
"post_latency": 1,
"marker_names": [
"ch1+",
"ch2+"
]
},
"MMN": {
"pre_latency": 0.5,
"post_latency": 1,
"marker_names": [
"stms",
"stms"
]
},
"face": {
"pre_latency": 0.5,
"post_latency": 1,
"marker_names": [
"fix+"
]
}
}