errors about mne.io.read_raw_cnt()

import mne
data=mne.io.read_raw_cnt(“E:\subject1\subject1\S01.cnt”)
print()

ValueError: not enough values to unpack (expected 2, got 0)
collected

the data from

The function mne.io.read_raw_cnt() supports only Neuroscan .cnt files, but ANT devices also produce files with the .cnt extension (these are two different formats). According to the readme.txt you linked, this dataset uses the ANT format. See also Error reading *.cnt eeg file - #5 by drammock.

It works,thank you very much!

Great! Would you mind sharing how you solved this problem? How did you read the files?

1 Like

please ref :https://blog.csdn.net/qq_26169815/article/details/137560021?spm=1001.2014.3001.5502