med-material / TunnelGoalFittsTests

Unity Sources for Goal Crossing, Steering Task and Fitts Law to benchmark physical abilities (fx head movement)
MIT License
1 stars 1 forks source link

IBI logging: Save data to a separate text file #16

Closed andershoegh closed 5 years ago

andershoegh commented 5 years ago

For the IBI tracking it would be useful if it created a .txt file with only the IBI data. Currently the logger takes EDA, IBI and more and pushes them into a .csv file. If for a certain setting a single .txt file/csv file with one column of data (no header on this file) could be made, it would help the students with fewer data handlings points.

bastianilso commented 5 years ago

I discussed this with @hendrikknoche and my understanding was that the students should know how to copy the IBI column out of the CSV files by themselves (or we should just provide instructions for it). (However, FYI if it is something we want in the future, I can do this fairly easily from code).

andershoegh commented 5 years ago

It is very much a nice-to-have feature. It can pretty easily be dealt with. It would mainly be to avoid problems with "should there be a header on this file when I import the file into Kubios" and removing 0's from the file etc. Definitely not a priority though.

bastianilso commented 5 years ago

Closing this, as we hope to have something nicer in place for next RTII :-)