Skip to content

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
janpipek committed Aug 28, 2014
1 parent 2f70dda commit 04d42f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ To Do
-----

* Better zooming
* MRI images support
* Better MRI images support
* RT dose images support
* Integration of anonymizition features (see https://github.com/janpipek/anonymize_dicom )
* View in different planes (rectangular + others)
* Coordinate mapping (using translation and rotation matrix)
* Image export
* Integration of anonymization features (see https://github.com/janpipek/anonymize_dicom )
* Information from the DICOM file in user-friendly display

Dependencies
Expand All @@ -32,5 +35,6 @@ The easiest way is `pip install pydiq`.
Limitations
-----------

Currently, the viewer supports only Computed Tomography (CT) images
with normal orientation (x, y, z) in one-slice-per-file format.
Currently, the viewer supports only Computed Tomography (CT) and
Magnetic Resonance Imaging (MRI) images with normal orientation (x, y, z)
in one-slice-per-file format.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

setup(
name='pydiq',
version='0.1.5',
version='0.1.6',
packages=find_packages(),
license='MIT',
description='Simple open-source DICOM browser/viewer in Python and Qt4.',
Expand Down

0 comments on commit 04d42f2

Please sign in to comment.