MantisBT - ParaView
View Issue Details
0006956ParaView(No Category)public2008-05-05 12:192011-01-13 17:00
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0006956: Temporal statistics filter output reports wrong ranges
When you run the temporal statistics filter on some data, the resulting _average, _minimum, and _maximum arrays all have the same range reported in the information panel. This also leads to the scalar bar being given the wrong range.

To replicate, load in can.ex2 with the EQPS variable loaded. Then run that through the temporal statistics filter. Look at the resulting information panel and you will see that all the EQPS_* variables (except the stddev one) have the range of [0, 1.67562], which is clearly wrong.
No tags attached.
parent of 0006955closed Utkarsh Ayachit VTK vtkInformation::CopyEntry ignores deep flag 
Issue History
2008-05-05 12:19Ken MorelandNew Issue
2008-05-05 12:20Ken MorelandRelationship addedparent of 0006955
2008-05-05 12:22Ken MorelandNote Added: 0011697
2008-05-05 12:22Ken MorelandStatusbacklog => tabled
2008-05-05 12:22Ken MorelandAssigned To => Berk Geveci
2008-06-03 11:12Utkarsh AyachitAssigned ToBerk Geveci => Burlen
2008-08-07 13:16Utkarsh AyachitAssigned ToBurlen => Berk Geveci
2008-08-26 13:49Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-08-27 12:12Utkarsh AyachitStatustabled => @80@
2008-08-27 12:12Utkarsh AyachitResolutionopen => fixed
2008-08-27 12:12Utkarsh AyachitNote Added: 0013208
2008-09-02 21:30Alan ScottStatus@80@ => closed
2008-09-02 21:30Alan ScottNote Added: 0013269
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011697)
Ken Moreland   
2008-05-05 12:22   
The problem is that vtkInformation is not properly doing a deep copy (bug 0006955), which is causing all of the arrays to share the range information key even though they are not sharing the data. I have attached a patch to bug 0006955 that fixes the problem for this bug. However, I don't want to be fiddling with such a core class of VTK, so I'll let one of the maintainers of VTK at Kitware review and apply the patch.
(0013208)
Utkarsh Ayachit   
2008-08-27 12:12   
A fix for the VTK issue was committed.
(0013269)
Alan Scott   
2008-09-02 21:30   
Tested client/server.