I used the mne.make_fixed_length_epochs function to generate epochs of concatenated raw data. I applied the MNE FASTER algorithm but had some artifacts even after adjusting the epoch lengths. I was considering converting the result I had and then make a new epoch and then repeat the process.
Autoreject method seem better for the epoch data dropping much epochs so someone suggested that I could apply it on the raw data to compare the results. it raised error when I tried stating Autoreject can only be applied to mne epoch object. I asked to get a confirmation. Thank you for replying.
I have more data to clean, I would also appreciate any thought on efficient method to apply.
Note, this is my thesis data I am trying to clean before further analysis.