I’m making an experiment in which participants discriminate Gabor patches from patches of visual noise. I was hoping to generate the noise patches in the experiment, and also save them as image files to a folder for later analysis.
In Pavlovia, is it possible to:
-
Generate patches of noise? (I have this working in PsychoPy with the Noise stimuli component, but no noise stimuli appear on Pavlovia)
-
Save generated stimuli as image files? (In PsychoPy I can get a screenshot of the whole window with
visual.BufferImageStim(win, stim=[noise_stim])
orwin.saveMovieFrames('screenshot.jpg')
, but neither seem to work in Pavlovia)