Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
# Overview and workflow
1. Run `impute_aoi_hits.py`
2. Run `segment_tobii_export.py`
3. Run `make_eyetracker_labels.py`
4. Move segmented Tobii export files and eyetracker label files to the remove server
5. Run `compute_stats.py`
6. Run `count_aoi_visits.py`
# Processing the Tobii Pro Lab Data Export
This program takes the exported data file from the Tobii Pro Lab software for a particular video and returns a processed version of the file. This data file contains the 'hit values' for the areas of interest for a particular task, eye movement type, and timestamp for each data point. Wherever there is a 'missing' hit value, this script will change the '0' into a '1'. The missing hit values classified as anywhere a string of '1's is disrupted by 0s, but there are no other fixations during that time window. This script will work for one task at a time
......
......