Skip to content

sedghi/psychopy-project-template

 
 

Repository files navigation

Psychopy project template

Running the experiment

Open run.py in the PsychoPy Coder window and click Run.

For experiment designers

Edit experiment.py to your liking.

For developers

Edit run.py to display the correct stimuli based on what is in experiment.py

Put experiment-specific stimuli classes in custom_stimli.py.

Settings

  • Global settings are defined in settings/base.py.
  • Environment-specific settings have their own file modules, e.g. mri.py and dev.py (development).
  • The environment can be switched by changing the ENV variable in settings/base.py

About

A template for a PsychoPy project. Aims to separate concerns of the experiment designer and the programmer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published