Hi,
Thank you for the prompt response!
The complete message is as follows, there is nothing else that pops out in the standout window:
Traceback (most recent call last):
File “C:\Program Files (x86)\PsychoPy2\lib\site-packages\psychopy\monitors\MonitorCenter.py”, line 1019, in plotGamma
if lumsPre != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Just for the sake of completeness, I ran the calibration/test with several different number of calibration points (8,32,64) and I still encounter the same error.
During the test/calibration I see these outputs in the standout window (This is a short example just to demonstrate, made with 4 calibration points):
At DAC value 0 : 0.07cd/m^2
At DAC value 85 : 28.95cd/m^2
At DAC value 170 : 54.88cd/m^2
At DAC value 255 : 75.64cd/m^2
At DAC value 85 : 6.99cd/m^2
At DAC value 170 : 13.40cd/m^2
At DAC value 255 : 18.52cd/m^2
At DAC value 85 : 17.81cd/m^2
At DAC value 170 : 34.87cd/m^2
At DAC value 255 : 48.53cd/m^2
At DAC value 85 : 3.45cd/m^2
At DAC value 170 : 6.69cd/m^2
At DAC value 255 : 9.17cd/m^2
171268.3724 INFO Using gamma ramp type: 0
171268.6022 EXP Created window1 = Window(allowGUI=True, allowStencil=False, args=UNKNOWN, autoLog=True, bitsMode=UNKNOWN, blendMode=‘avg’, color=array([ 0., 0., 0.]), colorSpace=‘rgb’, fullscr=UNKNOWN, gamma=array([[ 2.28981566],
[ 2.21966434],
[ 2.19342852]], dtype=float32), kwargs=UNKNOWN, lms=UNKNOWN, monitor=<psychopy.monitors.calibTools.Monitor object at 0x04A195F0>, multiSample=False, name=‘window1’, numSamples=2, pos=[0, 0], screen=0, size=array([1920, 1200]), stereo=False, units=‘norm’, useFBO=False, useRetina=False, viewOri=0.0, viewPos=None, viewScale=None, waitBlanking=True, winType=‘pyglet’)
171268.6024 WARNING Use of rgb arguments to stimuli are deprecated. Please use color and colorSpace args instead
171268.6434 EXP Created unnamed TextStim = TextStim(alignHoriz=‘center’, alignVert=‘center’, antialias=True, autoLog=True, bold=False, color=array([ 1., -1., -1.]), colorSpace=‘rgb’, contrast=1.0, depth=0, flipHoriz=False, flipVert=False, font=’’, fontFiles=[], height=0.1, italic=False, name=‘unnamed TextStim’, opacity=1.0, ori=0.0, pos=array([ 0. , -0.85]), rgb=array([ 1., -1., -1.]), text=newstr(…), units=‘norm’, win=Window(…), wrapWidth=1)
171268.6607 EXP Created unnamed PatchStim = PatchStim(autoDraw=False, autoLog=True, blendmode=‘avg’, color=array([ 1., 1., 1.]), colorSpace=‘rgb’, contrast=1.0, depth=0, interpolate=False, mask=‘none’, maskParams=None, name=‘unnamed PatchStim’, opacity=1.0, ori=0.0, phase=array([ 0., 0.]), pos=array([ 0., 0.]), rgbPedestal=array([ 0., 0., 0.]), sf=array([ 3.75 , 2.34375]), size=array([ 2., 2.]), tex=ndarray(…), texRes=128, units=‘norm’, win=Window(…))
171268.6608 WARNING Use of rgb arguments to stimuli are deprecated. Please use color and colorSpace args instead
171268.6625 EXP Created unnamed PatchStim = PatchStim(autoDraw=False, autoLog=True, blendmode=‘avg’, color=array([ 0.8, 0.8, 0.8]), colorSpace=‘rgb’, contrast=1.0, depth=0, interpolate=False, mask=‘none’, maskParams=None, name=‘unnamed PatchStim’, opacity=1.0, ori=0.0, phase=array([ 0., 0.]), pos=array([ 0., 0.]), rgbPedestal=array([ 0., 0., 0.]), sf=array([ 1., 1.]), size=array([ 1., 1.]), tex=‘sqr’, texRes=128, units=‘norm’, win=Window(…))
171270.6415 DATA Keypress: space
171270.6571 EXP unnamed TextStim: text = ‘Q to quit at any time’
171270.6571 EXP unnamed PatchStim: color = ‘[-1. -1. -1.] (rgb)’
171278.3418 EXP unnamed PatchStim: color = ‘[-0.33333333 -0.33333333 -0.33333333] (rgb)’
171285.9621 EXP unnamed PatchStim: color = ‘[ 0.33333333 0.33333333 0.33333333] (rgb)’
171293.5963 EXP unnamed PatchStim: color = ‘[ 1. 1. 1.] (rgb)’
171301.2267 EXP unnamed PatchStim: color = ‘[-0.33333333 -1. -1. ] (rgb)’
171308.8774 EXP unnamed PatchStim: color = ‘[ 0.33333333 -1. -1. ] (rgb)’
171316.5252 EXP unnamed PatchStim: color = ‘[ 1. -1. -1.] (rgb)’
171324.1471 EXP unnamed PatchStim: color = ‘[-1. -0.33333333 -1. ] (rgb)’
171331.7814 EXP unnamed PatchStim: color = ‘[-1. 0.33333333 -1. ] (rgb)’
171339.3931 EXP unnamed PatchStim: color = ‘[-1. 1. -1.] (rgb)’
171347.0224 EXP unnamed PatchStim: color = ‘[-1. -1. -0.33333333] (rgb)’
171354.6589 EXP unnamed PatchStim: color = ‘[-1. -1. 0.33333333] (rgb)’
171362.2912 EXP unnamed PatchStim: color = ‘[-1. -1. 1.] (rgb)’
I hope this helps elaborate it a bit more!
Best,
Umut