Skip to content

cpp-lln-lab/eye-tracking_cookbook

Repository files navigation

Eye-tracking resources (or: How I learned to stop worrying and love the Eye-Tracker)

This repo will help to understand how to set your experiment with the Eye-Tracker (for the moment Eye-Link 1000) and analyze the output in a thoughtful way. Its main goal is to gather together information/guides/links/codes/etc. .

TO DO

  • extracting the function used by fieldtrip to convert the ascii output from the eyelink into a tsv file.

Connect with the Eye Tracker computer

Setting up your experiment

PTB Eye-Tracker implementation

  • cpp-lln-lab/CPP_PTB (what else!)

  • see also:

    • Cornelissen, F. W., Peters, E. M., & Palmer, J. (2002). The Eyelink Toolbox: eye tracking with MATLAB and the Psychophysics Toolbox. Behavior Research Methods, Instruments, & Computers, 34(4), 613-617. Web Version

EyeLink Manuals

  • Eyelink1000_usermanual.pdf

Output conversion

edf to ASCI

  • edf2asc.exe executable that converts the eye-tracker output from edf to ASCII format readable by MATLAB/R/Python, otherwise you will need DataViewer and its license key. It recquires windows OS.

  • edf2ascALL.m script to apply edf2asc.exe to your edf files, as they come from the eye tracker. It recquires windows OS.

  • examples of .edf files and its converted version to .asc

    • eye_ExpIDMTlocUL_RunID1_SubIDRoBo.edf
    • eye_ExpIDMTlocUL_RunID1_SubIDRoBo.asc

BIDS format

Analyze your data

DataViewer

  • Eyelink_DataViewer.pdf

Open source packages

Researcher Contributed Eye Tracking Tools

MATLAB

Python

R

other

About

No description or website provided.

Topics

Resources

Code of conduct

Stars

Watchers

Forks