Skip to content

Problem with duration of stimuli display #761

Answered by vijaymarupudi
prajwalgatti asked this question in Q&A
Discussion options

You must be logged in to vote

I would not use time_elapsed for this purpose. time_elapsed contains the time the browser takes to paint and setup the experiment for each trial. You should use data.rt for your timing needs.

Since in your case, you don't get a keyboard response, I can assure you that the stimulus is actually visible for around 200ms. time_elapsed gives you a measure that includes the time taken by your graphic cards to paint the gabor patch to the screen (during which it is not visible).

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@prajwalgatti
Comment options

@vijaymarupudi
Comment options

@prajwalgatti
Comment options

Answer selected by prajwalgatti
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants