eeglab icon indicating copy to clipboard operation
eeglab copied to clipboard

I CAN'T IMPORT EVENT FROM MY EDF FILE (biosig toolbox)

Open Lucreziadimarino opened this issue 1 year ago • 0 comments

          > You do not need mexsload to load EDF events. You can use other options when calling the biosig function. For example, try importing with annotation off.
EEG = pop_biosig('file.edf', 'importannot', 'off');
[ALLEEG EEG CURRENTSET] = eeg_store(ALLEEG, EEG);
eeglab redraw

Thank you so much for your answer! Still no luck while importing events after I uncheck the annotations option. After I imported the file with no events I use the "Import event info" from the menu, but more than 300k of events are imported after a long time.

When I try other import plugins like import_edf the events are imported normally but I get an error that says there is another edfread function and I need to remove it from the path.

Sorry if the question is too basic, but these are my first steps with EEGLab.

Captura de pantalla 2024-05-04 a la(s) 3 32 36 p  m

Originally posted by @lopezchau in https://github.com/sccn/eeglab/issues/657#issuecomment-2094372628

Lucreziadimarino avatar Oct 20 '24 19:10 Lucreziadimarino