Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -115,7 +115,6 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -115,7 +115,6 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `input_dir`: Path to output of compute_stats.py. * `input_dir`: Path to output of compute_stats.py.
* `study_name`: Name of a particular study. * `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. * `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`: Determines how the generated histogram is stratified. Default behavior is to write to one histogram. Acceptable inputs: `index` and `quantile`. * `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`. * `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] * `models`: Subset of models to run the script on. Ex: [7, 10, 11, 12]
... ...
......