BioMotionLab / TUX

A framework for experiments in Unity and VR
https://biomotionlab.github.io/TUX/
Other
29 stars 4 forks source link

How to Log Custom Continuous Data? #60

Closed A-Ivan closed 2 years ago

A-Ivan commented 2 years ago

Not sure if I missed this in the documents, but is there a way to continuously log information during a trial?

For instance, in a trial, every time a specific event (i.e., specific function call) occurs (could occur 1 to 20 times in each trial) I would like to log some information (i.e., time since the trial has began, and some custom floats and strings data). This information to log would be different than the information logged on the trial level, it would be a separate csv output where each row would be each time a relevant event (one I am interested in logging) occurred.

I think this would be similar to how continuous game object tracking information is logged, but the logging would be of other data types and would occur only when specific events occur.

In my study, trials contain a series of tasks. I want to log when those tasks are completed, when/what type of error occurred, etc. The trial level data would contain information (dependent variables) like when the trial finished (once all tasks are completed), number of errors (specific user actions I deem as errors) for each error type, etc.

Thank you.

AdamBebko commented 2 years ago

New docs about to be released. See Continuous data section in documentation.

A-Ivan commented 2 years ago

Hi @AdamBebko

How/where can I find this documentation? I normally read it on the biomotionlab's website, but I do not see the Continuous data section there. Would it be here, in the docs folder of this repository?

Thank you.

AdamBebko commented 2 years ago

Oops. I forgot to publish the updated website!!! Derp! 🤪 will do that this evening.

On Mar 7, 2022, at 2:46 PM, Ivan Aguilar @.***> wrote:

Hi @AdamBebko https://github.com/AdamBebko How/where can I find this documentation? I normally read it on the biomotionlab's website https://biomotionlab.github.io/TUX/, but I do not see the Continuous data section there. Would it be here https://github.com/BioMotionLab/TUX/blob/master/doc_projects/docs/Continuous-data.md, in the docs folder of this repository?

— Reply to this email directly, view it on GitHub https://github.com/BioMotionLab/TUX/issues/60#issuecomment-1061067912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKFU43HS3LPMUG2PLM7TZ3U6ZMILANCNFSM5PSUCGOA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

AdamBebko commented 2 years ago

But yes that is the correct document.

On Mar 7, 2022, at 3:15 PM, Adam Bebko @.***> wrote:

Oops. I forgot to publish the updated website!!! Derp! 🤪 will do that this evening.

On Mar 7, 2022, at 2:46 PM, Ivan Aguilar @. @.>> wrote:

Hi @AdamBebko https://github.com/AdamBebko How/where can I find this documentation? I normally read it on the biomotionlab's website https://biomotionlab.github.io/TUX/, but I do not see the Continuous data section there. Would it be here https://github.com/BioMotionLab/TUX/blob/master/doc_projects/docs/Continuous-data.md, in the docs folder of this repository?

— Reply to this email directly, view it on GitHub https://github.com/BioMotionLab/TUX/issues/60#issuecomment-1061067912, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKKFU43HS3LPMUG2PLM7TZ3U6ZMILANCNFSM5PSUCGOA. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.

A-Ivan commented 2 years ago

Great, I'll wait for the website update, easier to read there :)