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
/
GazeFeatures.py
Age
Commit message (
Expand
)
Author
2024-04-22
Moving licence string outside of doc string.
Théo de la Hogue
2024-04-09
Using https url.
Théo de la Hogue
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
Harmonizing name of methods returning a boolean status.
Théo de la Hogue
2024-02-29
Checking gaze position.
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-28
Making all GazeFeatures test working again.
Théo de la Hogue
2024-02-28
More work on TimestampedGazePositions and GazeMovements.
Théo de la Hogue
2024-02-28
Updating GazeFeatures test.
Théo de la Hogue
2023-09-26
Harmonizing AOI/aoi without s at the end.
Théo de la Hogue
2023-08-15
Replacing __str__ representation by letter_sequence property.
Théo de la Hogue
2023-07-12
Adding and testing aoi/scan path and scan step durations.
Théo de la Hogue
2023-07-06
Test finish method.
Théo de la Hogue
2023-07-06
Adding and testing finished attribute to GazeMovement class.
Théo de la Hogue
2023-07-04
Renaming ArScreen into ArFrame.
Théo de la Hogue
2023-06-15
Adding and testing TimeStampedGazePositions.from_dataframe classmethod.
Théo de la Hogue
2023-05-31
Testing all gaze analysis algorithm. Unifying paper citation.
Théo de la Hogue
2023-05-31
Adding a building_scan_path function for testing purpose.
Théo de la Hogue
2023-05-30
Separating AOIScanPath tests.
Théo de la Hogue
2023-05-30
Testing scan path and AOI scan path
Théo de la Hogue
2023-05-30
Updating tests.
Théo de la Hogue
2023-05-17
Setting BSD license. Incrementing version.
Théo de la Hogue
2023-05-16
Renaming visual scan into aoi scan.
Théo de la Hogue
2023-05-10
Testing that error is raised when creating a bad visual scan path.
Théo de la Hogue
2023-05-10
Adding VisualScanStep and VisualScanPath tests.
Théo de la Hogue
2023-01-24
Updating UnvalidGazePosition message field.
Théo de la Hogue
2022-12-08
Adding and testing GazePosition overlap function.
Théo de la Hogue
2022-11-23
Allowing to store dict wit hcorrect keys as GazePosition in TimeStampedGazePo...
Théo de la Hogue
2022-11-16
Testing instance representation.
Théo de la Hogue
2022-11-16
Adding unitary tests.
Théo de la Hogue