Difference between revisions of "Documentation/4.4/Extensions/MarginCalculator"

From Slicer Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 
{{documentation/{{documentation/version}}/extension-section|Use Cases}}
 +
 +
* Comparison of different RT plans with specific margin using dose population histogram
 +
* Evaluation of effect of different margin in RT plan
 +
* Calculation of PTV margin
  
  
Line 46: Line 50:
 
{{documentation/{{documentation/version}}/extension-section|Tutorials}}
 
{{documentation/{{documentation/version}}/extension-section|Tutorials}}
  
* Sample scenes:
+
* TBA
** [https://subversion.assembla.com/svn/slicerrt/trunk/MultidimData/data/SampleSceneCardiacCt.mrb Cardiac CT: sequence of volumes, real-time volume rendering]
 
** [https://subversion.assembla.com/svn/slicerrt/trunk/MultidimData/data/SampleSceneModelDeformation.mrb Deformation of a 3D model]
 
** [https://subversion.assembla.com/svn/slicerrt/trunk/MultidimData/data/SampleSceneUsGuidedNeedleInsertion.mrb Ultrasound-guided needle insertion: moving tracked ultrasound image and tools, synchronized replay of image ad transforms]
 
* Usage:
 
** Load the downloaded .mrb scene file into Slicer
 
** Go to the Sequence browser module to browse the data set
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}
 
{{documentation/{{documentation/version}}/extension-section|Similar Extensions}}
* [[Documentation/{{documentation/version}}/Extensions/Plastimatch|Plastimatch]]: SlicerRT and Plastimatch are complementary software libraries. Plastimatch focuses on delivering new computational methods radiotherapy, while SlicerRT aims for providing an easy-to-use interface for a wide range of stable, well-tested radiotherapy related features. SlicerRT uses Plastimatch internally for certain operations.
+
* [[Documentation/{{documentation/version}}/Extensions/SlicerRT|SlicerRT]]: SlicerRT and Margin Calculator are complementary software. Margin Calculator focuses specifically on the RT plan margin calculation, while SlicerRT aims for providing an easy-to-use interface for a wide range of stable, well-tested radiotherapy related features.
 
* [[Documentation/{{documentation/version}}/Modules/GelDosimetry|Gel Dosimetry]]: Slicelet facilitating a streamlined workflow to perform gel dosimetry analysis for commissioning linacs and evaluating new dose calculation procedures
 
* [[Documentation/{{documentation/version}}/Modules/GelDosimetry|Gel Dosimetry]]: Slicelet facilitating a streamlined workflow to perform gel dosimetry analysis for commissioning linacs and evaluating new dose calculation procedures
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/extension-section|References}}
 
{{documentation/{{documentation/version}}/extension-section|References}}
 +
C. Pinter, A. Lasso, A. Wang, D. Jaffray and G. Fichtinger, [http://perk.cs.queensu.ca/sites/perk.cs.queensu.ca/files/Pinter2012_0.pdf "SlicerRT – Radiation therapy research toolkit for 3D Slicer"], Med. Phys., 39(10) pp. 6332-6338, 2012
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 18:06, 9 October 2015

Home < Documentation < 4.4 < Extensions < MarginCalculator


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Contributors: Kevin Wang (Princess Margaret Cancer Centre), Winnie Li (Princess Margaret Cancer Centre)
Contact: Kevin Wang, <email>kevin.wang@rmp.uhn.ca</email>
Website: http://www.assembla.com/spaces/margincalculator
License: Slicer license

SparKit  
NA-MIC  
OCAIRO  


Extension Description

Multidimensional data is an extension of 3D Slicer to allow creating and visualization of higher-dimension data nodes, such as 4D volumes, models changing in time, markups changing in time, sequences of transforms, scene camera trajectory, or even sequence of sequences. Software features include:

  • Synthetic dose volume generation for testing.
  • Motion simulation for systematic and random errors.
  • Dose population histogram generation based on motion simulation.
  • A complete simulation module for margin calculation.

Modules

Use Cases

  • Comparison of different RT plans with specific margin using dose population histogram
  • Evaluation of effect of different margin in RT plan
  • Calculation of PTV margin


Tutorials

  • TBA

Similar Extensions

  • SlicerRT: SlicerRT and Margin Calculator are complementary software. Margin Calculator focuses specifically on the RT plan margin calculation, while SlicerRT aims for providing an easy-to-use interface for a wide range of stable, well-tested radiotherapy related features.
  • Gel Dosimetry: Slicelet facilitating a streamlined workflow to perform gel dosimetry analysis for commissioning linacs and evaluating new dose calculation procedures

References

C. Pinter, A. Lasso, A. Wang, D. Jaffray and G. Fichtinger, "SlicerRT – Radiation therapy research toolkit for 3D Slicer", Med. Phys., 39(10) pp. 6332-6338, 2012

Information for Developers