Page 1 of 1

RRA fails without any error communicate

Posted: Wed Dec 18, 2019 10:03 am
by flaaaj
Hello again

I have few c3d files with various gaits and runs from which I extracted markers and force data. Each file was recorded by the same person with the same equipment. Each of files work well, I've been able to succesfully calculate muscle and joint forces.

Except for one file, that seems to have the force file broken. During RRA after 1st frame the model suddenly disapears from visualizer windor, while calculations continue without any error message. At the end, average residuals reported are equal to optimal force for pelvis residual actuators times 10'000.

I noticed that it's the only file with some NAN values at the end of force data (pic included).
Also it's the only file where there were huge noises during the time where force plate remained untouched (also pic included)

I tried to delete these NAN rows, but when I save the modified .mot file, it becomes unreadable by opensim (i get this error: "expected = double received = double")

How can I modify .mot or .sto files manually so that they remain readable by opensim?

Re: RRA fails without any error communicate

Posted: Wed Dec 18, 2019 10:40 am
by jimmy
The issue with Excel is that it wants to change the line endings, which are incompatible with OpenSim. You should try editing the file in a text based editor (Notepad++, Atom, Sublime text) since they tend to keep the line endings the same.

Re: RRA fails without any error communicate

Posted: Wed Dec 18, 2019 10:43 am
by flaaaj
ok, it works, thank you :)