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

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-Summer2015.png|Projects List </gallery> ==Key Investigators== * Andras Lasso * Andrey Fedorov ==Project Descr…')
 
Line 12: Line 12:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Create base classes for quick implementationi of slicelets that are convenient to use in the operating room
+
* Create base classes for quick implementation of slicelets that are convenient to use in the operating room
 
</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>
* Create base classes
+
* Questions:
 +
** Slicelet/full-screen module (slicelets seem to have performance issue and it's difficult to make sure nothing relies on main window, status bar, etc.)
 +
** Scene initialization: create empty scene/activate loaded scene
 +
** How to split code to mulitple files but still allow reloading (similarly to Editor?)
 +
* Create base classes and/or utility classes
 
* Create intra-operative US/MRI prostate registration slicelet
 
* Create intra-operative US/MRI prostate registration slicelet
 
</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>
*  
+
* Skeleton "slicelet" is added: https://github.com/SlicerIGT/SliceletTools
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 17:34, 12 June 2015

Home < 2015 Summer Project Week:IGTSliceletBase

Key Investigators

  • Andras Lasso
  • Andrey Fedorov

Project Description

Objective

  • Create base classes for quick implementation of slicelets that are convenient to use in the operating room

Approach, Plan

  • Questions:
    • Slicelet/full-screen module (slicelets seem to have performance issue and it's difficult to make sure nothing relies on main window, status bar, etc.)
    • Scene initialization: create empty scene/activate loaded scene
    • How to split code to mulitple files but still allow reloading (similarly to Editor?)
  • Create base classes and/or utility classes
  • Create intra-operative US/MRI prostate registration slicelet

Progress