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
Scaling data through API (preferably python)
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Scaling data through API (preferably python)
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
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