View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011535ParaViewBugpublic2010-11-29 15:542016-08-12 09:58
ReporterKen Moreland 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0011535: File Series Reader does not update extents
DescriptionWhen 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).
TagsNo tags attached.
Project
Topic Name
Type
Attached Filestar file icon MetaSeriesReader.tar [^] (256,000 bytes) 2010-11-29 15:54

 Relationships
has duplicate 0011476closedUtkarsh Ayachit vtkFileSeriesWriter only checks the first input file for information (extent, etc) 

  Notes
(0023574)
Ken Moreland (manager)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-11-29 15:54 Ken Moreland New Issue
2010-11-29 15:54 Ken Moreland File Added: MetaSeriesReader.tar
2010-11-29 15:58 Ken Moreland Note Added: 0023574
2010-11-29 16:01 Utkarsh Ayachit Relationship added has duplicate 0011476
2016-08-12 09:58 Kitware Robot Note Added: 0037897
2016-08-12 09:58 Kitware Robot Status expired => closed
2016-08-12 09:58 Kitware Robot Resolution open => moved
2016-08-12 09:58 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team