I am attempting to gamma correct my screen and do a chromatic calibration using a PR650, Psychopy (latest version) and Mac OSx with Mavericks.
When running the gamma calibration without the PR650 attached I don't get any errors, but with it attached the psychopy freezes after one measurement and the below error is given. I am new to psychopy and so any help would be great!
Traceback (most recent call last):
File "/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/monitors/MonitorCenter.py", line 729, in onCalibGammaBtn
stimSize=stimSize, monitor=self.currentMon)
File "/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/monitors/calibTools.py", line 851, in getLumSeries
actualLum = photometer.getLum()
File "/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/hardware/pr.py", line 156, in getLum
self.measure()
File "/Applications/PsychoPy2.app/Contents/Resources/lib/python2.7/psychopy/hardware/pr.py", line 443, in measure
self.lastColorTemp = int(self.getLastColorTemp()[3])
ValueError: invalid literal for int() with base 10: '003208.'