Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.06 KB

File metadata and controls

32 lines (21 loc) · 1.06 KB

compartmentmodels

https://badge.fury.io/py/compartmentmodels.png https://travis-ci.org/michimichi/compartmentmodels.png?branch=master https://pypip.in/d/compartmentmodels/badge.png

Some kinetic models for DCE MRI

  • Free software: BSD license

Installation and development

A virtual environment is useful for installing this package. Currently, we need numpy, scipy and pytest. Quite possibly, more dependencies will arise.

After checking out and installing the required dependencies, it may be possibly to install the package locally by:: pip install -e .

Features

At the time being, this package provides a simple implementation of a one-compartment model . Currently, this module is under heavy development and will follow a test-driven development approach.

  • TODO