aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/heatmap.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 17:08:51 +0200
committerThéo de la Hogue2024-04-10 17:08:51 +0200
commitad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09 (patch)
tree643a8b6250475e80501551912b5bf0f121c4f625 /docs/user_guide/gaze_analysis_pipeline/heatmap.md
parent239f81d277a6b4a760c54f4c7ea11c6440856750 (diff)
downloadargaze-ad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09.zip
argaze-ad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09.tar.gz
argaze-ad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09.tar.bz2
argaze-ad97a3e15da2ca72ceb97ad2e19a5c16bcfc2e09.tar.xz
Replacing visualisation by visualization.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/heatmap.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/heatmap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/heatmap.md b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
index 6d9ad18..186ce68 100644
--- a/docs/user_guide/gaze_analysis_pipeline/heatmap.md
+++ b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
@@ -29,7 +29,7 @@ Here is an extract from the JSON ArFrame configuration file where heatmap is ena
}
```
!!! note
- [ArFrame.heatmap](../../argaze.md/#argaze.ArFeatures.ArFrame.heatmap) is automatically updated each time the [ArFrame.look](../../argaze.md/#argaze.ArFeatures.ArFrame.look) method is called. As explained in [visualisation chapter](visualisation.md), the resulting image is accessible thanks to [ArFrame.image](../../argaze.md/#argaze.ArFeatures.ArFrame.image) method.
+ [ArFrame.heatmap](../../argaze.md/#argaze.ArFeatures.ArFrame.heatmap) is automatically updated each time the [ArFrame.look](../../argaze.md/#argaze.ArFeatures.ArFrame.look) method is called. As explained in [visualization chapter](visualization.md), the resulting image is accessible thanks to [ArFrame.image](../../argaze.md/#argaze.ArFeatures.ArFrame.image) method.
Now, let's understand the meaning of each JSON entry.