order of variables for logfile
Hi there!
Is it possible to change the order of the variables in the log file? I used the logger to arrange my selected variables but it seems to have no effect on the log file ![]()
Cheers,
Ramona

Hi there!
Is it possible to change the order of the variables in the log file? I used the logger to arrange my selected variables but it seems to have no effect on the log file ![]()
Cheers,
Ramona

Comments
Hi Ramona,
I am not sure how opensesame determines its variable order; but it can be relatively easily fixed after the experiment. You could use a small python script, read in your data and then manually define the order of your variables and save the data in this new order, as for example in this python script: (save the text file with a .py extension and run in spyder, or copy paste the code into a file in spyder),
Hope this helps, good luck
I will try ;-)
Thank you!