Difference between revisions of "Documentation/4.2/Modules/Isodose"

From Slicer Wiki
Jump to: navigation, search
(Updated according to nightly)
(0.10)
Line 23: Line 23:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
 
{{documentation/{{documentation/version}}/module-section|Use Cases}}
N/A
+
Generate isodose lines and surfaces for a dose distribution
  
 
{|align="center"
 
{|align="center"
|[[File:SlicerRT0.4 Screenshot Isodose.png|thumb|800px| Contours module GUI]]
+
|[[File:SlicerRT_IsodoseModuleUi.png|thumb|407px|Isodose module UI]]
 +
|[[File:SlicerRT0.6_Isodose.png|thumb|720px|Isodose views]]
 
|}
 
|}
  
Line 57: Line 58:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{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}}
  

Revision as of 18:32, 24 April 2013

Home < Documentation < 4.2 < Modules < Isodose


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.
Author: Kevin Wang (Radiation Medicine Program, Princess Margaret Hospital, University Health Network Toronto)
Contact: Kevin Wang, <email>kevin.wang@rmp.uhn.on.ca</email>

Cancer Care Ontario  
Software Platform and Adaptive Radiotherapy Kit  

Module Description

The Isodose module creates isosurfaces from an input dose volume and a series of defined isodose levels. The output is a series of surface models grouped under a hierarchy node parent that can be visualized either in the 3D viewer or overlaid on image slices.

Use Cases

Generate isodose lines and surfaces for a dose distribution

Isodose module UI
Isodose views

Tutorials

N/A

Panels and their use

  • Input
    • Dose volume
    • Number of Iso levels
    • Iso levels table: color, label and opacity can be set to the isodose surfaces individually
    • Apply: Create isodose surfaces
  • Display options
    • Show isodose lines: Show/hide isodose lines in 2D slice viewers
    • Show isodose surfaces: Show/hide isodose surfaces in the 3D view

Similar Modules

N/A

References

N/A

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"