Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -36,6 +36,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -36,6 +36,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
**OUTPUT:** **OUTPUT:**
**EXAMPLE:** **EXAMPLE:**
``` console ``` console
$ cd ~/repo/blocks/blocks/eyetracking/scripts $ cd ~/repo/blocks/blocks/eyetracking/scripts
...@@ -54,6 +55,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -54,6 +55,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `out_dir`: Stores the output of this script documented below. * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
Generates a CSV for each video named by the recording number. Each file contains basic participant and recording information. These CSVs also have timestamps for all eye movements for each particular recording, as well as if there was an event that occurred at that timestamp, the AOI, and any event tags.
**EXAMPLE:** **EXAMPLE:**
``` console ``` console
...@@ -78,6 +80,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -78,6 +80,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
**OUTPUT:** **OUTPUT:**
**EXAMPLE:** **EXAMPLE:**
``` console ``` console
$ python make_eyetracker_labels.py $ python make_eyetracker_labels.py
... ...
......