MantisBT - ParaView
View Issue Details
0006147ParaView(No Category)public2007-12-11 10:102009-05-13 13:59
David Karelitz 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0006147: (MARS-normal) Display is wrong when first timestep value in a file is not 0
If the first timestep value in a file is not 0, the GUI timestep value is incorrect and any timestep value labels show 0 and not the correct value of the first timestep.
No tags attached.
gz OffsetTimeRange.tar.gz (26,005) 2008-04-15 12:28
https://www.vtk.org/Bug/file/6407/OffsetTimeRange.tar.gz
Issue History
2007-12-11 10:10David KarelitzNew Issue
2008-01-18 09:49Utkarsh AyachitStatusbacklog => @80@
2008-01-18 09:49Utkarsh AyachitResolutionopen => fixed
2008-01-18 09:49Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-01-18 09:49Utkarsh AyachitNote Added: 0010184
2008-01-23 16:22Alan ScottStatus@80@ => @20@
2008-01-23 16:22Alan ScottResolutionfixed => reopened
2008-01-23 16:22Alan ScottNote Added: 0010263
2008-03-07 07:56Berk GeveciTarget Version => MARS
2008-03-07 08:03Berk GeveciCategoryDevelopment => 3.4
2008-03-07 08:09Berk GeveciNote Added: 0010749
2008-03-07 08:09Berk GeveciStatus@20@ => tabled
2008-04-15 12:28Ken MorelandFile Added: OffsetTimeRange.tar.gz
2008-04-15 12:29Ken MorelandNote Added: 0011335
2008-04-15 15:23Utkarsh AyachitStatustabled => @80@
2008-04-15 15:23Utkarsh AyachitResolutionreopened => fixed
2008-04-15 15:23Utkarsh AyachitNote Added: 0011345
2008-04-16 17:15Alan ScottStatus@80@ => closed
2008-04-16 17:15Alan ScottNote Added: 0011405
2009-05-13 13:58Utkarsh AyachitTarget VersionMARS => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010184)
Utkarsh Ayachit   
2008-01-18 09:49   
The following patch fixes this issue.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineRepresentation.cxx,v <-- pqPipelineRepresentation.cxx
new revision: 1.19; previous revision: 1.18
(0010263)
Alan Scott   
2008-01-23 16:22   
Client (XP) Server (6 processors). Trunk, January 23rd.

I still see this issue. Ken has a BIG dataset that he says is unlimited release that we can send out. I am using that. Ask Ken or me for it if necessary.

I bring up this file, and it has a time of 0, time step of 0. In the Information tab, we have Time Index = 0, Value = 30.8525, Index 1 = 31.1025, etc..

I click the Next Frame button, and the time button sets to time step 0 - i.e., 30.8525, time step 0. I click the Next Frame button, now we are (correctly) at 31.1025, time step 1.
(0010749)
Berk Geveci   
2008-03-07 08:09   
Utkarsh:
Can you check this out?

Alan:
What is that big dataset you are referring to? Do we have it?
(0011335)
Ken Moreland   
2008-04-15 12:29   
The data set Alan is talking about is a semi-large fire data set I sent Berk a while ago.

To make things easier, I attached a simple, small data set that displays the problem. It is a simple modification of the singleSphereAnimation data set in ParaViewData with the time range offset to 10-20.
(0011345)
Utkarsh Ayachit   
2008-04-15 15:23   
When a file is opened, if the current time (both the
application time maintained by the time keeper, as well as the animation time
maintained by the animation scene) is not within the range of time values
provided by the while, then we change the current time to be the minimum time
provided by the reader.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqAnimationScene.cxx,v <-- Qt/Core/pqAnimationScene.cxx
new revision: 1.24; previous revision: 1.23
/cvsroot/ParaView3/ParaView3/Qt/Core/pqTimeKeeper.cxx,v <-- Qt/Core/pqTimeKeeper.cxx
new revision: 1.14; previous revision: 1.13
(0011405)
Alan Scott   
2008-04-16 17:15   
Tested local client