Bad epochs

External Email - Use Caution

Hi!
When creating epochs, MNE sometimes drops epochs as 'bad' by default. Is
there any way to avoid this, keeping all epochs, even the ones that MNE
considers too noisy?

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20181207/2202dc00/attachment.html

External Email - Use Caution

Hi!

Yes, it depends on which function you use, but usually there is a reject_by_annotation parameter that you should set to False.

Clemens

External Email - Use Caution

In addition to the reject_by_annotation argument mentioned by Clemens, the
Epochs() constructor also has a reject=None argument that will disable the
automatic rejection of epochs based on signal peak-to-peak amplitude.