Skip to content

risoms/mdl-eyetracking

Repository files navigation

mdl-eyetracking: Bindings for Eyelink and Python.


mdl-eyetracking provides a high-level interface for eyetracking research in Python. This package was created at the Institute for Mental Health Research, at the University of Texas at Austin by Semeon Risom.

Documentation

Online documentation is available here.

The docs include a installation guide, example, API reference, and other useful information.

Dependencies

mdl-eyetracking supports Python 3.3+.

Installation requires numpy, scipy, rpy2, pandas, and matplotlib. Some functions will optionally use statsmodels if it is installed.

Installation

The latest stable release (and older versions) can be installed from PyPI:

pip install mdl-eyetracking

Alternatively, you can install the development version directly from github:

pip install git+https://github.com/risoms/mdl-eyetracking.git

Another option would be to to clone the github repository and install from your local copy:

pip install git+https://github.com/risoms/mdl-eyetracking.git