Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.47 KB

README.rst

File metadata and controls

34 lines (22 loc) · 1.47 KB

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 [email protected].

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