physimals / quantiphyse

Application for analysis and modelling of volumetric medical imaging data
Apache License 2.0
27 stars 3 forks source link

Quantiphyse

Viewer and data processing for 3D/4D medical imaging data

Overview

Quantiphyse provides tools for modelling and analysis of 3D/4D volumetric data, principally MRI data.

Core features:

Features available via plugins

See: http://quantiphyse.readthedocs.org/en/latest/ for full documentation.

License

Quantiphyse is available free under an academic (non-commercial) license. See the LICENSE file for full details, and contact OUI if interested in commercial licensing.

Installation

See https://quantiphyse.readthedocs.io/en/latest/basics/install.html for current installation instructions

Running from source code (for developers)

Running from source is recommended only if your are interested in developing the software further.

  1. Install the dependencies:

The list of Python dependencies is in requirements.txt

For example:

pip install -r requirements.txt
  1. Build extensions

python setup.py build_ext --inplace

  1. Run from source directory

python qp.py

Packaging

The scripts packaging/build.py is used to build a frozen distribution package in the form of a compressed archive (tar.gz or .zip) and a platform-dependent package (deb, msi or dpg). It should run autonomously, however you may need to input the sudo password on Linux in order to build a deb package.

The --snapshot option removes the version number from package filenames so you can provided them for download without having to change the link URLs.

The --maxi option builds a package which includes selected plugins, assuming these are downloaded

To Do list

Issue tracker

Current issues can be viewed on the GitHub issue tracker (https://github.com/physimals/quantiphyse/issues)

Roadmap

v0.6 (Released June 2018)

v0.8 (Target Mar 2019)

v0.10 (Target 2020)

Migration to PySide2

Vague Plans for Future