https://github.com/mvdoc/glasgow_face_matching_test
PsychoPy implementation of the Glasgow Face Matching Test by Burton, White, & McNeill (2010)
https://github.com/mvdoc/glasgow_face_matching_test
Last synced: about 1 year ago
JSON representation
PsychoPy implementation of the Glasgow Face Matching Test by Burton, White, & McNeill (2010)
- Host: GitHub
- URL: https://github.com/mvdoc/glasgow_face_matching_test
- Owner: mvdoc
- License: mit
- Created: 2016-10-04T13:07:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T22:35:10.000Z (over 9 years ago)
- Last Synced: 2025-04-09T21:49:33.870Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.159304)
# PsychoPy Implementation of Glasgow Face Matching Test
This repository contains a PsychoPy implementation of the Glasgow Face Matching Test by Burton, White, & McNeill (2010). It's been written using **PsychoPy 1.84.1**. If you find any issues with other versions, feel free to open an issue and/or pull request.
If you use this implementation, please cite it using the Zenodo DOI, as well as the original paper by Burton, A. M., White, D., & McNeill, A. (2010). *The Glasgow face matching test.* Behavior Research Methods, 42(1), 286-291.
## Setup
1. Download the stimuli from the [York FaceVar Lab](http://www.facevar.com/downloads/gfmt)
2. Put the **jpg stimuli** in a `stimuli` folder within the directory where `gfmt.py` is, with the short and long version in two separate folders. This is the expected directory tree
```
├── gfmt.py
└── stimuli
├── long
│ ├── different
│ │ ├── 003_020_L.jpg
│ │ ├── ...
│ └── same
│ ├── 003_C2_DV.jpg
│ ├── ...
└── short
├── different
│ ├── 013_235_R.jpg
│ ├── ...
└── same
├── 020_C2_DV.jpg
├── ...
```
3. Use PsychoPy to run `gfmt.py`. Results will be under `./results`.
## Additional notes
Some minimal config can be changed in the `config.json` file, such as the parent stimulus directory, the results directory, and the response keys.