Doc_code
 
Cargando...
Buscando...
Nada coincide
Referencia del espacio de nombres constants

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
 

Documentación de variables

◆ BGC

tuple constants.BGC = (125, 125, 125)

Definición en la línea 72 del archivo constants.py.

◆ CENTER

tuple constants.CENTER = (DISPSIZE[0] // 2, DISPSIZE[1] // 2)

Definición en la línea 69 del archivo constants.py.

◆ CURSORCOLOUR

str constants.CURSORCOLOUR = 'pink'

Definición en la línea 120 del archivo constants.py.

◆ CURSORFILL

bool constants.CURSORFILL = True

Definición en la línea 121 del archivo constants.py.

◆ CURSORPENWIDTH

int constants.CURSORPENWIDTH = 3

Definición en la línea 122 del archivo constants.py.

◆ CURSORSIZE

int constants.CURSORSIZE = 20

Definición en la línea 119 del archivo constants.py.

◆ CURSORTYPE

str constants.CURSORTYPE = 'cross'

Definición en la línea 118 del archivo constants.py.

◆ DISPSIZE

tuple constants.DISPSIZE = (1920,1080)

Definición en la línea 68 del archivo constants.py.

◆ DISPTYPE

str constants.DISPTYPE = 'pygame'

Definición en la línea 67 del archivo constants.py.

◆ DUMMYMODE

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.

◆ FGC

tuple constants.FGC = (0,0,0)

Definición en la línea 73 del archivo constants.py.

◆ FRLDIST

int constants.FRLDIST = 125

Definición en la línea 112 del archivo constants.py.

◆ FRLPOS

str constants.FRLPOS = 'center'

Definición en la línea 114 del archivo constants.py.

◆ FRLSIZE

int constants.FRLSIZE = 200

Definición en la línea 111 del archivo constants.py.

◆ FRLTYPE

str constants.FRLTYPE = 'gauss'

Definición en la línea 113 del archivo constants.py.

◆ JOYBUTTONLIST

constants.JOYBUTTONLIST = None

Definición en la línea 94 del archivo constants.py.

◆ JOYTIMEOUT

constants.JOYTIMEOUT = None

Definición en la línea 95 del archivo constants.py.

◆ KEYLIST

constants.KEYLIST = None

Definición en la línea 92 del archivo constants.py.

◆ KEYTIMEOUT

int constants.KEYTIMEOUT = 1

Definición en la línea 93 del archivo constants.py.

◆ LOGFILE

str constants.LOGFILE = LOGFILENAME[:]

Definición en la línea 26 del archivo constants.py.

◆ LOGFILENAME

str constants.LOGFILENAME = 'default'

Definición en la línea 25 del archivo constants.py.

◆ MOUSEBUTTONLIST

constants.MOUSEBUTTONLIST = None

Definición en la línea 90 del archivo constants.py.

◆ MOUSETIMEOUT

constants.MOUSETIMEOUT = None

Definición en la línea 91 del archivo constants.py.

◆ MOUSEVISIBLE

bool constants.MOUSEVISIBLE = False

Definición en la línea 71 del archivo constants.py.

◆ SACCACCTHRESH

int constants.SACCACCTHRESH = 9500

Definición en la línea 102 del archivo constants.py.

◆ SACCVELTHRESH

int constants.SACCVELTHRESH = 35

Definición en la línea 101 del archivo constants.py.

◆ SCREENNR

int constants.SCREENNR = 0

Definición en la línea 66 del archivo constants.py.

◆ SCREENSIZE

tuple constants.SCREENSIZE = (52.8, 29.7)

Definición en la línea 70 del archivo constants.py.

◆ SMIIP

str constants.SMIIP = '127.0.0.1'

Definición en la línea 105 del archivo constants.py.

◆ SMIRECEIVEPORT

int constants.SMIRECEIVEPORT = 5555

Definición en la línea 107 del archivo constants.py.

◆ SMISENDPORT

int constants.SMISENDPORT = 4444

Definición en la línea 106 del archivo constants.py.

◆ SOUNDATTACK

int constants.SOUNDATTACK = 0

Definición en la línea 81 del archivo constants.py.

◆ SOUNDBUFFERSIZE

int constants.SOUNDBUFFERSIZE = 1024

Definición en la línea 83 del archivo constants.py.

◆ SOUNDCHANNELS

int constants.SOUNDCHANNELS = 2

Definición en la línea 86 del archivo constants.py.

◆ SOUNDDECAY

int constants.SOUNDDECAY = 5

Definición en la línea 82 del archivo constants.py.

◆ SOUNDFREQUENCY

int constants.SOUNDFREQUENCY = 440

Definición en la línea 79 del archivo constants.py.

◆ SOUNDLENGTH

int constants.SOUNDLENGTH = 100

Definición en la línea 80 del archivo constants.py.

◆ SOUNDOSCILLATOR

str constants.SOUNDOSCILLATOR = 'sine'

Definición en la línea 78 del archivo constants.py.

◆ SOUNDSAMPLESIZE

int constants.SOUNDSAMPLESIZE = -16

Definición en la línea 85 del archivo constants.py.

◆ SOUNDSAMPLINGFREQUENCY

int constants.SOUNDSAMPLINGFREQUENCY = 48000

Definición en la línea 84 del archivo constants.py.

◆ TRACKERSERIALNUMBER

str constants.TRACKERSERIALNUMBER = 'TPFC6-010203158072'

Definición en la línea 100 del archivo constants.py.

◆ TRACKERTYPE

str constants.TRACKERTYPE = 'tobii'

Definición en la línea 99 del archivo constants.py.

◆ TRIALS

int constants.TRIALS = 5

Definición en la línea 27 del archivo constants.py.