index
:
argaze
main
Python gaze analysis software library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
argaze.test
/
GazeAnalysis
/
DispersionThresholdIdentification.py
Age
Commit message (
Expand
)
Author
2024-03-13
changing license to GPLv3.
Théo de la Hogue
2024-03-12
Removing /usr/bin/env python from all sources except from utils scripts.
Théo de la Hogue
2024-03-12
Fixing tests.
Théo de la Hogue
2024-03-11
removing property decorator to method that was not an object property but an ...
Théo de la Hogue
2024-03-11
Harmonizing name of methods returning a boolean status.
Théo de la Hogue
2024-02-29
Updating more test.
Théo de la Hogue
2024-02-29
More work on time management.
Théo de la Hogue
2024-02-29
Fixing VelocityThresholdIdentification tests.
Théo de la Hogue
2024-02-29
Fixing DispersionThresholdIdentification test.
Théo de la Hogue
2024-02-29
First work to update DispersionThresholdIdentification.
Théo de la Hogue
2024-02-28
More work on TimestampedGazePositions and GazeMovements.
Théo de la Hogue
2023-07-10
Precising a comment.
Théo de la Hogue
2023-07-10
Refinning time tests.
Théo de la Hogue
2023-07-10
Improving and testing gaze movement identification. Now each movement have to...
Théo de la Hogue
2023-07-06
Adding and testing finished attribute to GazeMovement class.
Théo de la Hogue
2023-06-15
Adding and testing GazeMovementIdentifier generator.
Théo de la Hogue
2023-05-31
Don't ignore last movement on invalid gaze position.
Théo de la Hogue
2023-05-31
Renaming DispersionThresholdIdentification test file.
Théo de la Hogue