I have annotated an EEG signal and would like to export it to edf+ format. I have searched the latest development version and used the export method on my raw instance as follows:
raw.export(eeg.fname.split(".")[0]+".edf")
but when I re-read it from the disk the annotations have been set to wrong positions at the start of the recording.
Is it because there is problem in exporting the data in edf+ format?
I would appreciate it if someone could help me fix this issue.