-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit_script.m
121 lines (111 loc) · 5.42 KB
/
init_script.m
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
diary 'sourcedata/eeg/sub-s01.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P01_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P01_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P01_f_3.bdf', ...
'sourcedata/eeg/IC_trn_P01_f_4.bdf', ...
'sourcedata/eeg/IC_trn_P01_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P01_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P01_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P01_O_4.bdf'}, ...
'sourcedata/eeg/sub-s01_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s02.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P02_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P02_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P02_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P02_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P02_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P02_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P02_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P02_O_4.bdf'}, ...
'sourcedata/eeg/sub-s02_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s03.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P03_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P03_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P03_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P03_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P03_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P03_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P03_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P03_O_4.bdf'}, ...
'sourcedata/eeg/sub-s03_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s04.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P04_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P04_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P04_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P04_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P04_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P04_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P04_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P04_O_4.bdf'}, ...
'sourcedata/eeg/sub-s04_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s05.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P05_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P05_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P05_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P05_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P05_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P05_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P05_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P05_O_4.bdf'}, ...
'sourcedata/eeg/sub-s05_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s06.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P06_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P06_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P06_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P06_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P06_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P06_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P06_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P06_O_4.bdf'}, ...
'sourcedata/eeg/sub-s06_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s07.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P07_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P07_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P07_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P07_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P07_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P07_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P07_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P07_O_4.bdf'}, ...
'sourcedata/eeg/sub-s07_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s08.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P08_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P08_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P08_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P08_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P08_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P08_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P08_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P08_O_4.bdf'}, ...
'sourcedata/eeg/sub-s08_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s09.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P09_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P09_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P09_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P09_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P09_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P09_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P09_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P09_O_4.bdf'}, ...
'sourcedata/eeg/sub-s09_task-faceFO_eeg.set');
diary 'sourcedata/eeg/sub-s10.log';
%% CHECK FOR OUTPUT PATH AND CRETAE IF NECESSARY
eeg_init({'sourcedata/eeg/IC_trn_P10_F_1.bdf', ...
'sourcedata/eeg/IC_trn_P10_F_2.bdf', ...
'sourcedata/eeg/IC_trn_P10_F_3.bdf', ...
'sourcedata/eeg/IC_trn_P10_F_4.bdf', ...
'sourcedata/eeg/IC_trn_P10_O_1.bdf', ...
'sourcedata/eeg/IC_trn_P10_O_2.bdf', ...
'sourcedata/eeg/IC_trn_P10_O_3.bdf', ...
'sourcedata/eeg/IC_trn_P10_O_4.bdf'}, ...
'sourcedata/eeg/sub-s10_task-faceFO_eeg.set');
disp('Done!');