You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Just to provide clarification on the issue you bring up:
After running pop_artmwppth, a plot will open, allowing you to mark/unmark epochs for rejection. After pressing "Update Markers", the following popup will appear:
Is this the same warning message that you are referring to?
Just to provide clarification on the issue you bring up: After running pop_artmwppth, a plot will open, allowing you to mark/unmark epochs for rejection. After pressing "Update Markers", the following popup will appear:
Is this the same warning message that you are referring to?
David
Yes, a plot will open and allow me to mark/unmark epochs for rejection. That is the warning message. However, that pop-up will appear only when adding marks to epoched data. When trying to remove marked epochs no pop-up will appear and no changes will be made.
I attempted to replicate your issue with my own data, but found that in unmarking epochs, my data was updated as expected. There are two things we might try now:
What version of EEGLAB are you using? The most recent version is v2024.2. If it's not up to date, that might be causing the issue.
You could email me a sample of your data at my [email protected], and I can try to replicate this issue on your data.
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.
*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
The text was updated successfully, but these errors were encountered: