#include "Psycho/EyeLinkAscParser.H"
#include "Util/Timer.H"
#include "Raster/Raster.H"
#include <cstdio>
#include <math.h>
Go to the source code of this file.
Defines | |
#define | trialLength 15.0 |
#define | frameRate 30.0 |
#define | D_WIDTH 1024.0 |
#define | D_HEIGHT 768.0 |
#define | IM_WIDTH 640 |
#define | IM_HEIGHT 480 |
#define | CREATE_EYE_S false |
EyeLink eye-tracker parses the .asc eyetracking file. Usually this comes from the *.edf file that the eyetracker produces, then processed by EDF2ASC executable.
Definition in file EyeLinkAscParser.C.