Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -109,7 +109,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
6. Append hit strings to existing path data and generate various visualizations.
This program will take the output of the compute_stats.py script and append the generated hit strings that represent the participant's eye-tracking sequences.
This program will take the output of the compute_stats.py script and generate an overall hit string for a participant's entire build sequence. The hit sequence represents each AOI that a participant's gaze falls into as they are completing their construction. This hit string is then broken down into smaller segments depending on the action sequences labeled for the video.
**PARAMETERS:**
* `input_dir`: Path to output of compute_stats.py.
......
......