cclancy8
cclancy8
Would it be possible to update the MuscleAnalysis so that moments and moment arms can be calculated with this flag? These result quantities are helpful in analysis. I can manually...
Yes - I use `setComputeMoments(true) `. I also check with `getComputeMoments()` and get back true, but when I open the xml, the flag is unchanged. I had to manually change...
That's correct, I run the AnalyzeTool from the xml (see below). Is there another way to run it with the automation of computing moments/moment arms? ``` analyze = AnalyzeTool("XXX.xml"); analyze.run();...
@carmichaelong , for some reason running the object itself gives me an error that a model has not been set even though I do set it. It looks like @aymanhab...
@aymanhab Thank you! With the development build from continuous-integration#2085 , the `compute_moments` flag of the muscle analysis can now be set to true as shown on the printed xml file....