Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -39,8 +39,8 @@ In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII g ...@@ -39,8 +39,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 which represents a batch of several copy attempts, and chunks it into several smaller files. Each of the output files corresponds to a single copy attempt---ie one participant's attempt to copy one model. This program takes an exported data file from the Tobii Pro Lab software which represents a batch of several copy attempts, and chunks it into several smaller files. Each of the output files corresponds to a single copy attempt---ie one participant's attempt to copy one model.
**PARAMETERS:** **PARAMETERS:**
* `tobii_export_fn`: Name of the file that contains raw Tobii eye-tracking data for all participants. * `tobii_export_fn`: Path to CSV. Raw Tobii eye-tracking data for all participants.
* `video_metadata_fn`: Name of the file that stores participant and task data for all videos. * `video_metadata_fn`: Path to Excel file that stores participant and task data for all videos.
* `out_dir`: Stores the output of this script documented below. * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
... ...
......