Scaling data through API (preferably python)

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Neil Dhir
Posts: 17
Joined: Wed May 27, 2015 6:51 am

Scaling data through API (preferably python)

Post by Neil Dhir » Wed Aug 31, 2016 2:25 pm

HI!

Is there and example somewhere which shows how to scale your data (see http://simtk-confluence.stanford.edu:80 ... im/Scaling) using the API - preferably python.

Cannot seem to find any good examples.

Thanks

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Scaling data through API (preferably python)

Post by Dimitar Stanev » Wed Aug 31, 2016 11:40 pm

Hi,

There aren't many examples on python, but if you are familiar with the OpenSim bindings you can check the C++ API and see how to expose the appropriate functions through python.

https://github.com/opensim-org/opensim- ... thon/tests
https://simtk.org/api_docs/opensim/api_docs/

Best

POST REPLY