2012 Summer Project Week:MultiVolumeSupport

From NAMIC Wiki
Revision as of 14:22, 22 June 2012 by Fedorov (talk | contribs) (→‎Key Investigators)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < 2012 Summer Project Week:MultiVolumeSupport

Key Investigators

  • BWH: Andrey Fedorov, Steve Pieper
  • GE: Jim Miller
  • OHSU: Brendan Moloney

Objective

MultiVolume support is a new feature of Slicer4 available in version 4.1. This module is "work in progress", and the goal of this project is to work on adding new features related to multivolume support, discuss use cases and plan future development related to this module.

Approach, Plan

Specific items we will discuss:

  • Self-sufficient format that would allow to store multi-volume frames together with the metadata (NRRD? NIfTI?)
    • May require updating NRRD for both Slicer and ITK
  • Integration of MultiVolume nodes with the DCE modeling capabilities under development
  • Application of the MultiVolumes concept to the other potential use cases (Steve's DataHub?) and what changes would be required
  • Discuss what are the features needed for the existing use-cases, and work on implementation of some of them.

Progress

  • Andrey worked on removing the dependency of MultiVolumeNode on the DWV node -- this seems to be mostly done; (see progress on MultiVolume* github projects)
  • in order to support integration of PkModeling with Multivolume data type, Jim has been working on
    • adding support for IO of attributes into NRRD format (vtkNRRDStorageNode and IDImageIO)
    • adding support of new volume attributes to CLI logic
    • rethinking the architecture of volumes and the intuitive naming for the multi-volume related concepts
  • MultiVolume has been discussed at the Slicer 4 "new features" meeting 2012_Project_Week_Breakout_Session:_Slicer4
  • Brendan has been working on:
    • New UI for MultiVolumeImporter. This will allow:
      • Importing individual files (i.e. 4D Nifti)
      • A simpler and more flexible way to specify the DICOM tag to sort with (keywords instead of tag numbers)
      • Can reorder the input files that are not in the correct alpha-numeric order
    • New logic for MultiVolumeImporter.

Delivery Mechanism

MultiVolumes support is available to the NA-MIC Kit as a Slicer4 loadable module included in the stable release.

References