Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I've been looking into cDVH dDVH conversion. The problem with producing dDVH's is that they are pure histograms, whose visual presentation and thus interpretation depends greatly on the bin...

Original comment by `bastula` on 24 Aug 2011 at 1:14 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**

``` Suggest that this be a selectable option. Smoothing isodose lines "hides" the actual calculated dose grid. There is value in being able to visualize the actually calculated dose distribution...

``` There are two issues here: 1. Constraint marker traveling smoothly along the DVH curve when data for the structure is less than 100 points, so it is interpolated. This...

``` DVH rescaling will be broken out to a separate issue. ``` Original comment by `bastula` on 1 Nov 2009 at 4:04 - Changed title: **DVH plots not uniformly scaled**...

Original comment by `bastula` on 1 Nov 2009 at 4:17 - Changed title: **DVH cursor not tracking with curve**

``` It looks like this behavior is due to the fact that each time the constraint is moved (OnChangeConstraint in main.py) it calls Replot in guidvh.py, which in turn calls...

``` p.s. I get these errors with some of the CT's in the AAM Pinnacle series. ``` Original comment by `[email protected]` on 2 Dec 2010 at 7:37

``` Just a note: The binary data can be read using the struct module. If for example the LargestImagePixelValue = '\xb2\x0b', as with image 64 in the AAM series, you...

``` This doesn't give an error anymore with the latest changeset: r599ab350df91. However, as you stated, the value still needs to be decoded to a short or an unsigned short....