-
Notifications
You must be signed in to change notification settings - Fork 12
Description
I was trying to obtain calibration data from participants to drop those with really bad calibration and realized there a discrepancy between calibration data extracted using:
- MNE-Python: Reading from ASC files using
read_eyelink_calibration() - eyelinkio: Reading from EDF files using
read_edf().to_mne()
The calibration quality metrics (average error) differ significantly between the two methods, even when reading data from the same recording session. This affects participant exclusion decisions and data quality assessment.
Expected behavior: Both methods should return identical calibration metrics since they're reading from the same eye-tracking session.
Observed behavior: The two methods return different values, leading to inconsistent data quality assessments.
The offsets seems to be the same.
I added here two photos. One from an example participants and another plot which graphs the difference between each function
