def initConfig(self):
#self.stimColor = (179, 179, 36)
self.stimColor = (255, 255, 10)
self.stimFont = wx.Font(pointSize=196, family=wx.FONTFAMILY_SWISS,
style=wx.FONTSTYLE_NORMAL, weight=wx.FONTWEIGHT_NORMAL)
self.protocols = ('3minutes', 'letter practice b',
'letter b', 'letter d', 'letter p',
'letter m', 'letter t', 'letter x',
'motortasks practice',
'motortasks trial1', 'motortasks trial2',
'mentaltasks practice',
'mentaltasks trial1',
'mentaltasks trial2',
'mentaltasks trial3',
'mentaltasks trial4',
'mentaltasks trial5')
self.nProtocols = len(self.protocols)
self.setProtocol('3minutes')
self.startPause = 2.0
评论列表
文章目录