Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
The blocks software includes some scripts that process gaze sequences exported from TOBII. Their main purpose is to align TOBII gaze sequences with the videos collected from our top-down camera setup, allowing us to examine gaze behavior during each of the actions in the video instead of overall behavior during the entire video. The blocks software includes some scripts that process gaze sequences exported from TOBII. Their main purpose is to align TOBII gaze sequences with the videos collected from our top-down camera setup, allowing us to examine gaze behavior during each of the actions in the video instead of overall behavior during the entire video.
**EXAMPLES**
* How to run everything at once:
```console
user@host:~/repo/blocks/egs/prepare_eyetracker_data$ ./run.sh
```
* How to pre-process a TOBII export file and move it to the remote server:
```console
user@host:~/repo/blocks/egs/prepare_eyetracker_data$ ./run.sh --start_at=1 --end_after=4
```
* How to post-process eyetracker data to get gaze statistics:
```console
user@host:~/repo/blocks/egs/prepare_eyetracker_data$ ./run.sh --start_at=5 --end_after=6
```
# Overview and workflow # Overview and workflow
1. Impute AOI hits in the Tobii export file. 1. Impute AOI hits in the Tobii export file.
... ...
......