You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently runNumber will no be reset in any case. A reset method would be helpful if the next state after max run number is some state before the current state. In this case the counter should be reset to zero.
Certainly a bit dangerous because it could results in infinite loop
The text was updated successfully, but these errors were encountered:
The obj.runNumber counter is reset for every trial, but indeed not within trial. Do you have a working example where that would be necessary, risking that you run into an infinite loop?
Implementing such a feature is not so difficult, but as a safeguard I'd want to provide an interactive cancel functionality with it.
The obj.runNumber counter is reset for every trial, but indeed not within trial. Do you have a working example where that would be necessary, risking that you run into an infinite loop?
The senerio i wanted to do this: at the start of a given trial show Klecks a image to relax and then after the freee viewing for 10 seconds do drift correction, and after that in the same trial to acquire fixation three times so taht i can validate the corrected gaze position. The flow would look like this:
ARCADE/arcade/Core/State.m
Lines 113 to 114 in b609bdf
Currently runNumber will no be reset in any case. A reset method would be helpful if the next state after max run number is some state before the current state. In this case the counter should be reset to zero.
Certainly a bit dangerous because it could results in infinite loop
The text was updated successfully, but these errors were encountered: