Extract ankel_r.load into a array

SCONE is a software tool for predictive simulations of biomechanical movement. It uses OpenSim for modeling and simulation, and performs optimization using various control strategies, including feed-forward control, proprioceptic feedback control, and bal
POST REPLY
User avatar
Mainak Chakraborty
Posts: 11
Joined: Tue Mar 01, 2022 8:10 pm

Extract ankel_r.load into a array

Post by Mainak Chakraborty » Mon Mar 07, 2022 6:16 am

How to export analysis graphs into 1d array and plot in python?

User avatar
Thomas Geijtenbeek
Posts: 433
Joined: Wed Mar 12, 2014 8:08 am

Re: Extract ankel_r.load into a array

Post by Thomas Geijtenbeek » Mon Mar 07, 2022 8:14 am

You can simply read the .sto file that's generated inside the output folder after you evaluate a .par file. Make sure joint reaction force is checked in Preferences -> Data.

User avatar
Mainak Chakraborty
Posts: 11
Joined: Tue Mar 01, 2022 8:10 pm

Re: Extract ankel_r.load into a array

Post by Mainak Chakraborty » Mon Mar 07, 2022 10:44 am

Thanks a lot for the reply. I got the .sto file.

POST REPLY