Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -89,15 +89,8 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -89,15 +89,8 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
4. Move segmented Tobii export files and eye tracker label files to the remote server. 4. Move segmented Tobii export files and eye tracker label files to the remote server.
**INPUT:**
**OUTPUT:**
**EXAMPLE:** **EXAMPLE:**
``` console See run.sh code for stage 4.
$ cp ~/Downloads/eyetracker_labels /Volumes/lcsr-cogsci$/ProcessedData/eyetracker-labels
$ cp ~/Downloads/imputed_and_segmented /Volumes/lcsr-cogsci$/ProcessedData/segmented-tobii-export
```
5. Parse annotations and compute action times. 5. Parse annotations and compute action times.
... ...
......