Load h5z image

I want to load an H5Z image to Igor Pro. Does anyone know how to do that? I have tried the HDF5 Browser, but it does not support H5Z.

An example file is attached.

 

Beam Size Profile.006_Large_beam_Sampler_A2_SDD_275mm_001Frames.h5z.zip (880.68 KB)

This file is just zipped, i.e., unzipping it will reveal a standard .h5 file which you can open with the usual tools. You can either use an external zip program (I used 7zip for example) or Igor's own UnzipFile command to do that. It should be no problem to also write a procedure to automatically do all this to load the file into Igor seamlessly.

Thank you very much. I did not realize that h5z means a zipped h5 file. I could load the data now.

I opened the h5 file and found the 2D image is stored in a 3D wave as 1x1062x1028. The image name is "data". Each layer has 1x1062 pixels. 

Is there a good technique to redimension this 3D wave to a 2D (1062x1028)?

I understand I can use a for loop to assign the data layer by layer to a 2D but it takes a lot of time to process.