Difference between revisions of "2015 Summer Project Week:SordinaLinacPath"

From NAMIC Wiki
Jump to: navigation, search
Line 8: Line 8:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Allow the new [http://www.slicer.org/slicerWiki/index.php/Documentation/Labs/Segmentations Segmentation node] to be used in the Editor
+
* Create a Sordina LINAC movements simulator on Slicer using models from the vendor.
 
</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>
* Merge vtkMRMLSegmentationNode into SlicerRT
+
* Create a Python-based module that load the models and need transformations
* Create a new Editor module main GUI (using Segmentation node widgets)
+
* Add the degrees of freedom to some parts of the model
* Make plugins compatible with both vtkMRMLSegmentationNode and vtkMRMLLabelMapVolumeNode
 
 
</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>
* vtkMRMLLabelMapVolume node is merged into the trunk
+
* Models are loaded properly and starting transformations
 +
* A slider was added to control a rotation angle
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 14:58, 24 June 2015

Home < 2015 Summer Project Week:SordinaLinacPath

Key Investigators

  • Eugenio Marinetto UC3M, Madrid
  • Javier Pascau UC3M, Madrid
  • David García UC3M, Madrid

Project Description

Objective

  • Create a Sordina LINAC movements simulator on Slicer using models from the vendor.

Approach, Plan

  • Create a Python-based module that load the models and need transformations
  • Add the degrees of freedom to some parts of the model

Progress

  • Models are loaded properly and starting transformations
  • A slider was added to control a rotation angle