Data Files
©
2013-2017 SR Research Ltd.
115
In a sorted EDF file or a text ASC file (produced by EDF2ASC) that contains
both samples and events, the STARTSACC event will precede the first sample in
the file that is part of the saccade, and the ENDSACC event will follow the last
sample in the saccade. This allows the sample data in the files to be processed
by saccade or fixation in a single pass. The data contained in STARTSACC and
ENDSACC events may be configured by modifying the DATA.INI file for the
EyeLink tracker. Saccadic events may be eliminated entirely, if only fixation
data is required. By default, STARTSACC events are configured to contain only
the start time of the saccade.
The peak and average velocity data for saccades is especially valuable for neuro-
psychophysical work. These are the absolute velocities measured as the
Euclidean sum of x and y components. The EyeLink 1000 Plus parser computes
velocity by use of a multiple-sample moving filter adjusted for different
sampling rates. This is optimal for detection of small saccades, minimizes the
extension of saccade durations, and preserves saccadic peak velocities.
Other data in the ENDSACC event may be useful for some types of analysis.
The start and end position, and start and end resolution, may be used to
compute saccadic amplitude. This is more easily done by multiplying average
velocity by the saccadic duration:
dist = 1000.0 * (end_time - star 1.0) * avg_velocity;
In general, the saccadic amplitude will be slightly less than the distance
between average position of the preceding and following fixations, as saccades
do not include sub-threshold velocity parts of the eye movement that precede
and follow the rapid phase.
4.5.3.5 Blinks
The STARTBLINK and ENDBLINK events bracket parts of the eye-position data
where the pupil size is very small, or the pupil in the camera image is missing
or severely distorted by eyelid occlusion. Only the time of the start and end of
the blink are recorded.
Blinks are always preceded and followed by partial occlusion of the pupil,
causing artificial changes in pupil position. These are sensed by the EyeLink
1000 Plus parser, and marked as saccades. The sequence of events produced is
always:
•
STARTSACC
•
STARTBLINK
•
ENDBLINK
•
ENDSACC