How to get the value of 'D0.5cc'?
genhao3 opened this issue · 3 comments
genhao3 commented
After executing this statement 'calcdvh = dvhcalc.get_dvh(rtstructFile, rtdoseFile, key)',how to get the value of 'D0.5cc'?
sama2689 commented
If the dvh is calculated correctly this can be done with calcdvh.statistic('D0.5cc')' I think?
genhao3 commented
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
Could you share a plot of the DVH? Is it possible that the DVH flattens before 5cc?