Page 1 of 1

.mot

Posted: Tue Mar 12, 2019 6:25 pm
by phoebe1997
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

Re: .mot

Posted: Wed Apr 17, 2019 8:58 pm
by brycekillen05
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

Re: .mot

Posted: Sat Apr 20, 2019 9:08 pm
by tkuchida
Here's a description of the .mot file format: https://simtk-confluence.stanford.edu/d ... t%29+Files