@@ -21,8 +21,8 @@ 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.
**PARAMETERS:**
* export_file: Path to CSV. Raw Tobii eye-tracking data for all participants.
* out_dir: Path to a folder that stores segmented video eye movement and model information. (Documented below).
*`export_file`: Path to CSV. Raw Tobii eye-tracking data for all participants.
*`out_dir`: Path to a folder that stores segmented video eye movement and model information. (Documented below).