autoreject.RejectLog

class autoreject.RejectLog(bad_epochs, labels, ch_names)[source]

The Rejection Log.

Parameters
bad_epochsarray-like, shape (n_epochs,)

The boolean array with entries True for epochs that are marked as bad.

labelsarray, shape (n_channels, n_epochs)

It contains integers that encode if a channel in a given epoch is good (value 0), bad (1), or bad and interpolated (2).

ch_nameslist of str

The list of channels corresponding to the rows of the labels.

Methods

plot(self[, orientation, show])

Plot.

plot_epochs(self, epochs[, scalings, title])

Plot interpolated and dropped epochs.

__init__(self, bad_epochs, labels, ch_names)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(self, bad_epochs, labels, ch_names)

Initialize self.

plot(self[, orientation, show])

Plot.

plot_epochs(self, epochs[, scalings, title])

Plot interpolated and dropped epochs.

Fork me on GitHub