Answers for "psychopy3 pyxdf data files save path"

0

psychopy3 pyxdf data files save path

#Data file name stem = absolute path + name; later add .psyexp, .csv, .log, etc
filename = _thisDir + os.sep + u'data/%s_%s_%s' %(expInfo['participant'], expName, expInfo['date'])
Posted by: Guest on February-23-2021

Browse Popular Code Answers by Language