Unable to read curry file using read_raw_curry

External Email - Use Caution

Hi,

I am facing the following error while trying to read a curry file. The
filename argument of /read_raw_curry/ is passed without any extension.
The directory of files contains /.ceo, .dap, .dat /and /.rs3 /files with
the same name. I have been using MATLAB to read the files till now. I am
new to MNE-python, therefore please consider this a novice level question.

The error is shown below.

Regards

Abhi

    data_path = '/media/abhijith/CE87-7A9F/EEG-256-AAD-Raw/S23/'
    file_name = 'S23_AAD_1L'
    fullfile = data_path+file_name
    S23_1L_raw = mne.io.read_raw_curry(fullfile)

External Email - Use Caution

hi,

please open an issue on github and share with us a file so we can replicate
and investigate

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

Alex