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

From NAMIC Wiki
Jump to: navigation, search
m (moved 2016 Winter Project Week:Return Fiducials from CLIs to 2015 Summer Project Week:Return Fiducials from CLIs over redirect: Sorry, renamed wrong project page. :-( Bad mistake, hopefully gracefully handled by wiki?)
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
Line 19: Line 19:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
* Update the CLI module logic to support fiducial files as input and output
 
* Update the CLI module logic to support fiducial files as input and output
** [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]
+
** [https://www.slicer.org/wiki/Documentation/Nightly/Developers/SlicerExecutionModel#Adding_a_new_parameter_type Adding new parameter type]
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
Line 31: Line 31:
 
* [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:
** update the [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4
+
** update the [https://www.slicer.org/wiki/Documentation/Nightly/Developers/SlicerExecutionModel wiki documentation] for Slicer 4
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 17:10, 10 July 2017

Home < 2015 Summer Project Week:Return Fiducials from CLIs

Key Investigators

  • Nicole Aucoin (BWH)

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: