[Eeglablist] Is there a way to quickly get rid of unwanted markers (e.g., boundary eyeblink, etc.) in continuous eeg?

Cedric Cannard ccannard at protonmail.com
Mon Sep 22 14:33:14 PDT 2025


Hi David,

Assuming your EEGLAB dataset contains these events ('boundary' and 'eyeblink'), you can remove them like this:

EEG = pop_selectevent(EEG, 'type', {'boundary','eyeblink'}, 'deleteevents', 'on');
EEG = eeg_checkset(EEG, 'eventconsistency');
EEG = eeg_checkset(EEG, 'makeur');

If this is a RELAX-specific issue, please submit an error on their page: https://urldefense.com/v3/__https://github.com/NeilwBailey/RELAX/issues__;!!Mih3wA!AODsMnPxLU_jtfj4sy1QBPGk50-nb8A0X1Xyhazhui1_uzr7zhI_g7yU6sLvt8QiAxlNSbouESf9ai1tlHiPw-Nmpw$ 


Cedric



On Monday, September 22nd, 2025 at 2:25 PM, Gilbert, David G via eeglablist <eeglablist at sccn.ucsd.edu> wrote:

> Is there a way to quickly get rid of unwanted markers (e.g., boundary eyeblink, etc.) in continuous eeg .set files?
> Thanks for any help. I find that RELAX works very well except for this output issue.
> David Gilbert
> [cid:39c8e7c1-9f94-42ae-b322-33ede447be78]
> 
> _______________________________________________
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu or visit https://sccn.ucsd.edu/mailman/listinfo/eeglablist .


More information about the eeglablist mailing list