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

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''[[Slicer3:Developers#Slicer_3_Projects | Back to Slicer3 Projects List ]]'''
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer3:TimeSeries_and_Multi-Volume_Data here]</font></big>
 
 
== 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 ===
 
 
 
* [http://www.vtk.org/doc/nightly/html/classvtkMultiGroupDataSet.html  VTK 5.1 multi-group data set]
 
* [http://www.vtk.org/doc/nightly/html/classvtkTemporalDataSet.html  VTK 5.1 temporal data set]
 
* [http://www.insight-journal.org/InsightJournalManager/view_reviews.php?back=admin_publications_toolkits.php&pubid=164  VTK code from Inria ]
 
 
 
=== 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.
 
 
 
[[image:BasicController.png]]
 
 
 
[[image:CineDisplay5.png]]
 
 
 
[[image:Ibrowser.png]]
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer3:TimeSeries and Multi-Volume Data

Note: We are migrating this content to the slicer.org domain - The newer page is here