[solved] Specify edf-filename
Sorry for asking a maybe trivial question.
I tried to modify the simple tracking experiment in such way that a modal dialog (tkinter) determines the the file name. I achieved to change the logfile name (*.txt) but not the *.edf file. The edf filename is still the one specified within constants.py.
Where or how can one set the edf file name?
Thanks a lot!
Comments
The constants
LOGFILENAMEdetermines the filename for the EDF, e.g.mydata.This is different from the constant
LOGFILEas the latter does allow the inclusion of a full path name, e.g.C:\example\mydata.Good luck!