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;…')
 
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 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.
 
</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).
 
</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>

Revision as of 16:03, 13 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 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.

Approach, Plan

  • 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).

Progress

  • TBA


References

  • External beam planning source code: [1]