Difference between revisions of "2008 Summer Project Week:PythonInSlicer"

From NAMIC Wiki
Jump to: navigation, search
Line 12: Line 12:
 
* Dan Blezek
 
* Dan Blezek
 
* Mike Halle
 
* Mike Halle
* Steve Piper
+
* Steve Pieper
 
* Demian Wasserman
 
* Demian Wasserman
  

Revision as of 11:33, 23 June 2008

Home < 2008 Summer Project Week:PythonInSlicer



Key Investigators

  • Luca Antiga
  • Dan Blezek
  • Mike Halle
  • Steve Pieper
  • Demian Wasserman

Objective

To finalize the use of Python within Slicer for command-line modules, scripted modules and meta-modules (or module chaining). The main rework is needed for scripted modules.

Approach, Plan

The plan for the project week is to get the status of Python within Slicer ready for release. This will involve some general code review and some rework on Python Scripted Module infrastructure.

Progress

During the January 2008 project week, within Python Support in Slicer 3, preliminary Python support for Numpy/Scipy, command line modules (executed in the main thread), calling of all registered modules from Python and scripted modules have been added.


References