Fullscreen status in logs?

Part way through the semester someone turned off Full-screen window in the experiment settings. Does the psydat logfile save whether or not the experiment was displayed in fullscreen? I tried looking at the parameters but I’m not familiar with how to fully examine the psydat files.

Thanks

The log file is the place to search for this, but unfortunately it doesn’t seem to directly record the True/Flase nature of this setting, instead giving some sort of function reference:

6.1409 	EXP 	Created window1 = Window(allowGUI=False, 
allowStencil=False, args=UNKNOWN, autoLog=True, bitsMode=UNKNOWN, 
blendMode='avg', color=array([0., 0., 0.]), colorSpace='rgb', 
fullscr=<method-wrapper '__getattribute__' of attributeSetter object at 0x12866ee48>, 
gamma=None, kwargs=UNKNOWN, lms=UNKNOWN, 
monitor=<psychopy.monitors.calibTools.Monitor object at 0x129dd0630>, 
multiSample=False, name='window1', numSamples=2, pos=[0.0, 0.0], 
screen=0, size=array([2880, 1800]), stereo=False, units='norm', 
useFBO=True, useRetina=True, viewOri=0.0, viewPos=None, 
viewScale=None, waitBlanking=True, winType='pyglet')

1 Like