borsar.utils.get_dropped_epochs

borsar.utils.get_dropped_epochs(epochs)[source]

Get indices of dropped epochs from epochs.drop_log.

Parameters:
epochs : mne Epochs instance

Epochs to get dropped indices from.

Returns:
dropped_epochs : 1d numpy array

Array containing indices of dropped epochs.