ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

There should be a dialog box showing what analysis on which data is about to take place. #156

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

E.g. shows which trials are about to be operated on, whether any required files are missing, etc. This is an attempt to get ahead of time-consuming stupid errors.

mtillman14 commented 1 year ago

The user should be able to confirm that this is what they want, or reject and return to edit the code/settings.

mtillman14 commented 1 year ago

Does this remove the need to be able to run partial runs of a process function? E.g. if a function runs through only 50/100 trials? I don't think so, because it's possible that the function stops running due to an error, not because of something that would be caught with the approval dialog box.