[Eeglablist] Problem with EEG.history

Zahra Rezazadeh zahra.rezazadeh at uni-wuerzburg.de
Mon Nov 4 05:38:55 PST 2019


Dear EEGLAB people,
I am trying to create a script based on the processing that I perform on one single .dat file (EEG data recorded using BCI2000), so that I can apply it on all my participants at once. My problem is that, when obtaining EEG.history, I do not get back the command line regarding "loading my data".

Here's an example of what I get back when prompting EEG.history after a full processing of my EEG to calculate ERP:


EEG.etc.eeglabvers = '14.1.1'; % this tracks which version of EEGLAB is being used, you may ignore it
EEG = eeg_checkset( EEG );
EEG=pop_chanedit(EEG, 'lookup','C:\\Users\\Zahra\\Documents\\MATLAB\\EEGLab\\plugins\\dipfit2.3\\standard_BESA\\standard-10-5-cap385.elp');
EEG = eeg_checkset( EEG );
EEG  = pop_creabasiceventlist( EEG , 'AlphanumericCleaning', 'on', 'BoundaryNumeric', { -99 }, 'BoundaryString', { 'boundary' }, 'Eventlist', 'C:\Users\Zahra\Documents\MATLAB\1.txt' ); % GUI: 18-Oct-2019 10:59:44
EEG = eeg_checkset( EEG );
EEG = eeg_checkset( EEG );
EEG  = pop_binlister( EEG , 'BDF', 'C:\Users\Zahra\Documents\BDF.txt', 'ImportEL', 'C:\Users\Zahra\Documents\MATLAB\1.txt', 'IndexEL',  1, 'SendEL2', 'EEG', 'Voutput', 'EEG' ); % GUI: 18-Oct-2019 11:00:02
EEG = eeg_checkset( EEG );
EEG = pop_epochbin( EEG , [-200.0  800.0],  'pre'); % GUI: 18-Oct-2019 11:01:02
EEG = eeg_checkset( EEG );
EEG  = pop_artmwppth( EEG , 'Channel',  1:12, 'Flag',  1, 'Threshold',  100, 'Twindow', [ -101.6 394.5], 'Windowsize',  200, 'Windowstep',  100 ); % GUI: 18-Oct-2019 11:02:11
EEG = eeg_checkset( EEG );



Is there a problem with my EEGLAB or do we normally have to add the code line about loading the data ourselves?
What should that code line be?

Thanks in advance for your support.
Bests,
Zahra




More information about the eeglablist mailing list