Doc_code
 
Cargando...
Buscando...
Nada coincide
Referencia del archivo constants.py

Ir al código fuente de este archivo.

Espacios de nombres

namespace  constants
 

Variables

bool constants.DUMMYMODE = False
 This file is part of PyGaze - the open-source toolbox for eye tracking.
 
str constants.LOGFILENAME = 'default'
 
str constants.LOGFILE = LOGFILENAME[:]
 
int constants.TRIALS = 5
 
int constants.SCREENNR = 0
 
str constants.DISPTYPE = 'pygame'
 
tuple constants.DISPSIZE = (1920,1080)
 
tuple constants.CENTER = (DISPSIZE[0] // 2, DISPSIZE[1] // 2)
 
tuple constants.SCREENSIZE = (52.8, 29.7)
 
bool constants.MOUSEVISIBLE = False
 
tuple constants.BGC = (125, 125, 125)
 
tuple constants.FGC = (0,0,0)
 
str constants.SOUNDOSCILLATOR = 'sine'
 
int constants.SOUNDFREQUENCY = 440
 
int constants.SOUNDLENGTH = 100
 
int constants.SOUNDATTACK = 0
 
int constants.SOUNDDECAY = 5
 
int constants.SOUNDBUFFERSIZE = 1024
 
int constants.SOUNDSAMPLINGFREQUENCY = 48000
 
int constants.SOUNDSAMPLESIZE = -16
 
int constants.SOUNDCHANNELS = 2
 
 constants.MOUSEBUTTONLIST = None
 
 constants.MOUSETIMEOUT = None
 
 constants.KEYLIST = None
 
int constants.KEYTIMEOUT = 1
 
 constants.JOYBUTTONLIST = None
 
 constants.JOYTIMEOUT = None
 
str constants.TRACKERTYPE = 'tobii'
 
str constants.TRACKERSERIALNUMBER = 'TPFC6-010203158072'
 
int constants.SACCVELTHRESH = 35
 
int constants.SACCACCTHRESH = 9500
 
str constants.SMIIP = '127.0.0.1'
 
int constants.SMISENDPORT = 4444
 
int constants.SMIRECEIVEPORT = 5555
 
int constants.FRLSIZE = 200
 
int constants.FRLDIST = 125
 
str constants.FRLTYPE = 'gauss'
 
str constants.FRLPOS = 'center'
 
str constants.CURSORTYPE = 'cross'
 
int constants.CURSORSIZE = 20
 
str constants.CURSORCOLOUR = 'pink'
 
bool constants.CURSORFILL = True
 
int constants.CURSORPENWIDTH = 3