Hi,
I’m currently using events_from_annot, event_dict = mne.events_from_annotations(raw)
as part of my epoching process, and have managed to get outputs following preprocessing.
However, the epoch order does not match the order in which the experiment ran. For example, if events ran A, B, C, and D during data collection, the print(events_from_annot[:5])
gives me an order of C, B, A, D. Any reason why this is the case?
Thank you.
Cheers,
Thapa