Skip to content

1. About

Jonathan van Leeuwen edited this page Oct 25, 2018 · 4 revisions

What...

The EyeParser and plotter are two GUIs that can be used to parse and plot eyelink 1000 data.

The GUIs make it easy to parse and analyze eyelink 1000 data. It does not analyze the data, it merely facilitates data analysis by extracting the relevant data from the .asc file which can be created using the eyelink edf2asc program.

It was written using the Anaconda Python 2.7 distribution. This distribution has all the dependencies pre-installed. Both the parser and the plotter are written using pyQT5.

Who...

This code if for anyone who wants to analyze eyelink 1000 data. It returns data frames for easy analysis. It can deal with a variety of differently logged data, but works the best if the data has been logged in a specific way. The method for logging the data is explained on page 2. Logging data.

By... Jonathan van Leeuwen

Eyeparser is written and maintained by me, Jonathan van Leeuwen. I am a Ph.D. student at the Faculty of Behavioural and Movement Sciences at the Vrije Universiteit van Amsterdam. My research is primarily focused on rapid visual updating during eye-movements.

Clone this wiki locally