Saving joint angle data from C3D to .mot
- Tina Garman
- Posts: 1
- Joined: Mon Jan 23, 2023 4:31 pm
Saving joint angle data from C3D to .mot
Hi. I am wanting to bring in joint angle data (and EMG data eventually) that is stored in a C3D file into OpenSim. I understand that this data needs to be saved as a .mot file. What is the easiest way to do this? I have used matlab in the past to get the marker and forceplate data into a .trc and .mot file but I have not had luck with exporting the joint angles from the C3D. Thanks!
Tags:
- Mohammadreza Rezaie
- Posts: 407
- Joined: Fri Nov 24, 2017 12:48 am
Re: Saving joint angle data from C3D to .mot
Hi,
If I'm not mistaken, in C3D files, the model outputs (Angles, Forces, Moments, and Powers) are included in Point data, i.e., they are already available in your markers data. Fortunately, since OpenSim v.4.4.1, you can get your EMG data via getAnalogDataTable. Please see:
https://simtk-confluence.stanford.edu:8 ... ith+Matlab
https://github.com/opensim-org/opensim- ... 3dExport.m
https://github.com/opensim-org/opensim- ... /osimC3D.m
If I'm not mistaken, in C3D files, the model outputs (Angles, Forces, Moments, and Powers) are included in Point data, i.e., they are already available in your markers data. Fortunately, since OpenSim v.4.4.1, you can get your EMG data via getAnalogDataTable. Please see:
https://simtk-confluence.stanford.edu:8 ... ith+Matlab
https://github.com/opensim-org/opensim- ... 3dExport.m
https://github.com/opensim-org/opensim- ... /osimC3D.m