Thaiz / psychopy

Automatically exported from code.google.com/p/psychopy
0 stars 0 forks source link

DotStimuli doesn't support Orientation change #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Load demo dots.py into the code viewer
2. Add:

while True:#quits after 20 secs
    dotPatch.draw()
    dotPatch.setOri(1,'+')

3. Start experiment

Expected is that the random dot stimulus changes its orientation every frame.

Output:     dotPatch.setOri(1,'+')
  File "/Users/jwp/code/psychopy/psychopy/visual.py", line 870, in setOri
  File "/Users/jwp/code/psychopy/psychopy/visual.py", line 1132, in _set
  File "<string>", line 1, in <module>
AttributeError: DotStim instance has no attribute 'ori'

Reproducible with 1.60.04d under Snow Leopard 10.6.3 and MacPro hardware.

Original issue reported on code.google.com by matherre...@gmail.com on 1 Apr 2010 at 7:42

GoogleCodeExporter commented 8 years ago
Please let me know if you need more information. 

Original comment by matherre...@gmail.com on 1 Apr 2010 at 8:45

GoogleCodeExporter commented 8 years ago

Original comment by jon.pei...@gmail.com on 11 May 2010 at 9:39