-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Here, we review our gaze data collection methods and analysis code. You can see the code for all checks / images below, in the following PDF's: Gaze_Check.pdf, compile_gaze_data_sustained (3).pdf
CHECKS
CHECK 1: First, we show that the EyeTribe is recording gaze data from the full screen (despite our screen being larger than 24").
CHECK 2: Second, we explore how many gazepoints, from the times when composite images are on screen, fall just outside the screen edges.
Experiment 1:
Experiment 2:
CHECK 3: Third, we ensure that the gaze data is being properly subselected for each run and trial, based on time stamps in the csv.
Experiment 1:
Experiment 2:
CHANGES & CONCERNS:
Code was converting timestamps in the gaze data using a package that truncates the times at tenths of a second; updated to convert timestamps with millisecond precision.
Did a more thorough diagnosis of aberrant gaze datapoints and updated code for more uniform elimination of bad data. (See explanation and PDF of jupyter notebook in a comment below.)
Reading over the documentation and reviewing the reduced screen size respresented in the Eyetribe GUI (.4 size of our screen), the resolution of our gaze data might be lower than the standard eyetribe resolution.