Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
......@@ -18,7 +18,11 @@ Before you run this script, you will need to configure a few options (e.g. the l
```
# TOBII export file requirements
The TOBII export file should have columns containing AOI hits --- i.e. whether the gaze falls within a particular area of interest at a particular time. The order of the columns doesn't matter, but the column names need to match this format: `AOI hit [Set <Set index> - <Model name> - Model <Model index> - <AOI name>]`. For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
The TOBII export file should have columns containing AOI hits --- i.e. whether the gaze falls within a particular area of interest at a particular time. The order of the columns doesn't matter, but the column names need to match this format:
`AOI hit [Set <Set index> - <Model name> - Model <Model index> - <AOI name>]`.
For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
# Overview and workflow
......
......