-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
This is a feature request.
Current options for a visual scrolling window of continuous data include:
eegplot()
pop_eegplot()
The first function makes it possible to plot pre- and post-ICA component rejection, which is very handy for spot-checking data. However, because this function takes in an array and not the EEG structure itself, it does not have access to event information. The second function, on the other hand, allows one to toggle on event information, but only for pre- or post-rejection data, not both simultaneously.
In short: it would be super useful to either add a way to feed event data to eegplot()
and/or compare pre- and post-rejection traces using pop_eegplot()
. (But if I have overlooked an alternative option, please educate me!)
Metadata
Metadata
Assignees
Labels
No labels