/psychopy-geometric-illusuions

This is a repo for developing a python module for conducting psychopysical experiments. The experiments will be on 2-d geometric visual illusions.

Primary LanguagePythonMIT LicenseMIT

psychopy-geometric-illusions

This is a repo for developing a python module for conducting psychophysical experiments, to measure the intensity of 2-d geometric visual illusions. The goal is to develop a system indepent binaries so that people can easily set up the experiment themselves.
This repo will only contain the finished executables and other experimental details, follow the developement of the underlying geom_illusion_2d python package or creation of the binaries here.

To do list

  • Track all the used libraries and update the requirements.
  • create and upload the whole python package to PyPi.
  • Find a suitable freezing package for 1-click excecutable creation. Probably can use PyInstaller as suggested here
  • Test the v0.1 executable for windows.

Installation

The support for 1-click executables with come in the order mentioned below.

Windows

Ubuntu

Fedora

Arch-linux

Required packages for using the experiment.

psychopy
pandas
wxpython
pyyaml
psutil
msgpack
gevent
python-xlib

Need to track the other libraries.

Experiments that can be conducted

  1. Muller lyer illusion experiments
  2. Baldwin illusion experiment

In the future ponzo's illusion may be included.

Downloads:

version 0.1 yet to be released