[Paraview] Pb with vtkHDF5RawImageReader

adam adam at cpht.polytechnique.fr
Tue Jun 12 06:37:06 EDT 2007


Hi

I have been using HDF5(2.6.5)  file with paraview 2.4 without any
problem. I tried to switch to paraview 2.6 or 3.0 both of them crash
with the same error message

ErrorMessage

# Error or warning: There was a VTK Error in
file: /home/amy/ParaViewReleaseRoot/ParaView-2.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx (718)
 vtkCompositeDataPipeline (0x913c0e8): Input port 0 of algorithm
vtkHDF5RawImageReader(0x91389d0) has 0 connections but is not optional.
ErrorMessage end

What is wrong ?

Thank you for your advice

Jean Claude Adam

Attached is a copy of the output for paraview 2.4 and 2.6 as well as an
h5dump of the file
-------------- next part --------------
paraview 2.4

[jca at debye ~]$ /opt/bin/paraview
Found group: /poynt_x7
Found supported dataset: /poynt_x7/poynt_1200
Found supported dataset: /poynt_x7/poynt_1400


paraview 2.6 (also 3.0)

[jca at debye ~]$ /usr/local/bin/paraview
ErrorMessage
# Error or warning: There was a VTK Error in file: /home/amy/ParaViewReleaseRoot/ParaView-2.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx (718)
 vtkCompositeDataPipeline (0x913c0e8): Input port 0 of algorithm vtkHDF5RawImageReader(0x91389d0) has 0 connections but is not optional.
ErrorMessage end


[jca at debye ~]$ /opt/hdf5/bin/h5dump  -A /scratch1/jca/emi3d.poynt3d_x7.h5

HDF5 "/scratch1/jca/emi3d.poynt3d_x7.h5" {
GROUP "/" {
   GROUP "poynt_x7" {
      DATASET "poynt_1200" {
         DATATYPE  H5T_IEEE_F32LE
         DATASPACE  SIMPLE { ( 128, 128, 840 ) / ( 128, 128, 840 ) }
         ATTRIBUTE "ORIGIN" {
            DATATYPE  H5T_IEEE_F32LE
            DATASPACE  SIMPLE { ( 3 ) / ( 3 ) }
            DATA {
            (0): 0, 50, 50
            }
         }
         ATTRIBUTE "ASPECT_RATIO" {
            DATATYPE  H5T_IEEE_F32LE
            DATASPACE  SIMPLE { ( 3 ) / ( 3 ) }
            DATA {
            (0): 1, 1.5625, 1.5625
            }
         }
      }
      DATASET "poynt_1400" {
         DATATYPE  H5T_IEEE_F32LE
         DATASPACE  SIMPLE { ( 128, 128, 840 ) / ( 128, 128, 840 ) }
         ATTRIBUTE "ORIGIN" {
            DATATYPE  H5T_IEEE_F32LE
            DATASPACE  SIMPLE { ( 3 ) / ( 3 ) }
            DATA {
            (0): 0, 50, 50
            }
         }
         ATTRIBUTE "ASPECT_RATIO" {
            DATATYPE  H5T_IEEE_F32LE
            DATASPACE  SIMPLE { ( 3 ) / ( 3 ) }
            DATA {
            (0): 1, 1.5625, 1.5625
            }
         }
      }
   }
}
}
[jca at debye ~]$


More information about the ParaView mailing list