I am using read_raw_eyelink() to import an .asc file:
raw = read_raw_eyelink(fname)
But I get the following error when running this line:
--> 125 if tokens[0][0].isnumeric(): # Samples
ref='~/anaconda3/envs/mne/lib/python3.12/site-packages/mne/io/eyelink/_utils.py:1'>1</a>;32m
126 data_dict["sample_lines"].append(tokens)
127 elif tokens[0] in data_dict["event_lines"].keys():
IndexError: list index out of range
Here’s my system info:
MNE version: 1.6.0.dev175+gf02e5576d
operating system: macOS-12.6
Python: 3.12.0
The eye-tracking file itself is fine as it could be imported using RStudio.
@Lizzie are you comfortable with using git to install the development version of MNE-Python (assuming you aren’t already using the development version)?