Generating Gabor patches during the experiment #756
-
Hi all, I am new to jsPsych, and I am trying to create a task that includes two Gabor patches being presented to the user during a trial. I am wondering if there is a way to generate them on-the-go, or before a trial, like in PsychtoolBox. Any suggestions/advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There's no built-in method for Gabor patches, but you could certainly incorporate a separate library for generating the patches into your experiment. This should allow you to generate them on demand. This library looks like a promising one to hook into: https://github.com/jtth/gaborgen-js |
Beta Was this translation helpful? Give feedback.
There's no built-in method for Gabor patches, but you could certainly incorporate a separate library for generating the patches into your experiment. This should allow you to generate them on demand.
This library looks like a promising one to hook into: https://github.com/jtth/gaborgen-js