EsLi_
About
- Username
- EsLi_
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Hi Eduard, thanks for the comment - I solved the issue in the following way: since the data contain the time stamp for the moment when the script was initialized, I wrote the R script which calculated time stamps for each trial by adding the relati…
-
Hi Eduard, thanks for the comment, in the end I thought it is the best way indeed - I wrote the R code to calculate the new timestamp for each trial. Esli
-
Hi @sebastiaan, thank you for the useful response, this is exactly what I need: from datetime import datetime var.my_system_time = datetime.now().strftime('%d-%m-%y %H:%M:%S:%f') Unfortunately, I have not inserted that script in my experiment during…