Difference between revisions of "Psychopy"

From TSG Doc
Jump to navigation Jump to search
(add workshop notice)
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:Psychopy.jpg|right|150px]]
+
{{mbox
 +
| type = notice
 +
| text = There will be a Psychopy [http://tsgdoc.socsci.ru.nl/index.php?title=Workshop:_Python_for_social_scientists workshop] in april
 +
| image = {{{image|}}}
 +
}}
 +
{{Infobox software
 +
| name                  = Psychopy
 +
| logo                  = Psychopy Logo.png
 +
| logo size              = 250px
 +
| screenshot            =
 +
| caption                =
 +
| developer              =
 +
| released              = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| discontinued          =
 +
| latest release version =
 +
| latest release date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| latest preview version =
 +
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| installed version      =
 +
| installed version date = <!-- {{Start date and age|YYYY|MM|DD|df=yes}} -->
 +
| status                = Active
 +
| programming language  = Python
 +
| operating system      =
 +
| platform              =
 +
| size                  =
 +
| language              =
 +
| genre                  =
 +
| license                =
 +
| website                =
 +
| resources              =
 +
  {{Infobox tsg
 +
    | child              = yes
 +
    | downloads          = {{bulleted list
 +
        | [[Media:TemplatePsychopy2013.zip|Template]]
 +
    }}
 +
    | manuals            = {{bulleted list
 +
        | [https://www.socsci.ru.nl/~wilberth/psychopy/index.html Course]
 +
    }}
 +
  }}
 +
}}
 
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.
  
 +
== Installation ==
 +
{{see also|Psychopy installation}}
 +
Click [http://www.psychopy.org/installation.html here] for more information on installing PsychoPy. For Radboud Social Sciences specific instructions, visit the [[Psychopy installation]] page.
 +
 +
 +
== Learning PsychoPy ==
 +
* [https://www.socsci.ru.nl/wilberth/psychopy/index.html psychopy tutorial website]
 +
* [[PsychoPy-Matplotlib|Combining Psychopy and Matplotlib]]
  
== Course ==
 
[https://www.socsci.ru.nl/~wilberth/psychopy/index.html psychopy course website]
 
 
== Templates ==
 
== Templates ==
 
Find the presentation Template here [[Media:TemplatePsychopy2013.zip]]
 
Find the presentation Template here [[Media:TemplatePsychopy2013.zip]]
Line 10: Line 55:
 
== Troubleshooting ==
 
== Troubleshooting ==
  
==== Version History / Bug fixes ====
+
==== 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 ====
  
 
For version history and bug fixes please check here: http://www.psychopy.org/changelog.html
 
For version history and bug fixes please check here: http://www.psychopy.org/changelog.html
Line 17: Line 81:
  
 
For various information please click here: https://groups.google.com/forum/#!forum/psychopy-users
 
For various information please click here: https://groups.google.com/forum/#!forum/psychopy-users
 +
 +
==== GitHub Repository ====
 +
 +
For requests / bug report / issues click here: https://github.com/psychopy/psychopy

Revision as of 16:37, 6 March 2020

Psychopy
Psychopy Logo.png
Development statusActive
Written inPython
Downloads
Manuals

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.

Installation

Click here for more information on installing PsychoPy. For Radboud Social Sciences specific instructions, visit the Psychopy installation page.


Learning PsychoPy

Templates

Find the presentation Template here Media:TemplatePsychopy2013.zip

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

For version history and bug fixes please check here: http://www.psychopy.org/changelog.html

Google Mailing list

For various information please click here: https://groups.google.com/forum/#!forum/psychopy-users

GitHub Repository

For requests / bug report / issues click here: https://github.com/psychopy/psychopy