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_epochs, n_channels)

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.

__init__(bad_epochs, labels, ch_names)[source]

Methods

__init__(bad_epochs, labels, ch_names)

plot([orientation, show_names, show, ax])

Plot an image of good, bad and interpolated channels for each epoch.

plot_epochs(epochs[, scalings, title])

Plot interpolated and dropped epochs.

Fork me on GitHub