aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-20 09:48:15 +0200
committerThéo de la Hogue2023-09-20 09:48:15 +0200
commitb7b076577015a6356bd387221c6ea646a14251d0 (patch)
tree9443c98e73c70108b8159ca15ac9316cc4188d6a /docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
parent9726f081357c64937377385a29139b7cfe50a898 (diff)
downloadargaze-b7b076577015a6356bd387221c6ea646a14251d0.zip
argaze-b7b076577015a6356bd387221c6ea646a14251d0.tar.gz
argaze-b7b076577015a6356bd387221c6ea646a14251d0.tar.bz2
argaze-b7b076577015a6356bd387221c6ea646a14251d0.tar.xz
Improving gaze analysis pipeline chapters name. Replacing pictures. Improving hints and examples.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
index 493471e..93d2a65 100644
--- a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
+++ b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
@@ -68,7 +68,7 @@ start_time = time.time()
...
```
-!!! warning
- **ArGaze doesn't impose any time unit.** Timestamps can either be integer or float, second, millisecond or what ever you need. The only concern is that all time values used in further configurations have to be all the same unit.
+!!! warning "Free time unit"
+ Timestamps can either be integer or float, second, millisecond or what ever you need. The only concern is that all time values used in further configurations have to be all the same unit.
Now we have timestamped gaze positions at expected format, let's see how to analyze them. \ No newline at end of file