From be8a44033bd490ea7f4ddb1514a9cc2888affb88 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 4 Sep 2024 13:56:36 +0200 Subject: Improving CVS file parsing. Documenting CSV file support. --- docs/user_guide/utils/demonstrations_scripts.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/utils/demonstrations_scripts.md') diff --git a/docs/user_guide/utils/demonstrations_scripts.md b/docs/user_guide/utils/demonstrations_scripts.md index e55e547..a2698b4 100644 --- a/docs/user_guide/utils/demonstrations_scripts.md +++ b/docs/user_guide/utils/demonstrations_scripts.md @@ -22,10 +22,16 @@ python -m argaze load ./src/argaze/utils/demo/random_context.json ## CSV file context -Load **csv_file_context.json** file to analyze gaze positions from a CSV file: +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.json +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: + +```shell +python -m argaze load ./src/argaze/utils/demo/csv_file_context_xy_list.json ``` ## OpenCV -- cgit v1.1