[open] Timings keyboard item and psychopy event
Hi,
I want to program my own keyboard response collection script. Now I wondered which function should I use, or in general which has the most accuracy timings? The classical keyboard response item that you drag and drop, or when you call it yourself (using import from openexp.keyboard import keyboard and then keyboard() ) or the psychopy event package (http://www.psychopy.org/api/event.html)?
Thanks!
Comments
Hi,
If you're using the PsychoPy backend, the psychopy functions you are referring to will be used by OpenSesame. Therefore it should make no (or very little; i.e. microseconds) difference.
Best,
Edwin