Difference between revisions of "Documentation/4.2/Modules/DoseComparison"
(Mac issue note added) |
m (Text replacement - "slicerWiki/index.php" to "wiki") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-header}} | {{documentation/{{documentation/version}}/module-header}} | ||
Line 15: | Line 16: | ||
|{{collaborator|logo|cco}}|{{collaborator|longname|cco}} | |{{collaborator|logo|cco}}|{{collaborator|longname|cco}} | ||
|{{collaborator|logo|sparkit}}|{{collaborator|longname|sparkit}} | |{{collaborator|logo|sparkit}}|{{collaborator|longname|sparkit}} | ||
+ | |{{collaborator|logo|ocairo}}|{{collaborator|longname|ocairo}} | ||
}} | }} | ||
{{documentation/{{documentation/version}}/module-introduction-end}} | {{documentation/{{documentation/version}}/module-introduction-end}} | ||
Line 21: | Line 23: | ||
{{documentation/{{documentation/version}}/module-section|Module Description}} | {{documentation/{{documentation/version}}/module-section|Module Description}} | ||
The {{documentation/modulename}} module computes the difference between two co-registered dose volumes using the gamma dose distribution comparison method. This module uses the gamma Plastimatch algorithm internally. | The {{documentation/modulename}} module computes the difference between two co-registered dose volumes using the gamma dose distribution comparison method. This module uses the gamma Plastimatch algorithm internally. | ||
− | |||
− | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 29: | Line 29: | ||
{|align="center" | {|align="center" | ||
− | |[[File:SlicerRT0. | + | |[[File:SlicerRT0.10_DoseComparisonModuleUi.png|thumb|436px|Dose Comparison module UI]] |
+ | |[[File:SlicerRT0.10_GammaVolume.png|thumb|720px|Example of the result gamma volume]] | ||
|} | |} | ||
Line 47: | Line 48: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | + | [http://www.slicer.org/wiki/Documentation/Nightly/Modules/ContourComparison Contour Comparison] | |
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
Line 56: | Line 57: | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Information for Developers}} | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
+ | Custom attributes: | ||
+ | * DicomRtImport.DoseUnitName: required to detect a volume as a "dose volume" | ||
+ | * DicomRtImport.DoseUnitValue: required to detect a volume as a "dose volume" | ||
+ | |||
{{documentation/{{documentation/version}}/module-developerinfo}} | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
Latest revision as of 17:04, 21 November 2019
Home < Documentation < 4.2 < Modules < DoseComparison
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
This work is part of the SparKit project, funded by An Applied Cancer Research Unit of Cancer Care Ontario with funds provided by the Ministry of Health and Long-Term Care and the Ontario Consortium for Adaptive Interventions in Radiation Oncology (OCAIRO) to provide free, open-source toolset for radiotherapy and related image-guided interventions. | |||||||
|
Module Description
The DoseComparison module computes the difference between two co-registered dose volumes using the gamma dose distribution comparison method. This module uses the gamma Plastimatch algorithm internally.
Use Cases
Comparing dose distributions
Tutorials
N/A
Panels and their use
- Current contour(s): Currently selected contour node (vtkMRMLContourNode) or conotur hierarchy node (vtkMRMLContourHierarchyNode)
- Active representation: The active representation (Ribbon model / Indexed labelmap / Closed surface model) of the selected contour. If a hierarchy is selected in which the active representations of the contained contours do not match, Various is indicated
- Change active representation: This box contains controls to convert from one representation to another
Similar Modules
References
- Low, D. A.; Harms, W. B.; Mutic, S. & Purdy, J. A. A technique for the quantitative evaluation of dose distributions Med. Phys, 1998, 25 (5), 656/6
- Low, D. A. & Dempsey, J. F. Evaluation of the gamma dose distribution comparison method Med. Phys, 2003, 30 (9), 2455/10
Information for Developers
Custom attributes:
- DicomRtImport.DoseUnitName: required to detect a volume as a "dose volume"
- DicomRtImport.DoseUnitValue: required to detect a volume as a "dose volume"
Section under construction. |