When the program is running, a CSV file is registed in your local files at path C:\Users\username\Documents\_GazeData. Now this CSV file contains a new column named Event Name.
The different events name are:
Calibration is running.
Accuracy Test is counting down.
Accuracy Test is running.
Accuracy Test ended.
We have not any event for the configuration, because the logger work actually only during calibration and accuracy test. README file was updated in consequence of this.
Pictures of CSV file logged Event Name:
If you have any data logged during accuracy test but not have a circle on screen (like time between two circles), before circle name and position was same at last data logged: But now is None and NaN values.
Event Name added in CSV file according with issue #18.
When the program is running, a CSV file is registed in your local files at path
C:\Users\username\Documents\_GazeData
. Now this CSV file contains a new column namedEvent Name
. The different events name are:We have not any event for the configuration, because the logger work actually only during calibration and accuracy test. README file was updated in consequence of this.
Pictures of CSV file logged Event Name:
If you have any data logged during accuracy test but not have a circle on screen (like time between two circles), before circle name and position was same at last data logged: But now is
None
andNaN
values.Event Name added in CSV file according with issue #18.