Psych Toolbar is a suite of graphical user interfaces (GUIs) and functions for Matlab, intended to simplify the management of experimental control parameters for running behavioral neuroscience experiments. Psych Toolbar is written in the Matlab interpreted language and designed to interface with commonly used Matlab extensions for behavioral neuroscience, namely PsychToolbox.
Psych Toolbar was initially developed at the National Institutes of Health, for use in functional brain imaging and electrophysiology studies in awake, behaving animals. It is made available to the research community as a more open-ended and customizable alternative to the excellent NIMH Monkey Logic extension for Matlab, which is also worth considering for your research needs.
PsychToolbar#
Basic Overview#
Psych Toolbar is flexibly designed to be of benefit to both novice and experienced researchers. For the novice with little programming experience, the Psych Toolbar’s graphic environment offers an intuitive way of getting simple visual experiments up and running quickly. For this purpose, a series of commonly used experimental templates are provided, including:
Eye-tracker calibration
Presentation of static images (e.g. fMRI ‘face patch localizer’)
Presentation of movie clips (e.g. fMRI block design)
Presentation of abstract graphics (e.g. dot motion, gratings, retinotopic mapping stimuli)
For the advanced user, Psych Toolbar provides a fast and user-friendly means of editing and organizing the many variables involved (via GUIs), which can then be optionally accessed in your own experimental code through the Params object class. PTB sub-functions allow common tasks that may occur throughout an experiment (e.g. reward delivery) to be executed with a single line of code, thus minimizing the amount of code required to write new experiments.
Panels and Tabs#
Icon |
Tab |
Description |
|---|---|---|
Menus to specify detals for the current session |
||
Buttons to execute specific actions, such as starting or stopping an experiment. |
||
Launch apps to control settings of essential components of behavioural experiments, such as visual displays, eye tracking and reward. |
||
Launch apps to adjust settings for specific pre-programmed behavioral experiment types. Optionally add apps to adjust parameters of your own custom experiments. |
||
Launch apps to adjust settings specific to functional MRI experiments. |
||
Launch apps to adjust settings specific to electrophysiology experiments. |
||
Launch apps to run equipment calibration functions. |
Installation#
The Psych Toolbar can be either downloaded or cloned from the GitHub repository. The computer system should already be configured as outlined in System Installation.