Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -20,7 +20,9 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g
This program takes an exported data file from the Tobii Pro Lab software 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.
**INPUT:**
**PARAMETERS:**
* export_file: CSV. Raw Tobii eye-tracking data for all participants.
* out_dir: Directory. A folder that stores segmented video eye movement and model information.
**OUTPUT:**
......
......