the problems about data processing

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
cui weiling
Posts: 27
Joined: Tue Feb 28, 2017 5:28 am

the problems about data processing

Post by cui weiling » Tue May 09, 2017 7:22 am

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!

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: the problems about data processing

Post by Thomas Uchida » Tue May 09, 2017 3:34 pm

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

POST REPLY