A repository for my PsychoPy multiple object tracking experiment 1 code.
- Clone repository using
https://github.com/bitesizing/mot-task-exp-1.git
. - Install stable release of Python 3.10 for Windows 64-bit installer.
- Create virtual environment if desired. Add
requirements.txt
as dependencies to install required packages (or install manually)
- For non-blurry visuals on 2 and 4k monitors:
- display scaling will need to be set to 100% in Windows, using
Settings -> System -> Display -> Scale and Layout
. - You will also need to go into advanced scaling settings (on the same page), and disable
Fix scaling for apps
.
- display scaling will need to be set to 100% in Windows, using
- All experimental parameters can be modified in
constants.py
.- For information about specific parameters, check docstrings in
helpers/setting_dataclasses.py
. use_eyetracker
should be set to False as currently this only works for Tobii Fusion Pro. When False, this will use mouse position.
- For information about specific parameters, check docstrings in
- Simply run script
main.py
to begin the experiment. By default, data will be saved todata/final
.