dicompyler / dicompyler-core

A library of core radiation therapy modules for DICOM RT used by dicompyler
https://dicompyler-core.readthedocs.io
Other
147 stars 69 forks source link

How to get the value of 'D0.5cc'? #294

Closed genhao3 closed 1 year ago

genhao3 commented 2 years ago

After executing this statement 'calcdvh = dvhcalc.get_dvh(rtstructFile, rtdoseFile, key)',how to get the value of 'D0.5cc'?

sama2689 commented 2 years ago

If the dvh is calculated correctly this can be done with calcdvh.statistic('D0.5cc')' I think?

genhao3 commented 2 years ago

If the dvh is calculated correctly this can be done with calcdvh.statistic('D0.5cc')' I think?

I found the value of calcdvh.statistic('D0.5cc') is equal to the value of calcdvh.statistic('D5cc')

sama2689 commented 2 years ago

Could you share a plot of the DVH? Is it possible that the DVH flattens before 5cc?