Home

Awesome

**PROJECT RELOCATION**

I have moved the most popular functionality of this library (namely the image load/save, and RTStruct mask load/mask-generation functions) to a more actively maintained repository: RTTypes

For continued availability of the feature calculation framework, you may continue to use this library, though maintainence will be less frequent.


PyMedImage

This is a library written in Python 3.x and CUDA for common tasks when dealing with the DICOM medical image format in a research setting.

Overview

Key features include:

Installing

Open a terminal window and enter:

pip3 install git+git://github.com/ryanneph/PyMedImage.git#egg=PyMedImage

Updating

Open a terminal window and enter:

pip3 install --upgrade git+git://github.com/ryanneph/PyMedImage.git#egg=PyMedImage

Development

Open a terminal window and enter:

git clone https://github.com/ryanneph/PyMedImage.git
cd PyMedImage
pip3 install -e .