That’s probably just noise because the switch happens instantaneously. Or maybe the program draws Img2 slightly before so that it exists when Img1 disappears. Does this timing matter a ton for your experiment?
Thanks for your reply Sal. Since this would be an fMRI experiment I would really need to know when stimuli are appearing on screen but from these values I don’t understand if Img2 appears at 21.15 or 21.19.
Oh I see. My guess would be 21.19, because Img2 is drawn before being displayed when Img1 disappears, but don’t quote me on that. Are you using a code component to select/switch the images? If so, maybe you can put console.log(t) next to the line in your code where the images switch so you can compare the outputs?