Hello all
I have some joint angle data, and its format can be saved as several types.There are HTML(*.htm),Text(*.txt),Excel(*.slk),CSV(*.csv),Clipboard.
I want to know how I can turn it into a .mot file that opensim can use.
Thank you
.mot
- xueqin luo
- Posts: 11
- Joined: Thu Jul 26, 2018 10:09 am
- Bryce Killen
- Posts: 104
- Joined: Mon Nov 24, 2014 7:12 pm
Re: .mot
You could do it through the OpenSim API through either matlab or python which both will read csv and txt files. You can use the Storage class (https://simtk.org/api_docs/opensim/api_ ... orage.html) to write the .mot file
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: .mot
Here's a description of the .mot file format: https://simtk-confluence.stanford.edu/d ... t%29+Files