edf.event reading

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

External Email - Use Caution

have a look at
http://moabb.neurotechx.com/docs/generated/moabb.datasets.PhysionetMI.html

HTH
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20201003/29eeec50/attachment.html

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