From cd74c746987cc748d4ca5f41448d59254bf0b6ff Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 10 Jan 2024 15:53:26 +0100 Subject: Recalling scan step and aoi scan step definitions. --- .../gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md | 3 +++ .../gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs/user_guide') diff --git a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md index e68cf8f..9ac2f6d 100644 --- a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md +++ b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/aoi_scan_path_analyzers.md @@ -3,6 +3,9 @@ AOI scan path analyzers ArGaze provides ready-to-use AOI scan path analysis algorithms. +!!! note "Definition" + An [AOIScanPath](../../../argaze.md/#argaze.GazeFeatures.AOIScanPath) defined as a list of [AOIScanSteps](../../../argaze.md/#argaze.GazeFeatures.AOIScanStep) made by a set of successive fixations/saccades onto a same AOI. + The JSON samples have to be included inside [ArLayer configuration](../aoi_analysis.md) *aoi_scan_path_analyzers* entry to select an algorithm. ```json diff --git a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md index c779112..f1d38e2 100644 --- a/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md +++ b/docs/user_guide/gaze_analysis_pipeline/pipeline_modules/scan_path_analyzers.md @@ -3,6 +3,9 @@ Scan path analyzers ArGaze provides ready-to-use scan path analysis algorithms. +!!! note "Definition" + A [ScanPath](../../../argaze.md/#argaze.GazeFeatures.ScanPath) is defined as a list of [ScanSteps](../../../argaze.md/#argaze.GazeFeatures.ScanStep) made by a fixation and a consecutive saccade. + The JSON samples have to be included inside [ArFrame configuration](../configuration_and_execution.md) *scan_path_analyzers* entry to select an algorithm. ```json -- cgit v1.1