Skip to content

ChengranAA/fmri_project_um

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b8ce2f · Nov 25, 2022

History

53 Commits
Nov 18, 2022
Nov 25, 2022
Nov 22, 2022
Nov 20, 2022
Nov 18, 2022
Nov 24, 2022
Nov 23, 2022
Nov 22, 2022
Nov 24, 2022
Nov 22, 2022
Nov 24, 2022

Repository files navigation

fMRI Experiment Programming Project

Notes

Folders named Resources and Data will be ignored by the git program. This way some unecessary resources will be run locally to limit the space took up in git repository.

To-do list

  • Odd ball responses
  • Save the jitter to a file
  • Localizer
  • might be useful if we have a mock scanner program that sends keystroke "5" every 1.5s

How to setup the environment

Download the latest version of the Psychopy from their github release page. https://github.com/psychopy/psychopy/releases. The version we use in this study is PsychoPy 2022.2.4.

The program is a standalone app which don't need any other packages. It contains some necessary libaries which come in handy. The main program opens with three windows. The one we need is the Runner window.

runner_picture.png

Resources

Psychopy reference manual: https://psychopy.org/api/index.html

Github source code: https://github.com/psychopy/psychopy

Books: Building Experiments in PsychoPy (for Builder usage, gives an idea of how psychopy works)

Books: https://www.psychopy.org/PsychoPyManual.pdf (detailed references)