nalmadi / fix8

Fix8 (Fixate) is an Open-Source GUI Tool for Working with Eye Tracking Data in Reading Tasks.
Mozilla Public License 2.0
5 stars 0 forks source link

show statistics about the trial, like number of fixations, number of regressions (between and within), number of AOIs #93

Closed nalmadi closed 6 months ago

nalmadi commented 6 months ago

number of fixations number of regressions(between and within) number of AOIs duration max fixation duration min fixation duration ...

nalmadi commented 6 months ago

image

nalmadi commented 6 months ago

the last row should show current fixation x, y, duration (this row should update if fixation is moved)

Use a QTableWidget() or QTableView() to show other statistics, and a label to show current fixation (feel free to do other creative combinations that look good)