https://github.com/mwaskom/cregg
Utilities for running psychology experiments
https://github.com/mwaskom/cregg
Last synced: 10 months ago
JSON representation
Utilities for running psychology experiments
- Host: GitHub
- URL: https://github.com/mwaskom/cregg
- Owner: mwaskom
- License: bsd-3-clause
- Created: 2013-04-20T22:06:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T18:59:59.000Z (over 9 years ago)
- Last Synced: 2025-03-17T12:19:41.087Z (10 months ago)
- Language: Python
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tools for Psychology Experiments
================================
Contains a set of reusable classes and functions that support
the collection of data from experimental subjects.
Some of these tools assume a tightly integrated design ecosystem; others will
be more generally useful. At the moment these are not separated out very well.
Most of this code assumes the use of [PsychoPy](http://www.psychopy.org/)
for controlling the actual stimulus presentation,
The [moss](https://github.com/mwaskom/moss) package also includes some
functions that were written to facilitate experimental design; they
may be merged here eventually.
It is possible that the scope will be expanded in the future to include
utilities inteded to support web-based experiments.
Installation
------------
$ python setup.py install
Testing
-------
$ nosetests
*Note:* The test coverage for these tools is considerably lighter than
would be ideal. Tread carefully.
Development
-----------
https://github.com/mwaskom/cregg