Difference between revisions of "2015 Summer Project Week:Return Fiducials from CLIs"

From NAMIC Wiki
Jump to: navigation, search
Line 32: Line 32:
 
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]
 
* [https://github.com/naucoin/Slicer/tree/2979-support-for-cli-point-coordinateSystem-files Slicer topic branch]
 
* TODO:
 
* TODO:
** finish up testing in SEM
 
 
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4
 
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 15:32, 24 June 2015

Home < 2015 Summer Project Week:Return Fiducials from CLIs

Key Investigators

  • Nicole Aucoin (BWH)
  • Hans Meine (University of Bremen / Fraunhofer MEVIS)

Project Description

Objective

  • Fix Slicer issue 2979

Approach, Plan

Progress

  • Flag added to the module description parser with new flag --pointfile
  • Module CLI logic and GUI helper updated to use new flag
  • Application logic updated to manage fiducial storage node
  • Some problems supporting the coordinateSystem flag, open to feedback on alternate ways to achieve it
    • compile CLI module logic against Markups, use an attribute on the fiducial node
  • Slicer topic branch
  • TODO: