Inverse Dynamics forces header

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Maxime Bourgain
Posts: 9
Joined: Mon Mar 09, 2015 8:17 am

Inverse Dynamics forces header

Post by Maxime Bourgain » Fri Nov 27, 2015 3:35 am

Dear all

I am using OpenSim 3.3 and doing some inverse dynamics.
Everything is ok until I load my loads :
Storage: ERROR- failed to parse header of storage file.
InverseDynamicsTool Failed: Storage: ERROR- failed to parse headers of file efforts.mot
my header is
efforts.mot
version=1
nrow=100
nColumns=6
inDegrees=yes
endheader
because I really have 6 columns of 100 values...

Have someone already seen that error?
Could anyone help?

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Inverse Dynamics forces header

Post by jimmy d » Sat Nov 28, 2015 10:34 am

Hi Maxime,

Your time column should be included in your nColumns total (1 time column, 3 forces, 3 location; 7 total).

Cheers,
-j

User avatar
Maxime Bourgain
Posts: 9
Joined: Mon Mar 09, 2015 8:17 am

Re: Inverse Dynamics forces header

Post by Maxime Bourgain » Mon Nov 30, 2015 3:50 am

You are right, that was one of my errors ...

Do you know how OpenSim deals with the different time vectors ?
How does it work if the movement analysis time vector and the force plate time vector are different? (e.g. frequency and spacial offset)

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Inverse Dynamics forces header

Post by jimmy d » Mon Nov 30, 2015 2:06 pm

Forces and coordinates are both splined and turned into functions, so different capture rates can be used.

POST REPLY