Skip to content

Discrepancy between average error calculation from calibration #27

@gabrielblancogomez

Description

@gabrielblancogomez

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

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions