-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
43 lines (31 loc) · 977 Bytes
/
config.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
{
"datatype" : "bdf",
"comment_datatype" : "bdf, edf or mat",
"eeg_path" : "D:/__EEG-data/BIDS_files",
"eeg_filename" : "task-semantic-priming_eeg",
"output_path" : null,
"event" : null,
"comment_event" : "replace 'null' by the path of your event file if needed",
"trial_function" : "SenSem_trialfun_trial",
"comment_trial_function": "replace with the desired trial function (cf. FieldTrip doc)",
"eventtype" : "STATUS",
"trialdef_eventvalue" : [10, 11, 12],
"prestim" : 0.5,
"poststim" : 1,
"save_choice" : false,
"check_steps" : true,
"timelock_analysis" : true,
"check_timelock" : true,
"fs" : 2048,
"fs_down" : 512,
"line_frequency" : 50,
"target_conditions" : [1,8],
"lowpass_freq" : 200,
"zapline_ncomponent" : 3,
"eemd_ensemble_number" : 100,
"eemd_noise_level" : 0.2,
"eemd_mode_number" : -1,
"eemd_treshold" : 0.9,
"cca_threshold" : 0.5,
"cca_time_lag" : 1
}