[Eeglablist] Error using pop_select Error: dataset HC10_o.set is empty but it is not
Angelika Wolman
rwolman at hotmail.de
Wed Jul 26 13:02:33 PDT 2023
Hello,
I want to cut a .set file from the beginning to a specific time point but it says that the file is empyt even though it is not.
I use this code: EEG1 = pop_epoch( EEG,{'boundary'},[0 676],'newname','epochs','epochinfo', 'yes');
Here is the dataset: https://urldefense.com/v3/__https://drive.google.com/drive/folders/1c0m8dd_vxFHBEgqS-UgNBWKMVIngaeJB?usp=sharing__;!!Mih3wA!FrAZk96esWGtciOIjRaD7kWJZMdm3R1pgjzlRW-tRwDEofyPx3fJFYatoYkdlGGQ6Pl1CeBw5VjqktFXsEehdo9W$
This shows up in the command window:
pop_epoch():4 epochs selected
Epoching...
Warning: event 1 out of data boundary
Warning: event 3 out of data boundary
Warning: event 4 out of data boundary
pop_epoch():1 epochs generated
Event resorted by increasing latencies.
pop_epoch(): checking epochs for data discontinuity
Error using pop_select
Error: dataset HC10_o.set is empty
Error in pop_epoch (line 423)
EEG = pop_select(EEG, 'notrial', indexepoch);
Error in deleteBefore1stEvent (line 40)
EEG1 = pop_epoch( EEG,{'boundary'},[0
676],'newname','epochs','epochinfo', 'yes');
I have EEGLAB version 2023.0 and matlab 2022.a
Thank you very much for your help,
Angelika
More information about the eeglablist
mailing list