Update Eyetracker Scripts HowTo authored by Jonathan Jones's avatar Jonathan Jones
......@@ -72,7 +72,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
This program takes the annotated labels file that comes from the data annotation platform then changes the timestamps to match the indices of the closest timestamp in the segmented data export (which should be located inside segmented_gaze_dir).
**PARAMETERS:**
* `annotator_name`: Annotator name can be passed as a parameter to produce eye tracker labels for all videos done by a particular coder.
* `default_annotator`: Name of the annotator to prefer, in case there are multiple annotations for a video. If this annotator did not label a particular video, the system will choose the first valid labels it encounters for that video.
* `study_name`: Name of a particular study.
* `segmented_gaze_dir`: Path to the directory containing the output of the segment_tobii_export.py script.
* `eyetracker_video_id_path`: Path to Excel file that stores participant and task data for all videos.
......
......