Difference between revisions of "2014 Project Week:External Beam Planning"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2014.png|Projects List </gallery> ==Key Investigators== ==Project Description== <div style="margin: 20px;…')
 
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
 +
Image:SlicerRT_beam_visualization.png|beam visualization(before)
 +
Image:SlicerRT_MLC_beam_visualization.png|MLC beam visualization (after)
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
 +
 +
* Princess Margaret Cancer Center: Kevin Wang
 +
* MGH: Greg Sharp
 +
* Queen's: Csaba Pinter
  
 
==Project Description==
 
==Project Description==
Line 11: Line 17:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*  
+
* Review the current status of external beam planning module
 +
* Create beam visualization with configurable collimators
 +
* Refactor the beams/external beam planning modules to remove the redundancy
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
*  
+
* supports 3 types of collimator (fixed, MLC and custom)
 +
** fixed can be modeled by rectangle/circle
 +
** MLC can be modeled by a list of points on Y1 and Y2
 +
** custom type can be modeled by contour/labelmap
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*  
+
* implemented the multi-leaf collimator (MLC) model in the beam module.
 +
* this model allows visualization of simple beam geometry. (without islands, only one contour)
 +
* fixed a few small bugs and rearranged the gui.
 +
* future plan: 1.implement a transform class to model the complete IEC coordinate system using for Linac. 2.refactor beams module visualization.
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
==References==
 +
* Keep in mind: https://www.assembla.com/spaces/slicerrt/tickets/425-utilize-beam-node-from-externalbeamplanning-in-other-modules

Latest revision as of 03:51, 10 January 2014

Home < 2014 Project Week:External Beam Planning

Key Investigators

  • Princess Margaret Cancer Center: Kevin Wang
  • MGH: Greg Sharp
  • Queen's: Csaba Pinter

Project Description

Objective

  • Review the current status of external beam planning module
  • Create beam visualization with configurable collimators
  • Refactor the beams/external beam planning modules to remove the redundancy

Approach, Plan

  • supports 3 types of collimator (fixed, MLC and custom)
    • fixed can be modeled by rectangle/circle
    • MLC can be modeled by a list of points on Y1 and Y2
    • custom type can be modeled by contour/labelmap

Progress

  • implemented the multi-leaf collimator (MLC) model in the beam module.
  • this model allows visualization of simple beam geometry. (without islands, only one contour)
  • fixed a few small bugs and rearranged the gui.
  • future plan: 1.implement a transform class to model the complete IEC coordinate system using for Linac. 2.refactor beams module visualization.

References