ToyDatasetEyeLink#
pymovements Toy Dataset EyeLink
Example toy dataset with EyeLink data.
This dataset includes monocular eye tracking data from a single participant in a single session. Eye movements are recorded at a sampling frequency of 1000 Hz using an EyeLink Portable Duo video-based eye tracker and are provided as pixel coordinates.
The participant is instructed to read a single text and some JuDo trials.
How to Download#
import pymovements as pm
# Initialize the dataset object with its name
# Specify your local directory for saving and loading data
dataset = pm.Dataset(name='ToyDatasetEyeLink', path='path/to/your/data/directory')
# Download the dataset and extract all archives.
dataset.download()
# Load the dataset into memory for processing
dataset.load()