avain / DicomTool

Dicom viewer and annotation tool in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 2.7 DICOM Viewer

Python 2.7 DICOM Viewer is a python application for reading and annotating DICOM files.

The annotations created with the application can be saved to a JSON file for analysis.

Requirements

  • numpy
  • pydicom

Limitations

File export is limited to .ps files (ghostscript) for the time being.

Setting up the development environment

Install conda-env if you don't have it yet:

conda install conda-env

Then git clone this repo, cd into the root, execute:

conda env create

Running

activate dicomtool

python Python2.7DicomViewer.py

Documentation

pydicom documentation.

About

Dicom viewer and annotation tool in python


Languages

Language:Python 100.0%