thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Write function that creates the complete data file for a participant #88

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

The functionality that goes through a participant's data folder to collect all data and create the combined file, should be in a separate function.

It should be called when an experiment is finished.

But there should also be a button with the participant list to 'recombine data'. This should only apply for participants with a complete dataset. (That means that maybe we can overload the 'continue run' button to show/do 'continue run' for participants with incomplete data, and show/do 'recombine data' for participants with complete data? Or is that too confusing?)

juliusjgm12 commented 5 years ago

I made a second button underneath the continue run button for recombining data. It disables and enables depending on if that participant has full a complete data set or not.