reading a gdf file

External Email - Use Caution

Dear sir

   - I am trying to read a gdf file using mne.io.read_raw_gdf but it am
   getting an error message AttributeError: module 'mne.io' has no
   attribute 'read_raw_gdf'.
   - I have tried mne.io.read_raw_edf to read a gdf file and it worked.
   When I plotted using plot() function, the plot doesn't seem like a eeg
   signal

Can you please help me to read gdf file?

Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190311/c5f1e9f4/attachment.html

External Email - Use Caution

Hello!

In MNE 0.17.2 or earlier, you need to use mne.io.read_raw_edf to read GDF files. Note that starting with the next MNE version 0.18, we have added mne.io.read_raw_gdf, so be sure to change your code when you update.

Which file are you trying to read? Can you share this file so I can have a look? What do you mean by saying that the signal doesn't look like EEG?

Clemens