Metadata-Version: 2.1
Name: musculoskeletal-models
Version: 0.2.2
Summary: Collection of musculoskeletal principal component models, used by the GIAS3 Python package.
Author: Auckland Bioengineering Institute
License: Mozilla Public License 2.0 (MPL-2.0)
Project-URL: Homepage, https://github.com/musculoskeletal/models
Description-Content-Type: text/markdown
License-File: LICENSE

# Models

A collection of musculoskeletal principal component models, used by the GIAS3 Python package.

## Usage

    import musculoskeletal.models as mm
    # Get a list of available models.
    model_listing = mm.list_models()
    # Print out a list of available models to stdout.
    mm.list_models(True)
    # Get the absolute path to a model.
    model_path = mm.get_model_path("shape_models/LLP26_rigid.pc")
