med-material / VREyeTrackingAccuracyTest

VR Tool to Test the Accuracy of the Pupil Labs Eye Tracking Devices (Unity 2018.2.7f1)
MIT License
2 stars 4 forks source link

Event Name add in CSV data file #31

Closed YoNeXia closed 4 years ago

YoNeXia commented 4 years ago

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:

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: image image

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. image

Event Name added in CSV file according with issue #18.