Difference between revisions of "2014 Project Week:External Beam Planning"
From NAMIC Wiki
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 | + | Image:SlicerRT_beam_visualization.png|beam visualization(before) |
+ | Image:SlicerRT_MLC_beam_visualization.png|MLC beam visualization (after) | ||
</gallery> | </gallery> | ||
Latest revision as of 03:51, 10 January 2014
Home < 2014 Project Week:External Beam PlanningKey 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.