Revision: 1050c6d310f0
Branch: default
Author:
landon....@gmail.com
Date: Tue Oct 2 22:28:04 2012
Log: Edited wiki page SRSConformality through web user interface.
http://code.google.com/p/dicompyler-plugins/source/detail?r=1050c6d310f0&repo=wiki
Modified:
/SRSConformality.wiki
=======================================
--- /SRSConformality.wiki Mon Apr 23 15:16:21 2012
+++ /SRSConformality.wiki Tue Oct 2 22:28:04 2012
@@ -4,6 +4,7 @@
Used to calculate how well an isodose line from a DICOM RT-Dose object
conforms to a selected DICOM RT-Structure.
+
http://i.imgur.com/5dNGb.png
= Details =
@@ -13,10 +14,10 @@
The SRS Conformality plugin allows the user to select a DICOM RT-Structure
object from the currently checked structure list. Once a structure is
checked, the plugin will enable an isodose level to be selected. From the
isodose level selected, the plugin will take the associated RT-Dose object
and apply the isodose level as a lower threshold. The plugin calculates
Conformity Index, Underdose Ratio, and Overdose Ratio.
-The plugin should be placed in a folder in the baseplugins directory,
along with the _init_.py file and Conformality.xrc.
+The SRSConformality folder should be placed in the baseplugins directory.
= Goals =
-For efficiency reasons would like to change how the plugin finds the
selected structure volume (ccs), instead of using CalculateVolume(). Also,
the result of recalculating the volume is that there is a minor rounding of
the number.
+For efficiency reasons would like to change how the plugin finds the
selected structure volume (ccs), instead of using CalculateVolume(). Also,
the result of recalculating the volume is that there is a rounding of the
number.
Would like to validate the accuracy of the conformity percentages (other
TPSes, in addition to Eclipse).