aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/demonstrations_scripts.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-04 18:04:00 +0200
committerThéo de la Hogue2024-09-04 18:04:00 +0200
commit49d7beef84526e3498d53bc8bcfe387786d5de88 (patch)
treec495f60ab6a60d837fdcee72e65f42df9b4019a8 /docs/user_guide/utils/demonstrations_scripts.md
parent4cb92dc5b72b8514fd63ccba9661444fd1e4e9db (diff)
downloadargaze-49d7beef84526e3498d53bc8bcfe387786d5de88.zip
argaze-49d7beef84526e3498d53bc8bcfe387786d5de88.tar.gz
argaze-49d7beef84526e3498d53bc8bcfe387786d5de88.tar.bz2
argaze-49d7beef84526e3498d53bc8bcfe387786d5de88.tar.xz
Improving File CSV context to parse file with left and right eyes data. Documenting the new feature.
Diffstat (limited to 'docs/user_guide/utils/demonstrations_scripts.md')
-rw-r--r--docs/user_guide/utils/demonstrations_scripts.md13
1 files changed, 11 insertions, 2 deletions
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