--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To post to this group, send email to psychop...@googlegroups.com.
To unsubscribe from this group, send email to psychopy-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/psychopy-users?hl=en.
I am running v1.71.00 on both Linux and Windows. I am having problems with the staircase loop in builder. I can run the builder psychophysicsStaircase demo fine. If I try and edit the trials loop I get the following error in the coder view output window:
File "C:\Program Files\PsychoPy2\lib\site-packages\psychopy-1.70.00-py2.6.egg\psychopy\app\builder\builder.py", line 342, in OnMouse
self.editLoopProperties(loop=comp)
File "C:\Program Files\PsychoPy2\lib\site-packages\psychopy-1.70.00-py2.6.egg\psychopy\app\builder\builder.py", line 312, in editLoopProperties
condOrig = loop.params['conditions'].val
KeyError: 'conditions'
I have no idea why the error say 1.70.00 and not 1.71.01. I am also not sure if that is what is causing the error. If I try and build my own experiment and add a loop with insert loop and set the loopType to be staircase, I get the following error:
Traceback (most recent call last):
File "C:\Program Files\PsychoPy2\lib\site-packages\psychopy-1.70.00-py2.6.egg\psychopy\app\builder\builder.py", line 2273, in onOK
self.refreshConditions()
File "C:\Program Files\PsychoPy2\lib\site-packages\psychopy-1.70.00-py2.6.egg\psychopy\app\builder\builder.py", line 2250, in refreshConditions
val = self.currentCtrls['conditionsFile'].valueCtrl.GetValue()
KeyError: 'conditionsFile'
Again, it refers to 1.70.00. Any ideas as to what I am doing wrong?
Thanks
Dan
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To post to this group, send email to psychop...@googlegroups.com.
To unsubscribe from this group, send email to psychopy-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/psychopy-users?hl=en.
-- Dr. Jonathan Peirce Nottingham Visual Neuroscience http://www.peirce.org.uk/
To unsubscribe from this group and stop receiving emails from it, send an email to psychopy-user...@googlegroups.com.
To post to this group, send email to psychop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psychopy-users/c655391b-1097-4440-8efa-c75363dd9eea%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
-- Jonathan Peirce Nottingham Visual Neuroscience http://www.peirce.org.uk
This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system, you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
In order to generate noise you want to create a code component like this: http://www.psychopy.org/builder/components/code.html#create-a-patch-of-noise
If you want the grating to be on top of it then just make sure it's drawn before the grating and if you want it to overlay the grating do the opposite.