Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schw4b/pvrt
A python package based on PsychoPy for a visual experiment, the "peripheral visual recogniton task''.
https://github.com/schw4b/pvrt
Last synced: 12 days ago
JSON representation
A python package based on PsychoPy for a visual experiment, the "peripheral visual recogniton task''.
- Host: GitHub
- URL: https://github.com/schw4b/pvrt
- Owner: schw4b
- License: gpl-3.0
- Created: 2015-04-07T13:06:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T13:40:32.000Z (over 9 years ago)
- Last Synced: 2023-03-01T05:12:02.434Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
PVRT - Peripheral Visual Recognition Task for Python
====================================================
by Simon SchwabPVRT (Peripheral visual recognition task) is opensource Python software
based on the PsychoPy framework to conduct visual experiments, in which
first a visual target is presented in the center and then in the periphery
of the visual field.- Presentation of visual stimuli using OpenGL
- Recording of subject responses through parallel port using the PortIO library
- Eye and head calibration according to the requirements of the eye tracker
- Notification of the eye tracker (TTL signals)
- Well structured data files for further processingA. Requirements
===============- PsychoPy v1.60 or highter (http://www.psychopy.org/)
- Tk/Tkinter a Graphical User Interface Framework
- PortIO (http://portio.inrim.it/)
- OpenGLB. Installation instruction for Ubuntu
======================================a) Install PsychoPy requirements
$ sudo apt-get install python-wxgtk2.8 python-numpy python-scipy python-pygletb) $ sudo apt-get install psychopy
c) Install Tkinter
$ sudo apt-get install python-tk #if not already installedd) PortIO
Download PortIO from http://portio.inrim.it/ and unpack it
$ tar xvf portio-0.4.tar.gz
$ cd portio-0.4/
But first, before we build it, you need python-dev
$ sudo apt-get install python-dev #if not already installed
Build and install PortIO
$ sudo python setup.py installf) $ sudo apt-get install python-opengl #if not already installed
g) Finally, install and run pvrtask
Unpack the pvrtask package
cd pvrtask/src
$ sudo python pvrtask.py