[Mne_analysis] importing biosemi .bdf file to mne-python

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Thu Jan 9 15:18:43 EST 2014
Search archives:

hi Mauricio,

> a really noobie question: how can I import my EEG raw file in .bdf format to
> mne-python? Is there a simple way to do it?

something like this should work

from mne.fiff.edf import read_raw_edf
raw = read_raw_edf('file.bdf')

have a look at:

https://github.com/mne-tools/mne-python/blob/master/mne/fiff/edf/edf.py#L563

for the doc of the function

If you have any problem, you can open an issue at:

https://github.com/mne-tools/mne-python/issues

HTH

Best,
Alex



More information about the Mne_analysis mailing list