diff options
author | Théo de la Hogue | 2023-09-20 09:54:39 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-20 09:54:39 +0200 |
commit | 0fea09cdeee6367cde0454c92ea495d49dff5933 (patch) | |
tree | cdfcf5acfaa5c33cd9e24704038bd6ac9ed769d2 /docs/user_guide | |
parent | b2343f1cd1848e7e96f50088050a649aea38e6cf (diff) | |
parent | 5de2df9ac8ce070fb0b608a3f02ed9aadb076745 (diff) | |
download | argaze-0fea09cdeee6367cde0454c92ea495d49dff5933.zip argaze-0fea09cdeee6367cde0454c92ea495d49dff5933.tar.gz argaze-0fea09cdeee6367cde0454c92ea495d49dff5933.tar.bz2 argaze-0fea09cdeee6367cde0454c92ea495d49dff5933.tar.xz |
Merge branch 'master' of ssh://git.recherche.enac.fr/interne-ihm-aero/eye-tracking/argaze
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md index 2db69fc..81efa40 100644 --- a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md +++ b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/scripting.md @@ -110,7 +110,7 @@ Let's understand the meaning of each returned data. A [GazeMovement](../../../argaze.md/#argaze.GazeFeatures.GazeMovement) once it have been identified by [ArFrame.gaze_movement_identifier](../../../argaze.md/#argaze.ArFeatures.ArFrame) object from incoming consecutive timestamped gaze positions. If no gaze movement have been identified, it returns an [UnvalidGazeMovement](../../../argaze.md/#argaze.GazeFeatures.UnvalidGazeMovement). -This could also be the current gaze movement if [ArFrame.filter_in_progress_fixation](../../../argaze.md/#argaze.ArFeatures.ArFrame) attribute is false. +This could also be the current gaze movement if [ArFrame.filter_in_progress_identification](../../../argaze.md/#argaze.ArFeatures.ArFrame) attribute is false. In that case, the returned gaze movement *finished* flag is false. Then, the returned gaze movement type can be tested thanks to [GazeFeatures.is_fixation](../../../argaze.md/#argaze.GazeFeatures.is_fixation) and [GazeFeatures.is_saccade](../../../argaze.md/#argaze.GazeFeatures.is_saccade) functions. |