Changes
Page history
Update Eyetracker Scripts HowTo
authored
Oct 22, 2019
by
Jonathan Jones
Show whitespace changes
Inline
Side-by-side
Eyetracker-Scripts-HowTo.md
View page @
8fa0df83
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
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 \
--tobii_export_fn ~/Downloads/eyetracking/imputed_aoi/imputed-aois_ADULTS_EYE-TRACKING_DATA_EXPORT_PARTICIPANTS_1-26_9-20-19
.xlsx
\
--video_metadata_fn ~/blocks/data/input/blocks_file_index.xlsx \
--video_metadata_fn ~/blocks/data/input/blocks_file_index.xlsx \
--out_dir ~/Downloads/eyetracking/imputed_and_segmented
--out_dir ~/Downloads/eyetracking/imputed_and_segmented
```
```
...
...
...
...