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

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(7 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
==Key Investigators==
 
==Key Investigators==
 
* Nicole Aucoin (BWH)
 
* Nicole Aucoin (BWH)
* Hans Meine (University of Bremen / Fraunhofer MEVIS)
 
  
 
==Project Description==
 
==Project Description==
Line 20: 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%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
* Flag added to the module description parser with new flag --pointfile
 
* Flag added to the module description parser with new flag --pointfile
**[https://github.com/naucoin/SlicerExecutionModel/commit/aa34a919c9e90b324292d09f7b14ef13da5a9cc5 github topic branch]
+
**[https://github.com/naucoin/SlicerExecutionModel/tree/2979-support-for-cli-point-coordinateSystem-files Slicer Execution Model topic branch]
 
* Module CLI logic and GUI helper updated to use new flag
 
* Module CLI logic and GUI helper updated to use new flag
 
* Application logic updated to manage fiducial storage node
 
* Application logic updated to manage fiducial storage node
Line 31: Line 30:
 
** compile CLI module logic against Markups, use an attribute on the fiducial node
 
** compile CLI module logic against Markups, use an attribute on the fiducial node
 
* [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:
 +
** 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: