Hello,
I want to create annotations for an edf file.
I am using mne.Annotations, raw.set_annotations().
In the end, I want to save the edf file with the annotations. However, using the command βraw.save()β, I save it in .fif format.
Is there any way to save it as an edf file?
Thanks!