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**
In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII gaze samples and turn them into more interpretable measurements is automated from beginning to end. In `egs/prepare_eyetracker_data`, the pipeline we use to pre-process the TOBII gaze samples and turn them into more interpretable measurements is automated from beginning to end.
* How to run everything at once: * How to run everything at once:
```console ```console
... ...
......