Difference between revisions of "User:Millerjv/Slicer3"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''Here is a list of my work in progress for Slicer 3'''
 
'''Here is a list of my work in progress for Slicer 3'''
  
 +
* Building command line modules from a Slicer3 installation
 +
* Hidden and reference parameters to command line modules
 +
* Color node support to command line modules
 
* Passing scenes to command line modules
 
* Passing scenes to command line modules
 
* ROI support for the execution model
 
* ROI support for the execution model
Line 6: Line 9:
 
* Grid integration, BatchMake integration
 
* Grid integration, BatchMake integration
 
* Module GUI and Widget consistency
 
* Module GUI and Widget consistency
* Module discovery speed improvements
 
 
* Editor tools (wand, level tracing, grow cut)
 
* Editor tools (wand, level tracing, grow cut)
 
* DICOM speed
 
* DICOM speed
Line 20: Line 22:
 
'''Here is a list of thing I have recently changed or added to Slicer 3'''
 
'''Here is a list of thing I have recently changed or added to Slicer 3'''
  
 +
* Module discovery speed improvements
 
* Python integration testbed
 
* Python integration testbed
 
* Transforms support for the execution model
 
* Transforms support for the execution model

Revision as of 20:28, 11 October 2007

Here is a list of my work in progress for Slicer 3

  • Building command line modules from a Slicer3 installation
  • Hidden and reference parameters to command line modules
  • Color node support to command line modules
  • Passing scenes to command line modules
  • ROI support for the execution model
  • Lightbox
  • Grid integration, BatchMake integration
  • Module GUI and Widget consistency
  • Editor tools (wand, level tracing, grow cut)
  • DICOM speed

Here is a list of things I hope to attack in Slicer 3 soon

  • 2D plotting
  • Coordinate frame specification for the execution model
  • CSV viewers
  • More testing
  • Switch Slicer and MRML to use vtkSmartPointers and STL collections of vtkSmartPointers.

Here is a list of thing I have recently changed or added to Slicer 3

  • Module discovery speed improvements
  • Python integration testbed
  • Transforms support for the execution model
  • Serialization of command line module parameter sets
  • Diffusion Weighted Imaging support for the execution model
  • Diffusion Tensor Imaging support for the execution model
  • Module logos
  • File-extension support for the execution model file browsers and preferred formats
  • Label map support for the execution model
  • Small improvements (30%) in DICOM processing speed
  • Fixed errors with vtkImageAppendComponents
  • Refactored module factory so that the module discovery mechanism can be reused by other projects