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

Ideas for project switching #153

Open mtillman14 opened 1 year ago

mtillman14 commented 1 year ago
  1. specifyTrials conditions can/should have logsheets as a parent object. This will facilitate switching between projects. This works (I think) because logsheets are specific to each dataset, and so are the specifyTrials.
  2. All process/plot/component/stats objects should be separate from their specifyTrials. At runtime, the current specifyTrials selection & process/plot/component/stats object selection will be combined into a new runtime object.
  3. The runtime object will be associated with the specific project, and retained for future use. This can provide a memory of which specifyTrials were used previously for which objects.