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
so e.g. in the case of PsychoPy scripts, they could easily add smth like
import reprostim
## setup of their scripts
## right after getting trigger pulse:
reprostim.video_timestamp(experiment="1070_spacetop", id="the-beginning") # or alike
...
and so on. This way we could then detect those QR codes in the videos, potentially associate with specific experiments etc, and thus avoid the need for absolute synchronization with MRI clock (we have an issue #TODO) ...
The text was updated successfully, but these errors were encountered:
addition to
so e.g. in the case of PsychoPy scripts, they could easily add smth like
and so on. This way we could then detect those QR codes in the videos, potentially associate with specific experiments etc, and thus avoid the need for absolute synchronization with MRI clock (we have an issue #TODO) ...
The text was updated successfully, but these errors were encountered: