Page 1 of 1

the problems about data processing

Posted: Tue May 09, 2017 7:22 am
by cuiweiling
Hello all,
I have three problems,as following
1.when convert .c3d file into .trc file by MOtoNMS,the biggest confusion for me is that the difference between the four methods which contain UNIPD、 UMG、GU and UWA
2.Before processing the data, I have put the data given examples into opensim but can not load
3.I want to know how to use API,is there have example flow to study?


Any help will be really appreciated!

Re: the problems about data processing

Posted: Tue May 09, 2017 3:34 pm
by tkuchida
1.when convert .c3d file into .trc file by MOtoNMS,the biggest confusion for me is that the difference between the four methods which contain UNIPD、 UMG、GU and UWA
Based on the documentation provided by the authors (http://rehabenggroup.github.io/MOtoNMS/), "UNIPD", "UMG", etc. describe setup files that are configured for a particular lab (see, e.g., Appendix B: http://rehabenggroup.github.io/MOtoNMS/ ... ndixB.html). You may want to contact the authors directly for more information.
2.Before processing the data, I have put the data given examples into opensim but can not load
Can you provide details so the issue can be reproduced (which file, how were you loading the data, etc.)?
3.I want to know how to use API,is there have example flow to study?
To get started using the C++ API, I suggest looking at the examples in the Confluence documentation:
- API Examples: http://simtk-confluence.stanford.edu:80 ... I+Examples
- From the Ground Up: Building a Passive Dynamic Walker Model: http://simtk-confluence.stanford.edu:80 ... lker+Model

Perhaps you meant the MATLAB or Python scripting interface. In that case, I suggest consulting these pages:
- Common Scripting Commands: http://simtk-confluence.stanford.edu:80 ... g+Commands
- Scripting with Matlab: http://simtk-confluence.stanford.edu:80 ... ith+Matlab
- Scripting in Python: http://simtk-confluence.stanford.edu:80 ... +in+Python