When using epochs.plot() to display epochs, e.g. to manually identify bad ones, the epoch numbers displayed on the plot start with 1, not 0, while epochs.drop() expects counts to start from 0.
[I am aware that one can use the interactive plot + annotations to manually reject epochs, but still think it would avoid confusion if the counters match.]
When using
epochs.plot()to display epochs, e.g. to manually identify bad ones, the epoch numbers displayed on the plot start with 1, not 0,while epochs.drop()expects counts to start from 0.[I am aware that one can use the interactive plot + annotations to manually reject epochs, but still think it would avoid confusion if the counters match.]