aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/__init__.py
diff options
context:
space:
mode:
authorThéo de la Hogue2023-07-03 09:50:18 +0200
committerThéo de la Hogue2023-07-03 09:50:18 +0200
commit4f32cdaad425acd1feb76ec1a04a2265e0319a03 (patch)
treec9588de79d658a2add8fd29071a1232c0b390d0a /src/argaze/GazeAnalysis/__init__.py
parentdcb7739179acbe7844984b0a65dc46032355e0c8 (diff)
downloadargaze-4f32cdaad425acd1feb76ec1a04a2265e0319a03.zip
argaze-4f32cdaad425acd1feb76ec1a04a2265e0319a03.tar.gz
argaze-4f32cdaad425acd1feb76ec1a04a2265e0319a03.tar.bz2
argaze-4f32cdaad425acd1feb76ec1a04a2265e0319a03.tar.xz
Adding a basic gaze analysis plugin to use as a placeholder to enable scan path in environment declaration.
Diffstat (limited to 'src/argaze/GazeAnalysis/__init__.py')
-rw-r--r--src/argaze/GazeAnalysis/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/__init__.py b/src/argaze/GazeAnalysis/__init__.py
index 2bdb820..37c35ca 100644
--- a/src/argaze/GazeAnalysis/__init__.py
+++ b/src/argaze/GazeAnalysis/__init__.py
@@ -1,4 +1,4 @@
"""
Various gaze movement identification and scan path analysis algorithms.
"""
-__all__ = ['DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploitExploreRatio'] \ No newline at end of file
+__all__ = ['Basic', 'DispersionThresholdIdentification', 'VelocityThresholdIdentification', 'TransitionMatrix', 'KCoefficient', 'LempelZivComplexity', 'NGram', 'Entropy', 'NearestNeighborIndex', 'ExploitExploreRatio'] \ No newline at end of file