Update Eyetracker Scripts HowTo authored by afahey2's avatar afahey2
...@@ -92,7 +92,8 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -92,7 +92,8 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
**EXAMPLE:** **EXAMPLE:**
See run.sh code for stage 4. See run.sh code for stage 4.
5. Parse annotations and compute action times. 5. [TO DO: FINISH DESCRIPTION]
Parse annotations and compute action times.
**PARAMETERS:** **PARAMETERS:**
* `name`: Path to where to save results. Results are saved in blocks/output/<name>. * `name`: Path to where to save results. Results are saved in blocks/output/<name>.
...@@ -112,6 +113,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`. ...@@ -112,6 +113,7 @@ For example, `AOI hit [Set 1 - 6S - Model 7 - Blocks]`.
* `Gender`: Optional filter. What gender of participants the script will run on. Corresponds to a column name in blocks_file_index.xlsx. * `Gender`: Optional filter. What gender of participants the script will run on. Corresponds to a column name in blocks_file_index.xlsx.
**OUTPUT:** **OUTPUT:**
[TO DO: FINISH DESCRIPTION]
Generates a CSV that contains Generates a CSV that contains
**EXAMPLE:** **EXAMPLE:**
... ...
......