Difference between revisions of "Slicer3:TimeSeries and Multi-Volume Data"

From NAMIC Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
== Slicer3 support for TimeSeries and Multi-Volume Data==
 
== Slicer3 support for TimeSeries and Multi-Volume Data==
 +
 +
=== Feature ideas ===
 +
 +
Just a collection of ideas related to time series data in no particular order.
 +
 +
* Would like to dynamically load data in a background thread to minimize memory requirements
 +
** Need to understand how this will impact performance, i.e. can we page through the slices in real time?
 +
* Flexible processing
 +
** Volume by volume
 +
** Slice by Slice (would require a "block of bytes" format like NRRD, Analyze, or NIFTI)
 +
  
 
=== Potentially useful codes ===
 
=== Potentially useful codes ===

Revision as of 03:37, 1 February 2008

Home < Slicer3:TimeSeries and Multi-Volume Data

Back to Slicer3 Projects List

Slicer3 support for TimeSeries and Multi-Volume Data

Feature ideas

Just a collection of ideas related to time series data in no particular order.

  • Would like to dynamically load data in a background thread to minimize memory requirements
    • Need to understand how this will impact performance, i.e. can we page through the slices in real time?
  • Flexible processing
    • Volume by volume
    • Slice by Slice (would require a "block of bytes" format like NRRD, Analyze, or NIFTI)


Potentially useful codes

Proposed Data Model

Use Cases

Existing GUI Resources

Below are interface elements for which GUI resources already exist. The Basic Controller and Cine Controller are not attached to any logic or data structures. The Interval Browser is part of Slicer2.6.

BasicController.png

CineDisplay5.png

Ibrowser.png