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) ...
addition to
116
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) ...