bastula / dicompyler

Extensible radiation therapy research platform and viewer for DICOM and DICOM RT
http://www.dicompyler.com
264 stars 99 forks source link

Fix dicompyler on ubuntu #94

Open pijaginw opened 8 years ago

pijaginw commented 8 years ago

Due to problems with running dicompyler on Ubuntu we have prepared this pull request. It fixes few things:

bastula commented 8 years ago

Thanks for the pull request, will take a look soon. I am currently working on dependency updates so that I can get dicompyler running on up-to-date software libraries.

pijaginw commented 8 years ago

Before we close this pull request we must fix rendering of DICOM pixel_array in 2D View. Currently, it renders the images using only two colors: black and white.

bastula commented 7 years ago

The DVH data extraction has been refactored into the separate dicompyler-core project. I don't think the out of bound issue should be present as that code is reworked completely.

I still think there are some valuable changes in this PR, but will need some time to look over them after the dependencyupdate branch (also see #103) has been merged into master.