Library for analyzing eye-tracking-while-reading data


Keywords
eyetracking, eye-tracking, da1, psycholinguistics, linguistics, psychology, eyetrack
License
MIT
Install
pip install sideeye==1.0.0a6

Documentation

SideEye

Build Status Documentation Status

SideEye is still in beta! New features are in development, but if you find any bugs or have suggestions, Open a GitHub issue or email sideeye@amnda.me.

SideEye is a Python package for processing eye tracking data that interfaces with EyeTrack and Experiment Builder.

It is meant to parse eye-tracking-while-reading data and calculate useful experimental measures. Currently, SideEye can only parse the .DA1 file format and some .ASC formats, but other formats will be added later. The goal is to parse all eye-tracking-while-reading data into a common format, and provide a consistent and accurate method for processing the data.

Documentation (currently incomplete, but more detail than provided here) can be found at sideeye.readthedocs.io.

Refer to examples/sample.py for an up-to-date sample script.

Installation

SideEye requires Python >= 3.6.

pip install sideeye