I’m working with concatenated EEG data using mne.concatenate_raws and have created annotations marking the start and end of each segment. After downsampling the data due to high sampling frequency (which was affecting the ICA analysis performance), I noticed that my annotations were lost/incorrect.
Is there a way to preserve the annotations when downsampling the data? Any suggestions or best practices for handling this would be greatly appreciated!