Page 1 of 1

Scaling data through API (preferably python)

Posted: Wed Aug 31, 2016 2:25 pm
by neild
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

Re: Scaling data through API (preferably python)

Posted: Wed Aug 31, 2016 11:40 pm
by mitkof6
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