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

From NAMIC Wiki
Jump to: navigation, search
 
Line 14: Line 14:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* To refactor the rtplan and rtbeam data structure in SlicerRT's two modules (beams and external beam planning)
 
* To improve the usability of external beam planning module.
 
 
* To refactor the dose computation part of code.
 
* To refactor the dose computation part of code.
 +
* Implement pencil-beam based dose calculation for photon.
 +
* to allow dose calculation per beam.
 
</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>
* refactor rtplan and rtbeam data structure in EBP and replace the corresponding classes in Beams module.
 
* fix the current UI issues and validate DRR/beam visualization.
 
 
* refactor dose computation code and put them in a separate class (possibly using plugin mechanism).
 
* refactor dose computation code and put them in a separate class (possibly using plugin mechanism).
 +
*
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Latest revision as of 16:17, 26 June 2014

Home < 2014 Summer Project Week:External Beam Planning

Key Investigators

  • Kevin Wang (Princess Margaret Cancer Center)
  • Greg Sharp (MGH)
  • Maxime Desplanques (CNAO, Italy)

Project Description

Objective

  • To refactor the dose computation part of code.
  • Implement pencil-beam based dose calculation for photon.
  • to allow dose calculation per beam.

Approach, Plan

  • refactor dose computation code and put them in a separate class (possibly using plugin mechanism).

Progress

  • TBA


References

  • External beam planning source code: [1]