How to open .EEG file

Hello MNE community,

I'm rather new to this library/Python and I'm having some trouble
trying to read a data file, I've tried consulting the data I/O
examples and tutorials but I could not find anything related to that.
After some searching I did find a function that apparently read .EEG
files but I'm not sure how to use it (As I said earlier, I'm pretty
new to this).

I've tried using raw = mne.io.read_raw_ctf(data_path), because the
function that reads .EEG files is in the crt folder.

Thank you very much

What system / program did the `.eeg` file come from?

Eric

I'm using a Neurofax EEG-1200

I've "worked around" the problem exporting the data in .edf format.

Citando Eric Larson <larson.eric.d at gmail.com>: