Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 700 Bytes

Working-with-hdf5-images.md

File metadata and controls

28 lines (14 loc) · 700 Bytes

Convert HDF5 file to TIFF files

The script will generate the tiff files from the hdf5 file. The Metadata are read from the metadata file and added as an ImageDescription tag in all the tiff files.

How to use

Execute the following command:

python3 hdf5_to_tiffs.py

-

View TIFF file metadata

The Script prints the metadata of the TIFF file.

How to use

Execute the following command:

python3 tiff_metadata.py

-