Changes
Page history
Update Eyetracker Scripts HowTo
authored
Oct 22, 2019
by
Jonathan Jones
Hide whitespace changes
Inline
Side-by-side
Eyetracker-Scripts-HowTo.md
View page @
156f64b3
...
...
@@ -6,7 +6,10 @@
```
2.
Segment the Tobii export file into smaller files (each one corresponds to an overhead video).
```
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.
```
console
...
...
...
...