Google Code Exporter
Google Code Exporter
``` Fixed in r3eaaadcc3a. Accuracy is not perfect, but should suffice for now. Interpolation of planes should help improve this. Currently, usage of the volume calculation will only occur if...
``` Matplotlib contains a helper module (nx) that has a function points_inside_poly. This can be used to replace PointInPolygon in dvhdata.py. ``` Original comment by `bastula` on 29 Jun 2010...
Original comment by `bastula` on 12 Nov 2010 at 4:23 - Added labels: **Milestone-NextRelease**
``` This was resolved partially in r2b14df57ebb8. If a DVH has not been calculated previously, the DVH volume for the structure wll be used, as it is now calculated independently....
``` I tried to attach the log, but it seems I lost it. Anyway, this is the log output: Traceback (most recent call last): File "guiutil.pyo", line 228, in OnCheck...
``` I can also add that, when opening another set of DICOM files (exported by the same program), that does not include any RTDose or RTPlan files, I get no...
``` Hello Chris, It seems that this is a problem with the DVH generation method. From your attached log and screenshots, it seems that your RT Dose file(s) do not...
``` I noticed I can reproduce this same error in the following scenarios: 1. Not entering any prescription dose in the "Open Patient" dialog. 2. Enter a grossly incorrect prescription...
``` Thanks for your feedback on this issue. I tried entering a sensible prescription dose and I didnt get the original error anymore. Im still not sure if the dose...
``` The original premise of dicompyler was based on DVH constraints used the DVH plugin. Therefore, a lot of code has the prescription dose as a requirement. However, as more...