aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 17:32:32 +0200
committerThéo de la Hogue2024-04-10 17:32:32 +0200
commit0f3226984d8a8e334a5506c3b40021391fa5321d (patch)
tree0ac9c69276b9b50a45d211161da2e30110b568a7 /docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md
parentad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09 (diff)
downloadargaze-0f3226984d8a8e334a5506c3b40021391fa5321d.zip
argaze-0f3226984d8a8e334a5506c3b40021391fa5321d.tar.gz
argaze-0f3226984d8a8e334a5506c3b40021391fa5321d.tar.bz2
argaze-0f3226984d8a8e334a5506c3b40021391fa5321d.tar.xz
grammar and orthographic corrections
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md
index 4d2780a..1960763 100644
--- a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md
+++ b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/gaze_position_calibration.md
@@ -3,7 +3,7 @@ Calibrate gaze position
Gaze position calibration is an optional [ArFrame](../../../argaze.md/#argaze.ArFeatures.ArFrame) pipeline step. It processes each new gaze position before any further pipeline steps.
-The calibration algorithm can be selected by instantiating a particular [GazePositionCalibrator from GazeAnalysis submodule](../pipeline_modules/gaze_position_calibrators.md) or [from another Python package](module_loading.md).
+The calibration algorithm can be selected by instantiating a particular [GazePositionCalibrator from the GazeAnalysis submodule](../pipeline_modules/gaze_position_calibrators.md) or [from another Python package](module_loading.md).
## Enable ArFrame calibration