Welcome to Abra Eyetracking

Abra Eyetracking is an open source package for visualizing and analyzing eyetracking data. This package can used as anything general as extracting important information such as pupil size, eye movement, and event related markers or messsages. Data extraction can be specialized to how the user marked their start and end messages.
Visualization of the data can be performed in two ways. The first is using python or Jupyter notebook to create plots. Methods in the Data object can create Session object that has a list of Trials or Epoch object that create a list of time locked epochs for each trial. The Session or Epoch object can allow for visualization of pupil size, movement, fixation points, etc.



A tutorial is available to show the basic function of the package


To visit the GitHub Repository visit abra-eyetracking