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
In getArg, first check if the data exists in projectStruct before loading. #113
Related to #54. I think the data should always save to file in setArg, but in getArg it should (1) check if the data exists in projectStruct in base workspace, (2) if it does, use that. If not, load the data from file and send the data to the projectStruct. This way, when using that data for the next function, it doesn't have to load it from the file every time, and will speed things up.
Related to #54. I think the data should always save to file in setArg, but in getArg it should (1) check if the data exists in projectStruct in base workspace, (2) if it does, use that. If not, load the data from file and send the data to the projectStruct. This way, when using that data for the next function, it doesn't have to load it from the file every time, and will speed things up.