Skip to content
/ NivLink Public

Niv Lab tools for preprocessing eye-tracking data.

License

Notifications You must be signed in to change notification settings

nivlab/NivLink

Repository files navigation

https://travis-ci.org/nivlab/NivLink.svg?branch=master https://readthedocs.org/projects/nivlink/badge/?version=latest

NivLink

NivLink is an open-source Python package developed in the Niv Lab to preprocess EyeLink eyetracking data.

Documentation

The documentation is available at nivlink.readthedocs.io.

Please see the demos folder for sample use cases.

Installing NivLink

To install NivLink from Github, you can use pip in a terminal:

pip install git+https://github.com/nivlab/nivlink.git

Dependencies

The minimum required dependencies to run NivLink are:

  • NumPy
  • SciPy
  • Pandas
  • Optional: Matplotlib

Note: NivLink has not been thoroughly tested under varying package versions.