HDF5 Raw Image reader (HDF5RawImageReader)
Read HDF5 raw image data files.
The HDF5 Raw Image reader reads data in the hierarchical data format (HDF). This format was created at the National Center for Supercomputing Applications (NCSA) at the University of Illinois at Urbana-Champaign. Files of this type have a .h5 extension. The output of this reader is uniform rectilinear (image/volume) data.

PropertyDescriptionDefault Value(s)Restrictions
File Name
(FileName)
This property specifies the file name for the HDF5 raw image reader.    
Point Arrays
(PointArrayStatus)
This property lists which point-centered arrays to read.  

The list of array names is provided by the reader.

 
Stride
(Stride)
The values in this property indicate whether/how the data should be subsampled. Points will be skipped so that a smaller version of the data is produced. The first value indicates the change in index from one point to the next in X. The remaining two values do the same for Y and Z, respectively. 1 1 1

The value must be greater than or equal to (1, 1, 1).