MantisBT - ParaView
View Issue Details
0011476ParaViewBugpublic2010-11-18 13:092010-11-30 18:50
David Doria 
Utkarsh Ayachit 
normalminoralways
closedduplicate 
Development 
 
0011476: vtkFileSeriesWriter only checks the first input file for information (extent, etc)
It seems like vtkFileSeriesWriter only checks the first input file for information (extent, etc).

To demonstrate this, if you open two image files separately, they may be in different locations (different extents). However if you open them both through a series reader, they are both in the same location.
Steps to reproduce:

Example files:
http://www.rpi.edu/~doriad/Paraview_List/MetaSeriesReader/ [^]

// Broken
1) Open the BlankedCorrelation image in Paraview and get it into a 3d view
2) Open the BestPatch_* images as a series.
3) Click "Next frame"
4) Observe that the second patch is in the same position as the first
(this is incorrect, they are supposed to be in different positions)

// Works properly
5) Delete the BestPatch_* from the pipeline
6) Open BestPatch_0000 and BestPatch_0001 separately.
7) Observe that they are in different positions (as they are supposed to be).
I tried to add
this->RequestInformationForInput(i, request, outputVector);
at line 584 in vtkFileSeriesReader.cxx but it didn't seem to help.
No tags attached.
duplicate of 0011535closed Kitware Robot File Series Reader does not update extents 
Issue History
2010-11-18 13:09David DoriaNew Issue
2010-11-29 16:01Utkarsh AyachitRelationship addedduplicate of 0011535
2010-11-29 16:01Utkarsh AyachitStatusbacklog => @80@
2010-11-29 16:01Utkarsh AyachitResolutionopen => duplicate
2010-11-29 16:01Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-11-30 18:50Alan ScottNote Added: 0023596
2010-11-30 18:50Alan ScottStatus@80@ => closed

Notes
(0023596)
Alan Scott   
2010-11-30 18:50   
Duplicate.