Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -79,7 +79,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `out_dir`: Stores the output of this script documented below.
**OUTPUT:**
Generates a CSV for each annotated video in the study. Each CSV is named with the recording number and annotator name. Each file contains the original annotated actions from the overhead video. The first two columns are indices that correspond to the timestamps from the eye-tracking recording that mark the beginning and end of the coded action. In addition, the file also contains event IDs, integer IDs for the object, and the target of each action. Finally, the file contains stud information for placement events for both target and object.
**EXAMPLE:**
``` console
......@@ -119,6 +119,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
**OUTPUT:**
**EXAMPLE:**
``` console
$ cd ../../analysis
......@@ -143,6 +144,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `out_dir`: Stores the output of this script documented below.
**OUTPUT:**
Generates a data folder and a gaze-figures folder. The data folder contains a CSV file with the appended hit strings (documented above) for each overhead video action. The CSV contains participant and recording information as well as the eye-tracking indices and timestamps for the events, in addition to action type, state ID, and index (?). The gaze-figures folder is organized by task ID and within each folder are histograms of common hit strings and individual gaze data for each individual video for the tasks.
**EXAMPLE:**
``` console
......
......