aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-26 17:43:56 +0200
committerThéo de la Hogue2023-09-26 17:43:56 +0200
commit06548cb7cb807f42fa42e4777288f67f259ae64a (patch)
treeda4b990f53828f58de91046ac6997b430e2d44c2 /src/argaze/GazeAnalysis
parent6af30f98e4d8c89e4602c4048622ce5e66dbe774 (diff)
downloadargaze-06548cb7cb807f42fa42e4777288f67f259ae64a.zip
argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.gz
argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.bz2
argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.xz
Fixing errors returned by mkdocs serve.
Diffstat (limited to 'src/argaze/GazeAnalysis')
-rw-r--r--src/argaze/GazeAnalysis/DeviationCircleCoverage.py1
-rw-r--r--src/argaze/GazeAnalysis/FocusPointInside.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/argaze/GazeAnalysis/DeviationCircleCoverage.py b/src/argaze/GazeAnalysis/DeviationCircleCoverage.py
index d55d8c9..f57d432 100644
--- a/src/argaze/GazeAnalysis/DeviationCircleCoverage.py
+++ b/src/argaze/GazeAnalysis/DeviationCircleCoverage.py
@@ -116,7 +116,6 @@ class AOIMatcher(GazeFeatures.AOIMatcher):
image: where to draw
aoi_scene: to refresh looked aoi if required
draw_matched_fixation: Fixation.draw parameters (which depends of the loaded gaze movement identifier module, if None, no fixation is drawn)
- draw_matched_fixation_positions: GazeMovement.draw_positions parameters (if None, no fixation is drawn)
draw_matched_region: AOIFeatures.AOI.draw parameters (if None, no matched region is drawn)
draw_looked_aoi: AOIFeatures.AOI.draw parameters (if None, no looked aoi is drawn)
looked_aoi_name_color: color of text (if None, no looked aoi name is drawn)
diff --git a/src/argaze/GazeAnalysis/FocusPointInside.py b/src/argaze/GazeAnalysis/FocusPointInside.py
index 24c319e..81a9d20 100644
--- a/src/argaze/GazeAnalysis/FocusPointInside.py
+++ b/src/argaze/GazeAnalysis/FocusPointInside.py
@@ -61,7 +61,6 @@ class AOIMatcher(GazeFeatures.AOIMatcher):
image: where to draw
aoi_scene: to refresh looked aoi if required
draw_matched_fixation: Fixation.draw parameters (which depends of the loaded gaze movement identifier module, if None, no fixation is drawn)
- draw_matched_fixation_positions: GazeMovement.draw_positions parameters (if None, no fixation is drawn)
draw_looked_aoi: AOIFeatures.AOI.draw parameters (if None, no looked aoi is drawn)
looked_aoi_name_color: color of text (if None, no looked aoi name is drawn)
looked_aoi_name_offset: ofset of text from the upper left aoi bounding box corner