aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/logging.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-11-15 12:39:12 +0100
committerThéo de la Hogue2023-11-15 12:39:12 +0100
commit99845a52709d1b22a8cc6b924f68cb1bd5d31615 (patch)
tree0eec64cd17d501facf23d1cc9c4c19b948798b65 /docs/user_guide/gaze_analysis_pipeline/logging.md
parent78ce6ffc892ef7d64a8d1da0dbdfcbf34d214bbd (diff)
downloadargaze-99845a52709d1b22a8cc6b924f68cb1bd5d31615.zip
argaze-99845a52709d1b22a8cc6b924f68cb1bd5d31615.tar.gz
argaze-99845a52709d1b22a8cc6b924f68cb1bd5d31615.tar.bz2
argaze-99845a52709d1b22a8cc6b924f68cb1bd5d31615.tar.xz
Documenting gaze position calibration features.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/logging.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/logging.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/logging.md b/docs/user_guide/gaze_analysis_pipeline/logging.md
index 055a535..db3cf9a 100644
--- a/docs/user_guide/gaze_analysis_pipeline/logging.md
+++ b/docs/user_guide/gaze_analysis_pipeline/logging.md
@@ -47,8 +47,8 @@ for layer_name, layer in ar_frame.layers.items():
!!! note
[ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) and its [ArLayers](../../argaze.md/#argaze.ArFeatures.ArLayer) logging are automatically done each time the [ArFrame.look](../../argaze.md/#argaze.ArFeatures.ArFrame.look) method is called.
- [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) logging records each scan path analysis into a dedicated timestamped data buffer each time a new scan path step happens.
- [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) logging records each AOI scan path analysis into a dedicated timestamped data buffer each time a new AOI scan path step happens.
+ [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) logging records each scan path analysis into a dedicated timestamped data buffer each time a new scan step happens.
+ [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) logging records each AOI scan path analysis into a dedicated timestamped data buffer each time a new AOI scan step happens.
## Export gaze analysis logs to CSV file