MantisBT - ParaView
View Issue Details
0011535ParaViewBugpublic2010-11-29 15:542016-08-12 09:58
Ken Moreland 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0011535: File Series Reader does not update extents
When using a series reader, the output extent of each of the files in
the series is the same even if all of the files in the series do not
actually have the same extent. It seems like there is an assumption
made somewhere that all of the images will have the same extent. The steps to
reproduce using the attached archive are:

// Broken
1) Open the BlankedCorrelation image in Paraview and change to 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).
No tags attached.
has duplicate 0011476closed Utkarsh Ayachit vtkFileSeriesWriter only checks the first input file for information (extent, etc) 
tar MetaSeriesReader.tar (256,000) 2010-11-29 15:54
https://www.vtk.org/Bug/file/8536/MetaSeriesReader.tar
Issue History
2010-11-29 15:54Ken MorelandNew Issue
2010-11-29 15:54Ken MorelandFile Added: MetaSeriesReader.tar
2010-11-29 15:58Ken MorelandNote Added: 0023574
2010-11-29 16:01Utkarsh AyachitRelationship addedhas duplicate 0011476
2016-08-12 09:58Kitware RobotNote Added: 0037897
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0023574)
Ken Moreland   
2010-11-29 15:58   
I suspect the problem is actually not with the file series reader but in the way the pipeline operates. The whole extent is reported by RequestInformation, and that information is used to build the actual extents used in the partitioned data. The problem is that RequestInformation is not called unless the reader itself is modified. If only the time step changes, the RequestInformation step is skipped (which is usually the right thing to do).
(0037897)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.