autoreject.
RejectLog
(bad_epochs, labels, ch_names)[source]¶The Rejection Log.
The boolean array with entries True for epochs that are marked as bad.
It contains integers that encode if a channel in a given epoch is good (value 0), bad (1), or bad and interpolated (2).
The list of channels corresponding to the rows of the labels.
Methods
|
Plot. |
|
Plot interpolated and dropped epochs. |
__init__
(self, bad_epochs, labels, ch_names)[source]¶Initialize self. See help(type(self)) for accurate signature.
Methods
|
Initialize self. |
|
Plot. |
|
Plot interpolated and dropped epochs. |