Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 653 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 653 Bytes

Measuring Changes in Tumour Density

Given a series of NIfTI images describing a tumour under treatment, measure changes in the tumour's Hounsfield radiodensity as a function of time.

A screenshot of the result:

Alt text

How to run it:

First, install dependencies:

make install

Third, run the tests:

make test

Do all tests pass without error?

If yes, you can run the app (assuming you have patient data available):

make run

Note

No patient data has been committed to this repository.