| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0011535 | ParaView | Bug | public | 2010-11-29 15:54 | 2016-08-12 09:58 | ||||
| Reporter | Ken Moreland | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0011535: File Series Reader does not update extents | ||||||||
| Description | 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). | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | ||||||
|
||||||
| Relationships |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |