External Email - Use Caution
Hi MNE people!
I have a byte decoding error (UnicodeDecodeError) during the import of a ".cnt" EEG file.
Do you know how to fix it?
Thanks !
Jacques Pesnot Lerousseau.
File for reproduction of the error:
https://drive.google.com/drive/folders/1HS3576_KgPDuUXvVH_mXWivl8914rbgU?usp=sharing
Script:
import mne
fname = '20200824_1524.cnt'
raw = mne.io.read_raw_cnt(fname)
Error: