metabolic probe output grows with each successive CMC run

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
John Rogers
Posts: 45
Joined: Fri Feb 24, 2012 11:47 am

metabolic probe output grows with each successive CMC run

Post by John Rogers » Mon Jun 20, 2016 11:48 am

Hello OpenSim Team,
I am running a series of CMC simulations with the metabolic probe.
This is done via MATLAB in a loop like this:
command1 = ['cmc -S ', setupFileName]
system(command1);
With each run, the metabolic probe output gets larger.
I see that the number of columns is greater by 94 each time.
All columns except time are duplicated .

run 1, nColumns=95
run 2, nColumns=189
run 3, nColumns=283
etc.
I cannot attach the output file because it is too large.

How could this happen?
Thanks,
John

User avatar
John Rogers
Posts: 45
Joined: Fri Feb 24, 2012 11:47 am

Re: metabolic probe output grows with each successive CMC run

Post by John Rogers » Fri Jun 24, 2016 8:18 am

This happened because I had multiple metabolic probes in the models.
I deleted the extras via the OpenSim GUI.

POST REPLY