1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
Source: psychopy
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools,
help2man,
imagemagick,
python3-configobj,
xvfb,
xauth,
libgl1-mesa-dri,
python3-pyglet,
python3-pygame,
python3-opengl,
python3-scipy,
python3-matplotlib,
python3-lxml,
python3-pil,
python3-openpyxl,
python3-mock,
python3-wxgtk4.0,
python3-xlib,
python3-pyo,
python3-requests,
python3-opencv,
python3-serial,
python3-psutil,
python3-gevent,
python3-msgpack,
python3-yaml,
python3-pytest,
python3-json-tricks,
python3-pandas,
python3-zmq,
python3-gitlab,
python3-cryptography,
python3-questplus,
python3-distro
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/psychopy
Vcs-Git: https://salsa.debian.org/med-team/psychopy.git
Homepage: https://www.psychopy.org
Rules-Requires-Root: no
Package: psychopy
Architecture: all
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-pyglet | python3-pygame,
python3-opengl,
python3-numpy,
python3-scipy,
python3-matplotlib,
python3-lxml,
python3-configobj
Recommends: python3-wxgtk4.0,
python3-pyglet,
python3-pygame,
python3-openpyxl,
python3-opencv,
python3-pil,
python3-serial,
python3-pyo,
python3-psutil,
python3-requests,
python3-gevent,
python3-msgpack,
python3-yaml,
python3-xlib,
python3-pandas,
python3-questplus,
python3-distro,
libxxf86vm1,
ipython3,
python3-zmq,
python3-json-tricks,
python3-gitlab,
python3-pyxid,
python3-cryptography
Suggests: python3-iolabs,
libavbin0
Conflicts: libavbin0 (= 7-4+b1)
Provides: ${python3:Provides}
Description: environment for creating psychology stimuli in Python
PsychoPy provides an environment for creating psychology stimuli
using Python scripting language. It combines the graphical
strengths of OpenGL with easy Python syntax to give psychophysics
a free and simple stimulus presentation and control package.
.
The goal is to provide, for the busy scientist, tools to control
timing and windowing and a simple set of pre-packaged stimuli and
methods. PsychoPy features
.
- IDE GUI for coding in a powerful scripting language (Python)
- Builder GUI for rapid development of stimulation sequences
- Use of hardware-accelerated graphics (OpenGL)
- Integration with Spectrascan PR650 for easy monitor calibration
- Simple routines for staircase and constant stimuli experimental
methods as well as curve-fitting and bootstrapping
- Simple (or complex) GUIs via wxPython
- Easy interfaces to joysticks, mice, sound cards etc. via PyGame
- Video playback (MPG, DivX, AVI, QuickTime, etc.) as stimuli
|