-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
After running pop_artmwppth* any epoch with an artifact cannot be removed after it calls pop_eegplot for review. Typically, in the eegplot clicking "update markers" will result in a pop message that warns you about marking epochs when removing or adding epochs. Now it only shows the warning message when adding epochs and will not register (or allow) any change to remove highlighted epochs.
In addition to using the gui have tried to the following.
- using the legacy eegplot
- running EEG = eegcheckset( EEG) after pop_artmwppth
- running eeglab redraw pop_artmwppth, and either: saving over previous set and creating a new one
- adjusting the flag codes
*I have observed this issue using in-line code (below) and the GUI interface.
EEG = pop_artmwppth( EEG , 'Channel', [1:29], 'Flag', [1 8], 'Review', 'on', 'Threshold', 100, 'Windowsize', 200, 'Windowstep', 100 );
Versions
MATLAB R2024a
ERPLAB 11.03
Metadata
Metadata
Assignees
Labels
No labels