Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
......@@ -108,9 +108,9 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `reference paths file`: Location of serialized reference paths. Specify this path relative to the output directory, e.g `<experiment-name>/reference-paths.pkl`.
* `figure image extension`: Extension specifying the filetype to be used when rendering figures. Default is `png`.
* `debug`: Optional flag. If `1`, this script writes human-readable versions of all eye-tracking labels to the output directory in CSV format. Default is `0`.
* `compute stats`:
* `visualize`: Optional flag. If `1` this script will generate visualizations of the script output documented below.
* `write data`:
* `compute stats`: Deprecated, the value should always be `1`.
* `visualize`: Optional flag. If `1` this script will generate visualizations of the script output documented below. Default is `0`.
* `write data`: Optional flag. If `1` this script will export path information. Default is `0`.
* `DataSource`: Required filter. Must be one of the entries in config/study_names.txt.
* `GroupID`: Optional filter. What group of videos (e.g. `Child` and `adults2018`) the script will run on. Corresponds to a column name in blocks_file_index.xlsx.
* `TaskID`: Optional filter. What task the script will run on. Corresponds to a column name in blocks_file_index.xlsx.
......
......