Skip to content

Basic Julia interface to SR research Eyelink offline SDK

Notifications You must be signed in to change notification settings

grero/Eyelink.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eyelink

Build Status Coverage Status

Introduction

Open up an EDF file, loading both events and continuos data:

eyelinkdata = Eyelink.load("w7_10_2.edf")

Since an EDF file contains a lot of data, and one might not be interested in all that data for every analysis, there are convenience functions for getting certain types of data. For instance, to get just the calibrated gaze positions, one can do the following

gazex, gazey, gtime = Eyelink.getgazepos("w7_10_2.edf")

About

Basic Julia interface to SR research Eyelink offline SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages