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?