Variables | |
| bool | DUMMYMODE = False |
| This file is part of PyGaze - the open-source toolbox for eye tracking. | |
| str | LOGFILENAME = 'default' |
| str | LOGFILE = LOGFILENAME[:] |
| int | TRIALS = 5 |
| int | SCREENNR = 0 |
| str | DISPTYPE = 'pygame' |
| tuple | DISPSIZE = (1920,1080) |
| tuple | CENTER = (DISPSIZE[0] // 2, DISPSIZE[1] // 2) |
| tuple | SCREENSIZE = (52.8, 29.7) |
| bool | MOUSEVISIBLE = False |
| tuple | BGC = (125, 125, 125) |
| tuple | FGC = (0,0,0) |
| str | SOUNDOSCILLATOR = 'sine' |
| int | SOUNDFREQUENCY = 440 |
| int | SOUNDLENGTH = 100 |
| int | SOUNDATTACK = 0 |
| int | SOUNDDECAY = 5 |
| int | SOUNDBUFFERSIZE = 1024 |
| int | SOUNDSAMPLINGFREQUENCY = 48000 |
| int | SOUNDSAMPLESIZE = -16 |
| int | SOUNDCHANNELS = 2 |
| MOUSEBUTTONLIST = None | |
| MOUSETIMEOUT = None | |
| KEYLIST = None | |
| int | KEYTIMEOUT = 1 |
| JOYBUTTONLIST = None | |
| JOYTIMEOUT = None | |
| str | TRACKERTYPE = 'tobii' |
| str | TRACKERSERIALNUMBER = 'TPFC6-010203158072' |
| int | SACCVELTHRESH = 35 |
| int | SACCACCTHRESH = 9500 |
| str | SMIIP = '127.0.0.1' |
| int | SMISENDPORT = 4444 |
| int | SMIRECEIVEPORT = 5555 |
| int | FRLSIZE = 200 |
| int | FRLDIST = 125 |
| str | FRLTYPE = 'gauss' |
| str | FRLPOS = 'center' |
| str | CURSORTYPE = 'cross' |
| int | CURSORSIZE = 20 |
| str | CURSORCOLOUR = 'pink' |
| bool | CURSORFILL = True |
| int | CURSORPENWIDTH = 3 |
| tuple constants.BGC = (125, 125, 125) |
Definición en la línea 72 del archivo constants.py.
Definición en la línea 69 del archivo constants.py.
| str constants.CURSORCOLOUR = 'pink' |
Definición en la línea 120 del archivo constants.py.
| bool constants.CURSORFILL = True |
Definición en la línea 121 del archivo constants.py.
| int constants.CURSORPENWIDTH = 3 |
Definición en la línea 122 del archivo constants.py.
| int constants.CURSORSIZE = 20 |
Definición en la línea 119 del archivo constants.py.
| str constants.CURSORTYPE = 'cross' |
Definición en la línea 118 del archivo constants.py.
| tuple constants.DISPSIZE = (1920,1080) |
Definición en la línea 68 del archivo constants.py.
| str constants.DISPTYPE = 'pygame' |
Definición en la línea 67 del archivo constants.py.
| bool constants.DUMMYMODE = False |
This file is part of PyGaze - the open-source toolbox for eye tracking.
PyGaze is a Python module for easily creating gaze contingent experiments or other software (as well as non-gaze contingent experiments/software) Copyright (C) 2012-2013 Edwin S. Dalmaijer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
version: 0.4 (25-03-2013)
Definición en la línea 24 del archivo constants.py.
| tuple constants.FGC = (0,0,0) |
Definición en la línea 73 del archivo constants.py.
| int constants.FRLDIST = 125 |
Definición en la línea 112 del archivo constants.py.
| str constants.FRLPOS = 'center' |
Definición en la línea 114 del archivo constants.py.
| int constants.FRLSIZE = 200 |
Definición en la línea 111 del archivo constants.py.
| str constants.FRLTYPE = 'gauss' |
Definición en la línea 113 del archivo constants.py.
| constants.JOYBUTTONLIST = None |
Definición en la línea 94 del archivo constants.py.
| constants.JOYTIMEOUT = None |
Definición en la línea 95 del archivo constants.py.
| constants.KEYLIST = None |
Definición en la línea 92 del archivo constants.py.
| int constants.KEYTIMEOUT = 1 |
Definición en la línea 93 del archivo constants.py.
| str constants.LOGFILE = LOGFILENAME[:] |
Definición en la línea 26 del archivo constants.py.
| str constants.LOGFILENAME = 'default' |
Definición en la línea 25 del archivo constants.py.
| constants.MOUSEBUTTONLIST = None |
Definición en la línea 90 del archivo constants.py.
| constants.MOUSETIMEOUT = None |
Definición en la línea 91 del archivo constants.py.
| bool constants.MOUSEVISIBLE = False |
Definición en la línea 71 del archivo constants.py.
| int constants.SACCACCTHRESH = 9500 |
Definición en la línea 102 del archivo constants.py.
| int constants.SACCVELTHRESH = 35 |
Definición en la línea 101 del archivo constants.py.
| int constants.SCREENNR = 0 |
Definición en la línea 66 del archivo constants.py.
| tuple constants.SCREENSIZE = (52.8, 29.7) |
Definición en la línea 70 del archivo constants.py.
| str constants.SMIIP = '127.0.0.1' |
Definición en la línea 105 del archivo constants.py.
| int constants.SMIRECEIVEPORT = 5555 |
Definición en la línea 107 del archivo constants.py.
| int constants.SMISENDPORT = 4444 |
Definición en la línea 106 del archivo constants.py.
| int constants.SOUNDATTACK = 0 |
Definición en la línea 81 del archivo constants.py.
| int constants.SOUNDBUFFERSIZE = 1024 |
Definición en la línea 83 del archivo constants.py.
| int constants.SOUNDCHANNELS = 2 |
Definición en la línea 86 del archivo constants.py.
| int constants.SOUNDDECAY = 5 |
Definición en la línea 82 del archivo constants.py.
| int constants.SOUNDFREQUENCY = 440 |
Definición en la línea 79 del archivo constants.py.
| int constants.SOUNDLENGTH = 100 |
Definición en la línea 80 del archivo constants.py.
| str constants.SOUNDOSCILLATOR = 'sine' |
Definición en la línea 78 del archivo constants.py.
| int constants.SOUNDSAMPLESIZE = -16 |
Definición en la línea 85 del archivo constants.py.
| int constants.SOUNDSAMPLINGFREQUENCY = 48000 |
Definición en la línea 84 del archivo constants.py.
| str constants.TRACKERSERIALNUMBER = 'TPFC6-010203158072' |
Definición en la línea 100 del archivo constants.py.
| str constants.TRACKERTYPE = 'tobii' |
Definición en la línea 99 del archivo constants.py.
| int constants.TRIALS = 5 |
Definición en la línea 27 del archivo constants.py.