aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/FocusPointInside.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/FocusPointInside.py')
-rw-r--r--src/argaze/GazeAnalysis/FocusPointInside.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/FocusPointInside.py b/src/argaze/GazeAnalysis/FocusPointInside.py
index bcb77b1..ac712a7 100644
--- a/src/argaze/GazeAnalysis/FocusPointInside.py
+++ b/src/argaze/GazeAnalysis/FocusPointInside.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-"""Matching algorithm based on fixation's focus point
+"""Module for matching algorithm based on fixation's focus point
"""
__author__ = "Théo de la Hogue"
@@ -22,6 +22,7 @@ GazeMovementType = TypeVar('GazeMovement', bound="GazeMovement")
@dataclass
class AOIMatcher(GazeFeatures.AOIMatcher):
+ """Matching algorithm based on fixation's focus point."""
def __post_init__(self):
"""Init looked aoi data."""