Windows 10, PsychoPy 3.0.7
I’d like to store stimulus onset times, although an important question with that is what those times are referenced to. i.e. the beginning of the experiment execution or the beginning of the phase loop (in a multi-phase study).
-
How do I get the current time since the experiment started so that I can log this in the log file for each stimulus presented?
-
How do I begin a timer, starting for example with a mouse click, then get the time of stimulus onset within a loop with reference to that timer, and then end the timer when a specific loop has completed?
The reason is because I plan to create an fMRI study and require onset times for data analysis, and I am also unsure of how many times I will stop/start scanning (I assume that acquisition will be in two runs).