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

Make it easier to re-run a small subset of data - one trial/task/subject. #159

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago

For example, OA participant 1 condition 2. Or, OA participant 1 trial 10 of condition 2. Or, just OA participant 1 entirely. Could also be OA participant 1 condition 3 and YA participant 4 condition 1 trials 1-5.

How to handle that best? Just read the logsheet and provide a hierarchical tree to click? That's the front end. What about the back end?

mtillman14 commented 1 year ago

Similarly for the logsheet, enable selecting by the above types of criteria, and/or by logsheet row numbers.

mtillman14 commented 1 year ago

OR, just have the option to check if any dependencies have changed at the trial-level. If so, run that trial. If not, don't run it.