med-material / Whack_A_Mole_VR

Whack-A-Mole in VR
MIT License
3 stars 15 forks source link

Log filenames: Timestamps for filenames are not identical when saving Event,Meta,Sample #281

Open bastianilso opened 7 months ago

bastianilso commented 7 months ago

When saving data, it seems like the timestamp used inside the filename might get updated before data saving has finished. image

image

notice how in the pictures the millisecond part of the filename is slightly different. Ideally the filenames should be identical across all three files.

Additionally, we need to log the sessionID in the meta file - this is currently not happening it seems.