Hi everyone,
I am using psychopy to generate a RDK experiment. I am using a field size covering all screen with a 250 pixel aperture in the middle of the screen where dots moving across. For experimental requirements I have to use an infinite dot life (-1) generating inhomogeneities in the dots distribution across the field (empty spots in distribution). This is the stimulus:
stimA_2 = visual.DotStim(
win=win, name='stimA_2',
nDots=NUM_OF_DOTS, dotSize=DOT_SIZE,
speed=DOT_SPEED, dir=1.0, coherence=1.0,
fieldPos=[0.0,0.0], fieldSize=CLOUD_SIZE,fieldShape='circle',
signalDots='different', noiseDots='direction',dotLife=DOT_LIFETIME,
color=BLUE, colorSpace='hsv', opacity=1,
depth=-4.0)```
I have tried to manipulate the noiseDots without results. Any suggestion? Thank you in advance!!
Best
Daniele