Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -109,7 +109,9 @@ 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 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.
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 string 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.
Example: CMBCMCMB where C = Copy, M = Model and B = Blocks.
**PARAMETERS:**
* `input_dir`: Path to output of compute_stats.py.
......
......