Description Usage Format Details Source References Examples
This data set contains three examples of subjects following objects in videos while their eye movements were recorded. Each recorded sample was annotated by two human coders and classified by 10 different algorithms (IDT and IDTk are two versions of the same algorithm) into up to six different eye movement events.
1 | data("video")
|
A data frame with 10889 observations on the following 19 variables.
subject
A numeric vector indicating the number of the subject.
t
A numeric vector containing the timestamp.
h_pupil
A numeric vector with the horizontal pupil dilation.
v_pupil
A numeric vector with the vertical pupil dilation.
x
A numeric vector containing the gaze position on the x-dimension.
y
A numeric vector containing the gaze position on the y-dimension.
coderMN
A numeric vector indicating the eye movement event annotated by the first human coder.
coderRA
A numeric vector indicating the eye movement event annotated by the second human coder.
CDT
A numeric vector indicating the eye movement event classified by the CDT (only fixations) algorithm.
EK
A numeric vector indicating the eye movement event classified by the EK (only saccades) algorithm.
IDT
A numeric vector indicating the eye movement event classified by the IDT (only fixations) algorithm.
IDTk
A numeric vector indicating the eye movement event classified by the IDTk (fixations and saccades) algorithm.
IKF
A numeric vector indicating the eye movement event classified by the IKF (fixations and saccades) algorithm.
IMST
A numeric vector indicating the eye movement event classified by the IMST (fixations and saccades) algorithm.
IHMM
A numeric vector indicating the eye movement event classified by the IHMM (fixations and saccades) algorithm.
IVT
A numeric vector indicating the eye movement event classified by the IVT (fixations and saccades) algorithm.
NH
A numeric vector indicating the eye movement event classified by the NH (fixations, saccades, and PSOs) algorithm.
BIT
A numeric vector indicating the eye movement event classified by the BIT (only fixations) algorithm.
LNS
A numeric vector indicating the eye movement event classified by the LNS (saccades and PSOs) algorithm.
The annotated and classified events are the following:
0
1
2
3
4
5
6
The data was recorded with 500 Hz and the stimuli were presented on a screen with resolution 1024x724 px and size 380x300 mm. The viewing distance was 670 mm.
Andersson, R., Larsson, L., Holmqvist, K., Stridh, M., & Nystrom, M. (2017). One algorithm to rule them all? An evaluation and discussion of ten eye movement event-detection algorithms. Behavior Research Methods, 49, 616-637. https://doi.org/10.3758/s13428-016-0738-9
Data available at: https://github.com/richardandersson/EyeMovementDetectorEvaluation
Larsson, L., Nystrom, M., & Stridh, M. (2013). Detection of saccades and postsaccadic oscillations in the presence of smooth pursuit. IEEE Transactions on Biomedical Engineering, 60 (9), 2484-2493. https://doi.org/10.1109/TBME.2013.2258918
Larsson, L., Nystrom, M., Andersson, R., & Stridh, M. (2015). Detection of fixations and smooth pursuit movements in high-speed eye-tracking data. Biomedical Signal Processing and Control, 18, 145-152. https://doi.org/10.1016/j.bspc.2014.12.008
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.