MantisBT - ParaView
View Issue Details
0010501ParaViewBugpublic2010-03-31 21:352010-04-20 19:42
Alan Scott 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
3.83.8 
0010501: h5parts reader reads trash coordinates
ParaView trunk (back about a week), local server, Linux.

I believe that the h5part reader is reading int data as float data. It is really messed up, anyway.

Ask me for file particles.h5part.

Open particles.h5part.
Xarray id == x
Yarray id = vx
Zarray id = type

Go forward 1 time step. (Time step 0 doesn't have data in it.)
Go to the information tab.
Note that type goes from 1 to 2.
The Z range will go from total trash to total trash. It is also random. Currently, on my ParaView, it is going from -1.75e308 to 3.92e202.

You can see what it should look like by running the calculator, check Coordinate Results, and use formula: 1e9*x*iHat+vx*jHat+type*kHat
-Z axis icon, Reset.

Since this is misrepresenting data, this really should be fixed for 3.8.


 
No tags attached.
Issue History
2010-03-31 21:35Alan ScottNew Issue
2010-03-31 21:36Alan ScottTarget Version => 3.8
2010-04-05 10:19Utkarsh AyachitStatusbacklog => tabled
2010-04-05 10:19Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-04-05 10:22Utkarsh AyachitNote Added: 0020073
2010-04-05 10:22Utkarsh AyachitStatustabled => @80@
2010-04-05 10:22Utkarsh AyachitFixed in Version => 3.8
2010-04-05 10:22Utkarsh AyachitResolutionopen => fixed
2010-04-20 19:42Alan ScottNote Added: 0020321
2010-04-20 19:42Alan ScottStatus@80@ => closed

Notes
(0020073)
Utkarsh Ayachit   
2010-04-05 10:22   
Handle cases where the 3 coordinate arrays chosen by the
user are not of the same type.

/cvsroot/ParaView3/ParaView3/Plugins/H5PartReader/vtkH5PartReader.cxx,v <-- Plugins/H5PartReader/vtkH5PartReader.cxx
new revision: 1.4; previous revision: 1.3

----- 3.8 branch
/cvsroot/ParaView3/ParaView3/Plugins/H5PartReader/vtkH5PartReader.cxx,v <-- Plugins/H5PartReader/vtkH5PartReader.cxx
new revision: 1.3.2.1; previous revision: 1.3
(0020321)
Alan Scott   
2010-04-20 19:42   
Tested trunk, local client, Windows.