diff options
author | Théo de la Hogue | 2023-08-10 09:04:31 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-08-10 09:04:31 +0200 |
commit | 293d1cc9b0fe6d7e871511cd716001f5765d9118 (patch) | |
tree | 444cff250f3a3e9997288dedf1d88c6dd8499209 /docs/user_guide/timestamped_data/introduction.md | |
parent | 80e122453c1120b4211015a3b7625be089db8a9f (diff) | |
download | argaze-293d1cc9b0fe6d7e871511cd716001f5765d9118.zip argaze-293d1cc9b0fe6d7e871511cd716001f5765d9118.tar.gz argaze-293d1cc9b0fe6d7e871511cd716001f5765d9118.tar.bz2 argaze-293d1cc9b0fe6d7e871511cd716001f5765d9118.tar.xz |
Working on gaze analysis pipeline documentation. Still in progress...
Diffstat (limited to 'docs/user_guide/timestamped_data/introduction.md')
-rw-r--r-- | docs/user_guide/timestamped_data/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/timestamped_data/introduction.md b/docs/user_guide/timestamped_data/introduction.md index a36daca..df8b9b4 100644 --- a/docs/user_guide/timestamped_data/introduction.md +++ b/docs/user_guide/timestamped_data/introduction.md @@ -1,6 +1,6 @@ Timestamped data ================ -Working with wearable eye tracker devices implies to handle various timestamped data like gaze positions, pupils diameter, fixations, saccades, ... +Working with wearable eye tracker devices implies to handle various timestamped data like gaze positions, pupills diameter, fixations, saccades, ... This section mainly refers to [DataStructures.TimeStampedBuffer](../../../argaze/#argaze.DataStructures.TimeStampedBuffer) class. |