Giter Club home page Giter Club logo

pvrt's Introduction

PVRT - Peripheral Visual Recognition Task for Python
====================================================
by Simon Schwab

PVRT (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 processing

A. Requirements
===============

- PsychoPy v1.60 or highter (http://www.psychopy.org/)
- Tk/Tkinter a Graphical User Interface Framework
- PortIO (http://portio.inrim.it/)
- OpenGL

B. Installation instruction for Ubuntu
======================================

a) Install PsychoPy requirements
  $ sudo apt-get install python-wxgtk2.8 python-numpy python-scipy python-pyglet

b) $ sudo apt-get install psychopy

c) Install Tkinter
   $ sudo apt-get install python-tk #if not already installed

d) 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 install

f) $ 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

pvrt's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.