diff options
author | Théo de la Hogue | 2024-01-10 15:53:26 +0100 |
---|---|---|
committer | Théo de la Hogue | 2024-01-10 15:53:26 +0100 |
commit | cd74c746987cc748d4ca5f41448d59254bf0b6ff (patch) | |
tree | fabdcb3c9d744b2be9b05032d32c4e38b94e30a6 /src | |
parent | e55058fe59aba28358759c9934349ea1bd145944 (diff) | |
download | argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.zip argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.gz argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.bz2 argaze-cd74c746987cc748d4ca5f41448d59254bf0b6ff.tar.xz |
Recalling scan step and aoi scan step definitions.
Diffstat (limited to 'src')
-rw-r--r-- | src/argaze/GazeFeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py index a4cf244..bed8576 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -874,7 +874,7 @@ class AOIScanStepError(Exception): @dataclass(frozen=True) class AOIScanStep(): - """Define a aoi scan step as a set of successive gaze movements onto a same AOI. + """Define an aoi scan step as a set of successive gaze movements onto a same AOI. !!! warning |