@@ -78,9 +78,7 @@ Before you run this script, you will need to configure a few options (e.g. the l
4. Move segmented Tobii export files and eye tracker label files to the remote server.
**PARAMETERS:**
*`annotator_name`: Annotator name can be passed as a parameter to produce eye tracker labels for all videos done by a particular coder.
*`study_name`: Name of a particular study.
**INPUT:**
**OUTPUT:**
...
...
@@ -106,7 +104,17 @@ Before you run this script, you will need to configure a few options (e.g. the l
This program will take the Microsoft Excel file that contains the processed data export and return the visits to each area of interest for the time intervals (end time to end time of each state) defined by the state data calculated from the compute-stats program.
**INPUT:**
**PARAMETERS:**
*`input_dir`: Path to output of compute_stats.py.
*`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`:
*`seg_type`: Within the action, between action, end to end.
*`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.
*`normalize`: Boolean option of whether or not generated distribution will be normalized.
*`out_dir`: Stores the output of this script documented below.