Difference between revisions of "NA"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
m (Update from Wiki)
Line 1: Line 1:
'''Objective:''' Develop the next generation biomedical computing application platform using NA-MIC kit software technologies developed in Years 1 & 2 of the NA-MIC project.
+
'''Objective:''' The Slicer3 Execution Model realizes the "Extensible Algorithmic Framework" goal by providing an interactive point-and-click interface to ITK-based command line executables, LONI Pipelines, and Grid Services without extensive re-engineering by the algorithm developer. The Execution Model uses an XML syntax to describe algorithm options and user interface controls. Slicer3 constructs the appropriate user interfaces from this description and manages the data transfer to and from the algorithm module. Such processing modules can be discovered at runtime and delivered to clinicians as plugins to Slicer3.
  
'''Progress:'''
+
'''Progress:''' An initial implementation is complete and under evaluation. The command line processing is automatically generated from the XML decription file. The generation process has been added to CMake.
  
* Implementation (alpha stage: compile and run) of a base object hierachy with smart pointer, timestamp, factory, tcl wrapping for an independant MRML lib. Allow separation of mrml from vtkmrml, and itkmrml.
+
'''Key Investigators'''<nowiki>: </nowiki>
* Developed design and initial implementation of module loading facility.
 
* Developed undo/redo facility for MRML data library.
 
  
'''Key Investigators:'''
+
* Dan Blezek, Jim Miller and Bill Lorensen (GE)
  
* Isomics: Steve Pieper, Alex Yarmarkovich
+
Links: [[Slicer3:Execution_Model|Slicer3:Execution_Model]]
* Kitware: Mathieu Malaterre, Sebastien Barre
 
* GE: Bill Lorensen, Jim Miller, Dan Blezek, Xiaodong Tao
 
 
 
'''Links:'''
 
 
 
* MRML reimplementation proposal: [[User:Mathieu/Slicer|User:Mathieu/Slicer]]
 
* [http://www.na-mic.org:8000/websvn/listing.php?repname=Slicer3 Slicer3 websvn]
 
* [http://www.na-mic.org:8000/websvn/listing.php?repname=NAMICSandBox&path=%2Ftrunk%2FSlicer30Architecture%2FDataModelManager%2Fmrml%2F libMRML proposal]
 

Revision as of 13:28, 18 December 2006

Home < NA

Objective: The Slicer3 Execution Model realizes the "Extensible Algorithmic Framework" goal by providing an interactive point-and-click interface to ITK-based command line executables, LONI Pipelines, and Grid Services without extensive re-engineering by the algorithm developer. The Execution Model uses an XML syntax to describe algorithm options and user interface controls. Slicer3 constructs the appropriate user interfaces from this description and manages the data transfer to and from the algorithm module. Such processing modules can be discovered at runtime and delivered to clinicians as plugins to Slicer3.

Progress: An initial implementation is complete and under evaluation. The command line processing is automatically generated from the XML decription file. The generation process has been added to CMake.

Key Investigators:

  • Dan Blezek, Jim Miller and Bill Lorensen (GE)

Links: Slicer3:Execution_Model