bastula / dicompyler

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

Fix: update print statements and checklist items not updating. #104

Closed StephenTerry closed 6 years ago

StephenTerry commented 7 years ago

Some print statements in dvhcalc.py were updated for Python 3. Also, when a new patient was loaded, the old checklist items (structures, isodose levels) were not being deleted. The old items would reappear on mouseover.

bastula commented 7 years ago

I suppose it should be mentioned that dicomparser and dvhcalc.py will be pulled out of this repo shortly, as they now exist in dicompyler-core.

If we take out the dvhcalc.py changes, this PR can be merged in.

StephenTerry commented 7 years ago

Ok. Now it only contains the guiutils.py fix.