system
(system)
October 2, 2020, 10:01pm
1
External Email - Use Caution
To NME community,
I am working on EEG Motor Movement/Imagery Dataset Published: Sept. 9,
2009. Version: 1.0.0 <https://physionet.org/content/eegmmidb/1.0.0/ >.
reading .edf files is okey but the problem is with reading the events.
How can I read the* .edf.event* files?
Looking for your assistance.
Best regards.
Nibras Abo Alzahab,
Biomedical Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201003/e5d6f009/attachment.html
system
(system)
October 3, 2020, 4:29pm
2
system
(system)
October 5, 2020, 5:54am
3
External Email - Use Caution
Hello!
Or you could use MNE-Python's built-in loader for this dataset:
https://mne.tools/stable/generated/mne.datasets.eegbci.load_data.html#mne.datasets.eegbci.load_data
If you really need to use the original data files, note that the EDF files already contain events in annotation channels (accessible by raw.annotations) - you do *not* need to load the .event files because they contain the same events that are already present in the EDF files.
Clemens