Changes

Jump to navigation Jump to search
890 bytes added ,  10:22, 2 March 2018
no edit summary
Line 34: Line 34:  
   }}
 
   }}
 
}}
 
}}
 +
There will be a [http://tsgdoc.socsci.ru.nl/index.php?title=Workshop:_Python_for_social_scientists Psychopy workshop] again this year.
 +
 
PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate.
 
PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate.
   Line 42: Line 44:     
== Learning PsychoPy ==
 
== Learning PsychoPy ==
* [https://www.socsci.ru.nl/~wilberth/psychopy/index.html psychopy tutorial website]
+
* [https://www.socsci.ru.nl/wilberth/psychopy/index.html psychopy tutorial website]
 
* [[PsychoPy-Matplotlib|Combining Psychopy and Matplotlib]]
 
* [[PsychoPy-Matplotlib|Combining Psychopy and Matplotlib]]
   Line 49: Line 51:     
== Troubleshooting ==
 
== Troubleshooting ==
 +
 +
==== Version Change to 1.85 ====
 +
 +
If you use audio in psychopy, but you do not choose the back-end yourself (this is the default method), then sound will be played in a different, more reliable way.
 +
This may lead to slightly larger but still small latency.We do not expect this to be problematic.
 +
If you have any questions about this, come to TSG.
 +
Do you use audio in psychopy and choose your own backend with the following line:
 +
 +
''prefs.general['audioLib'] = ['pyo']''
 +
 +
change this
 +
 +
''prefs.general['audioLib'] = ['sounddevice']''
 +
 +
This may lead to slightly larger but still small latency. We do not expect this to be problematic.
 +
 +
If you have any questions about this, come to TSG.
 +
 +
Also see: https://github.com/psychopy/psychopy/releases/tag/1.85.0
    
==== Version History ====
 
==== Version History ====

Navigation menu