Skip to main content

A library of musculoskeletal modelling tools.

Project description

A Python library for tools used in musculoskeletal modelling. Includes tools for parametric meshing, registration, image analysis, statistical shape modelling, and 3-D visualisation using Mayavi.

Optional dependencies

  • VTK and VTK Python bindings (for mesh processing)

  • Mayavi (for 3-D visualisation, requires Numpy, VTK, wxPython, configobj)

  • PyCSG (for generating constructive solids)

  • pydicom (for reading DICOM images)

  • Cython (speeds up active shape model and random forest segmentation)

  • matplotlib for some inbuilt plotting functions

Installation

Linux

  1. If you would like to use in-built visualisation modules, first install Mayavi for you distribution, else you can skip this step.

    1. Install VTK and VTK python bindings (e.g. through your package manager). VTK 5.10 is the most stable in my experience with Mayavi.

    2. Install mayavi through your package manager (e.g. sudo apt-get install mayavi2) or pip (e.g. pip install –user mayavi)

  2. Download the wheel and

    pip install --user [path/to/wheel]

Windows

  1. The most painless way to install the python dependencies required by GIAS2 is to install the umbrella package Anaconda.

  2. If you would like to use in-built visualisation modules, install Mayavi. In you installed Anaconda, from the Anaconda commandline,

    conda install mayavi
  3. Download the wheel and from the Anaconda commandline

    pip install --user [path/to/wheel]

Examples

Example of some the capabilities of GIAS2 can be found in the gias2/examples/ directory. We are working to add more examples.

Tutorials

License

GIAS2 is under the Mozilla Public license 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gias2-0.7.6.tar.gz (5.6 MB view hashes)

Uploaded Source

Built Distribution

gias2-0.7.6-py3-none-any.whl (5.8 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page