Skip to content

pop_artmwppth/eegplot fails to update marker removal on review #203

@mjowens

Description

@mjowens

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.

  1. using the legacy eegplot
  2. running EEG = eegcheckset( EEG) after pop_artmwppth
  3. running eeglab redraw pop_artmwppth, and either: saving over previous set and creating a new one
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions