Epochs rejection

I canā€™t reject epochs based on peak-to-peak amplitude by using function mne.Epochs because Iā€™m using mne.make_fixed_length_epochs function. In this function, it doesnā€™t have rejection by parameters.

The reason why we use mne.make_fixed_length_epochs is in our dataset donā€™t have ā€˜eventsā€™.
So, how I can solve this problem?

Thank you :smile:

Hello, you can use epochs.drop_bad().

Best wishes,
Richard

Can this function operate in real-time signal processing?

Thank you

I donā€™t understand that question ā€¦ For real-time processing, you should use MNE-Realtime, whose RtEpochs readily support a reject parameter.