JuDo1000#

Jumping Dots 1000 Hz dataset

JuDo1000 dataset [Makowski et al., 2020].

This dataset includes binocular eye tracking data from 150 participants in four sessions with an interval of at least one week between two sessions. 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. Participants are instructed to watch a random jumping dot on a computer screen.

Check the respective repository for details.

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='JuDo1000', path='path/to/your/data/directory')

# Download the dataset and extract all archives.
dataset.download()

# Load the dataset into memory for processing
dataset.load()