Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
``` ```
2. Segment the Tobii export file into smaller files (each one corresponds to an overhead video). 2. Segment the Tobii export file into smaller files (each one corresponds to an overhead video).
``` console ``` console
$ python segment_tobii_export.py $ python segment_tobii_export.py \
--tobii_export_fn ~/Downloads/eyetracking/imputed_aoi/imputed-aois_ADULTS_EYE-TRACKING_DATA_EXPORT_PARTICIPANTS_1-26_9-20-19 \
--video_metadata_fn ~/blocks/data/input/blocks_file_index.xlsx \
--out_dir ~/Downloads/eyetracking/imputed_and_segmented
``` ```
3. Convert overhead video labels to match eyetracker timestamp indices. 3. Convert overhead video labels to match eyetracker timestamp indices.
``` console ``` console
... ...
......