Open run.py
in the PsychoPy Coder window and click Run.
Edit experiment.py
to your liking.
Edit run.py
to display the correct stimuli based on what is in experiment.py
Put experiment-specific stimuli classes in custom_stimli.py
.
- Global settings are defined in
settings/base.py
. - Environment-specific settings have their own file modules, e.g.
mri.py
anddev.py
(development). - The environment can be switched by changing the
ENV
variable insettings/base.py