Python implementation of the biomechZoo Matlab toolbox
Project description
Repository for the Python version of biomechZoo
This is a development version of the biomechzoo toolbox for python. To use biomechzoo as a packagage alongside your code, follow the "How to install" instructions below
How to install
-
make sure the local version of your code sits at the same level as biomechzoo. e.g. code_root/ code_root/biomechzoo/ ← the repo with the actual package code_root/student_code/ ← where your scripts or notebooks live
-
open terminal or command window
-
create an environment for your research project:
conda create -n name python=3.13 -c conda-forge, where name is of your choice -
activate your new environment:
conda activate name -
navigate to parent directory where biomechzoo was cloned. e.g.
code_root -
install biomechzoo:
pip install -e biomechzoo -
install additional requirements:
pip install -r biomechzoo/pip_requirements.txt
Updates (not tested)
- If updates are made to biomechzoo, simply pull the latest version from github, you won't need to reinstall (unless there are new dependencies)
Usage notes
- To use biomechzoo in your project, you will need to import biomechzoo as:
from biomechzoo.biomechzoo import BiomechZoo - Then, you can create an object that is an instance of the BimechZoo class as:
bmech = BiomechZoo(fld)wherefldis the path to your data
opencap users
- opencap users should pre-process their data using
https://github.com/stanfordnmbl/opencap-processing - processed data could be saved to csv using pandas and then imported to biomechzoo using csv2zoo (not yet functional)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biomechzoo-0.1.1.tar.gz.
File metadata
- Download URL: biomechzoo-0.1.1.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce0175c833a022a1447ce6e0246c917c2fa72c2031c6bb7f1ffb378616e6fca3
|
|
| MD5 |
3a5048b1addf714e2cae2a92383af497
|
|
| BLAKE2b-256 |
52aa78762ae0b90361baacc8bb146f54392bfe3936653e9ac9cf43ad86a63c2b
|
File details
Details for the file biomechzoo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: biomechzoo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 42.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e56e46a722dedc3e5a4b7919b9879f3cc1a44176d0afb0fdd8c8ac07bf0c06e0
|
|
| MD5 |
d901ab0ef406c4cd35e2b5806d1668ec
|
|
| BLAKE2b-256 |
24afdf977d705ea5c6c72614cb157d0e524f3cac02540d4e1ecdde6dc56b1aee
|