View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011476ParaViewBugpublic2010-11-18 13:092010-11-30 18:50
ReporterDavid Doria 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0011476: vtkFileSeriesWriter only checks the first input file for information (extent, etc)
DescriptionIt 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 ReproduceSteps 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).
Additional InformationI tried to add
this->RequestInformationForInput(i, request, outputVector);
at line 584 in vtkFileSeriesReader.cxx but it didn't seem to help.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
duplicate of 0011535closedKitware Robot File Series Reader does not update extents 

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

Duplicate.

 Issue History
Date Modified Username Field Change
2010-11-18 13:09 David Doria New Issue
2010-11-29 16:01 Utkarsh Ayachit Relationship added duplicate of 0011535
2010-11-29 16:01 Utkarsh Ayachit Status backlog => @80@
2010-11-29 16:01 Utkarsh Ayachit Resolution open => duplicate
2010-11-29 16:01 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2010-11-30 18:50 Alan Scott Note Added: 0023596
2010-11-30 18:50 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team