pydiq
=====
Simple open-source DICOM browser/viewer in Python and Qt4.

Features
--------

* Easy (and fast) viewing of all images in a directory
* Zooming
* Mouse control of window center and width (as is Aeskulap Viewer)
* Proper measurement of Hounsfield units and position by mouse

To Do
-----

* Better zooming
* Better MRI images support
* RT dose images support
* 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
------------

* PyQt4 / PySide
* pydicom

Installation
------------
The easiest way is `pip install pydiq`.

Limitations
-----------

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.