bastula / dicompyler

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

Runnnig under Anaconda envrionment, pillow requirement and invalid value to Gauge issue #136

Open szmurlor opened 3 years ago

szmurlor commented 3 years ago

I've been struggling a little with making the dicompyler run under Anaconda environment and just thought I could share my experiences.

Summary of this short pull request:

a) added pillow to requirements.txt as it is necessary to make properly work the 2dview.py plugin, b) fixed an issue with incorrect Gauge value when the dicom tree was traversed, c) added Anaconda environment file which can be easily used to create a fully eligible anaconda environment for running dicompiler (tested under Ubuntu 18.04 and Windows 10).

Hope this could improve the really great project!

bastula commented 3 years ago

Thanks for the helpful PR! I will take a look and see if we can add this.