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?
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.