Skip to content

Releases: adswa/multimatch_gaze

Release to match Pypi 0.1.3

26 Dec 11:35
v0.1.3
Compare
Choose a tag to compare

This release matches the upload of multimatch-gaze v0.1.3 to PyPi, Thanks to @LFaggi, this release contains a fix for an edge-case that resulted in non-terminating scanpath simplification (#46, fixed by #47).

JOSS

16 Aug 05:22
7d32cfd
Compare
Choose a tag to compare

Archiving the repository for the Journal of Open Source Software.

multimatch-gaze-v0.1.1

17 May 08:53
Compare
Choose a tag to compare

Adjust command-line entrypoint: multimatch--> multimatch-gaze

multimatch-gaze-v0.1

02 May 13:43
Compare
Choose a tag to compare

Release 0.1

  • General function: Compare two scanpaths (build from fixation vectors) of potentially differing size on five similarity dimensions (shape, position, length, fixation duration, angle)
  • Optional: Simplify scanpath prior to similarity computation based on custom thresholds for saccadic lengths, angular relations, and fixation durations (parameters -amplitutde-threshold, -direction-threshold, -duration-threshold)
  • Optional: Read in REMoDNaV output natively (parameter --remodnav), and chose whether to keep or discard any detected smooth pursuit events (parameter --pursuits)
  • Different options to output results in command-line usage (parameter --output-type)
  • Use from the command-line or in Python sessions
  • Documentation with general algorithm overview, API, and example computation