Hi,
I'm new to PsychoPy and have created my first experiment using the builder on version 1.75.01 on a Macbook with 10.8.2.
I would like the presentation of my experiment to run as follows:
- Fixation point (text) presented for 0.6s
- Target images (image files) for 0.6s
- Response (text) until keyboard response
The timings seem to run fine on my Macbook, but when I try to run the experiment on a laptop running Windows Vista (still with PsychoPy 1.75.01) the timings do not display properly. The fixation point seems to appear for about 1 second and the target images only flash up very quickly (perhaps 0.1s). I have also tried this on an older macbook (sorry, I don't know the details) and the same thing happened.
Any help would be really appreciated. If this has already been discussed elsewhere and I've missed it, I'd be grateful for a link.
Thanks,Sarah--
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.
To view this discussion on the web visit https://groups.google.com/d/msg/psychopy-users/-/A9W18cBTacwJ.
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.
To view this discussion on the web visit https://groups.google.com/d/msg/psychopy-users/-/d5yfP5j010wJ.
For more options, visit https://groups.google.com/groups/opt_out.
-- Jonathan Peirce Nottingham Visual Neuroscience
Hi Jon
On Friday, 26 October 2012 12:12:14 UTC+1, Jon wrote:
Most likely your windows laptop and older macbook have weaker graphics cards (or CPUs). In particular it is taking a long time to render your text stimuli which delays the initial presentation of the images.
There are many ways that things can be rendered. For instance, PsychoPy aims to do everything on-the-fly as far as possible. That means things can be dynamic, which is good, but it places a heavy load on rendering at times. Fonts are at the extreme end of that, because laying out lots of letters takes computational power. It might well be that EPrime renders everything to images in advance and then just displays those images.Thanks for this suggestion. Sarah and I have just been playing around with this. The windows laptop where the timings are off in PsychoPy runs a similar experiment fine with E-Prime, so I assume it cannot be the graphics card?
You should be nervous about this on all software, not just PsychoPy. All software can fail to produce things that you request at precise times, given a heavy load, and you should try to check such things. At least in PsychoPy you can generate a log file that tells you exactly when things actually occurred very precisely (for visual stimuli - for sounds and keyboard presses it's less so, as they will be the with EPrime). It should also be spitting out warnings telling you if/when frames were dropped.I am a bit nervous about this: we only noticed this because the timings are so far off what we asked for (<100ms when we asked for 600ms). Is there a chance that there are more subtle timing errors introduced on other experiments which aren't so easily noticed?
-- Jonathan Peirce Nottingham Visual Neuroscience