Pyosim is a python library building on top of pyomeca allowing you to batch process multiple musculoskeletal analysis performed by the OpenSim software.
You can find some examples in the examples
folder.
First, install miniconda or anaconda. Then type:
conda install pyosim -c pyomeca -c conda-forge
Pyosim is designed to work well with other libraries that we have developed:
- pyomeca: Python toolbox for biomechanics analysis
- ezc3d: Easy to use C3D reader/writer in C++, Python and Matlab
- biorbd: C++ interface and add-ons to the Rigid Body Dynamics Library, with Python and Matlab binders.
- pyoviz: pyomeca visualization toolkit and GUIs (still in development and not usable yet)
Pyosim is Apache-licensed and the source code is available on GitHub.
If any questions or issues come up as you use pyosim, please get in touch via GitHub issues.
We welcome any input, feedback, bug reports, and contributions.