MantisBT - ParaView
View Issue Details
0015356ParaView(No Category)public2015-03-03 20:102015-09-06 12:18
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.44.4 
Sandia
feature
0015356: Create tiff stack reader
Currently, when you open a stack of tiffs, you see a time sequence of tiffs - one 2d tiff at a time. We need the ability, user selectable, to read all of the tiffs as a tiff stack. I have a tiff stack that I will pass to Kitware. Note to self - Al_Foam_Tiff_Stack
No tags attached.
Issue History
2015-03-03 20:10Alan ScottNew Issue
2015-04-06 21:57Alan ScottNote Added: 0034340
2015-04-06 21:57Alan ScottTarget Version => 4.4
2015-04-10 13:08Utkarsh AyachitNote Added: 0034355
2015-04-12 19:44Utkarsh AyachitNote Added: 0034357
2015-04-12 19:44Utkarsh AyachitStatusbacklog => customer review
2015-04-12 19:44Utkarsh AyachitFixed in Version => git-master
2015-04-12 19:44Utkarsh AyachitResolutionopen => fixed
2015-04-12 19:44Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-04-29 19:58Alan ScottNote Added: 0034378
2015-04-29 19:58Alan ScottStatuscustomer review => closed
2015-09-06 12:18Utkarsh AyachitFixed in Versiongit-master => 4.4

Notes
(0034340)
Alan Scott   
2015-04-06 21:57   
Utkarsh - the current hack you gave me is reading a fairly cubic tiff stack as a long post. Looks like a 4"X4"X8' post. My guess is that the tiff is being read something like 20 pixels to the inch by 20 pixels to the inch by 1 pixel to the inch.
(0034355)
Utkarsh Ayachit   
2015-04-10 13:08   
commit cef423948e9dde97ea4595f7496ba96f8dc3341e
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Apr 10 13:06:56 2015 -0400

    BUG 0015356: Expose data spacing for image stacks.
    
    Image stack readers need the ability to specify spacing to use since the
    z-direction spacing is often not available in the file format. Added
    support for custom spacing to TIFF, PNG and JPEG readers.
(0034357)
Utkarsh Ayachit   
2015-04-12 19:44   
This addresses the issue:

https://gitlab.kitware.com/paraview/paraview/merge_requests/56 [^]

New properties on the Properties panel allow users to specify the CustomDataSpacing to use.
(0034378)
Alan Scott   
2015-04-29 19:58   
This appears to be working correctly, including the custom data spacing.

Tested local server, master, Linux.