Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -116,7 +116,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `study_name`: Name of a particular study.
* `gaze_dir`: Optional argument that points to a Tobii gaze directory other than what exists on the remote server.
* `confidence`: Confidence level, default `.95`.
* `separate_by`:
* `separate_by`: Determines how the generated histogram is stratified. Default behavior is to write to one histogram. Acceptable inputs: `index` and `quantile`.
* `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. Ex: [7, 10, 11, 12]
* `collapse_method`: Various arguments used to search for patterns that make the eye-tracking sequences more readable. Acceptable inputs: `pairs` and `model_copy`.
......
......