issues
search
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
List of views
#158
Open
mtillman14
opened
1 year ago
mtillman14
commented
1 year ago
All variables computed in a specific trial: their sizes, types, associated analysis version, and any user-generated description.
Which variables depend on another trial (e.g. anatomic axes depend on the static trial). Show which trial & variable(s) in that trial it depends on!
All analyses, to switch between them or make new branches (most zoomed out view). Also to compare & contrast between them.
See which vars came from which functions within one analysis.
Show which functions have already been run & not modified, and which are not up to date.
Show all vars for all functions so they can be scrolled through at a glance - include icons/colors for variable/function/analysis names?
Show analyses linearly (in order of function execution) or as branches of grouped functions?
mtillman14
commented
1 year ago
Show graph of all PR's that have a particular VR as input or output.