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
  1. All variables computed in a specific trial: their sizes, types, associated analysis version, and any user-generated description.
  2. 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!
  3. All analyses, to switch between them or make new branches (most zoomed out view). Also to compare & contrast between them.
  4. See which vars came from which functions within one analysis.
  5. Show which functions have already been run & not modified, and which are not up to date.
  6. Show all vars for all functions so they can be scrolled through at a glance - include icons/colors for variable/function/analysis names?
  7. Show analyses linearly (in order of function execution) or as branches of grouped functions?
mtillman14 commented 12 months ago
  1. Show graph of all PR's that have a particular VR as input or output.