converting data files created by a Motion Analysis system into files that can be imported into OpenSim

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
jing liu
Posts: 17
Joined: Wed Nov 30, 2022 10:56 am

converting data files created by a Motion Analysis system into files that can be imported into OpenSim

Post by jing liu » Fri Feb 10, 2023 6:51 am

Hello! I'm a new user and I'm having trouble converting data files created by a Motion Analysis system into files that can be imported into OpenSim.I downloaded OpenSMAC, but the file I exported was incorrect and I could not import it into Opensim. What do I change to get those .mot and .trc files? Is there a step by step tutorial for this or some resource I can look at? Or is there another way? If using Matlab conversion, how to write the script, is there a tutorial for reference?
Anything would really help, I'm lost as to where to begin.
Thank you!

Tags:

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

Re: converting data files created by a Motion Analysis system into files that can be imported into OpenSim

Post by Thomas Uchida » Fri Feb 10, 2023 8:54 am

You can create .mot and .trc files using Matlab, Python, Excel, etc., as long as they satisfy the file format requirements. These requirements are described on the following pages in the User's Guide:
- "Motion (.mot) Files": https://simtk-confluence.stanford.edu:8 ... t%29+Files
- "Marker (.trc) Files": https://simtk-confluence.stanford.edu:8 ... c%29+Files
You may be able to find scripts on simtk or elsewhere that perform the necessary conversions; some tools are listed on the "Tools for Preparing Motion Data" page in the documentation (https://simtk-confluence.stanford.edu:8 ... otion+Data).

POST REPLY