Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -120,7 +120,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -120,7 +120,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `seg_type`: Specifies how output segments are defined with respect to the annotation actions. Acceptable inputs: `within action`, `between action`, `end to end`. * `seg_type`: Specifies how output segments are defined with respect to the annotation actions. Acceptable inputs: `within action`, `between action`, `end to end`.
* `models`: Subset of models to run the script on. * `models`: Subset of models to run the script on.
* `collapse_method`: Various arguments used to search for patterns that make the eye-tracking sequences more readable. * `collapse_method`: Various arguments used to search for patterns that make the eye-tracking sequences more readable.
* `normalize`: Boolean option of whether or not generated distribution will be normalized. * `normalize`: Boolean option of whether or not generated histogram will be normalized.
* `out_dir`: Stores the output of this script documented below. * `out_dir`: Stores the output of this script documented below.
**OUTPUT:** **OUTPUT:**
... ...
......