From 49d7beef84526e3498d53bc8bcfe387786d5de88 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 4 Sep 2024 18:04:00 +0200 Subject: Improving File CSV context to parse file with left and right eyes data. Documenting the new feature. --- docs/user_guide/utils/demonstrations_scripts.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/utils') diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index a2698b4..c7560eb 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -22,18 +22,27 @@ python -m argaze load ./src/argaze/utils/demo/random_context.json ## CSV file context +Load **csv_file_context_xy_joined.json** file to analyze gaze positions from a CSV file where gaze position coordinates are joined as a list in one single column: + +```shell +python -m argaze load ./src/argaze/utils/demo/csv_file_context_xy_joined.json +``` + Load **csv_file_context_xy_splitted.json** file to analyze gaze positions from a CSV file where gaze position coordinates are splitted in two seperated column: ```shell python -m argaze load ./src/argaze/utils/demo/csv_file_context_xy_splitted.json ``` -Load **csv_file_context_xy_list.json** file to analyze gaze positions from a CSV file where gaze position coordinates are stored as a list in one single column: +Load **csv_file_context_left_right_eyes.json** file to analyze gaze positions from a CSV file where gaze position coordinates and validity are given for each eye in six separated columns.: ```shell -python -m argaze load ./src/argaze/utils/demo/csv_file_context_xy_list.json +python -m argaze load ./src/argaze/utils/demo/csv_file_context_left_right_eyes.json ``` +!!! note + The left/right eyes context allows to parse Tobii Spectrum data for example. + ## OpenCV ### Cursor context -- cgit v1.1