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

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2014.png|Projects List </gallery> ==Key Investigators== ==Project Description== <div style="margin: 20px;…')
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
==Key Investigators==
 
==Key Investigators==
 +
* Kevin Wang (Princess Margaret Cancer Center)
 +
* Greg Sharp (MGH)
 +
* Maxime Desplanques (CNAO, Italy)
  
 
==Project Description==
 
==Project Description==
Line 11: 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 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 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%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*  
+
* TBA
 
</div>
 
</div>
 +
</div>
 +
 +
 +
<div style="width: 97%; float: left;">
 +
==References==
 +
* External beam planning source code: [https://www.assembla.com/code/slicerrt/subversion/nodes/1794/trunk/SlicerRt/src/ExternalBeamPlanning]
 
</div>
 
</div>

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]