aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/demonstrations_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-04 13:56:36 +0200
committerThéo de la Hogue2024-09-04 13:56:36 +0200
commitbe8a44033bd490ea7f4ddb1514a9cc2888affb88 (patch)
tree3274e4157e4618749d70c8cd1788ee3644b0aaca /docs/user_guide/utils/demonstrations_scripts.md
parent08c48347a140becc5e4b60e03f2979305166a079 (diff)
downloadargaze-be8a44033bd490ea7f4ddb1514a9cc2888affb88.zip
argaze-be8a44033bd490ea7f4ddb1514a9cc2888affb88.tar.gz
argaze-be8a44033bd490ea7f4ddb1514a9cc2888affb88.tar.bz2
argaze-be8a44033bd490ea7f4ddb1514a9cc2888affb88.tar.xz
Improving CVS file parsing. Documenting CSV file support.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md10
1 files changed, 8 insertions, 2 deletions
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