dicompyler/dicompyler-core

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

genhao3 opened this issue · 3 comments

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

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

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')

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