Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
......@@ -112,9 +112,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 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.
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. And example could look like `CMMMBCCMCMB`, where `C`, `M`, and `B` stand for copy, model, and blocks AOIs (respectively). This hit string is then broken down into smaller segments depending on the action sequences labeled for the video.
Example: `CMMMBCCMCMB` where `C`, `M`, and `B` stand for copy, model, and blocks AOIs (respectively)
**PARAMETERS:**
* `input_dir`: Path to output of compute_stats.py.
......
......