.mot

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
xueqin luo
Posts: 11
Joined: Thu Jul 26, 2018 10:09 am

.mot

Post by xueqin luo » Tue Mar 12, 2019 6:25 pm

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

Tags:

User avatar
Bryce Killen
Posts: 104
Joined: Mon Nov 24, 2014 7:12 pm

Re: .mot

Post by Bryce Killen » Wed Apr 17, 2019 8:58 pm

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

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

Re: .mot

Post by Thomas Uchida » Sat Apr 20, 2019 9:08 pm

Here's a description of the .mot file format: https://simtk-confluence.stanford.edu/d ... t%29+Files

POST REPLY