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
Currently, prep02 rejects all epochs flagged as artefactual. Alternatively, trials that have a single channel flagged as bad could be kept and that channel be interpolated. This could easily be implemented via a simple setdiff in line 313. The downside would be that noisy trials with an additionally marked channel would be kept as well.
The text was updated successfully, but these errors were encountered:
In addition, I expect that the whole script needs to be heavily modified once eeg_browser replaces eegplot. So we might want to postpone this decision until then.
- was lacking info about interpolated channels (since refactoring)
- deactivated the redundant selective channel interpolation (see #22)
- warn users about clicking "update marks" when using eegplot
Currently, prep02 rejects all epochs flagged as artefactual. Alternatively, trials that have a single channel flagged as bad could be kept and that channel be interpolated. This could easily be implemented via a simple
setdiff
in line 313. The downside would be that noisy trials with an additionally marked channel would be kept as well.The text was updated successfully, but these errors were encountered: