Converts a 3D 8-bit raw file to HDF5.
Usage: raw2HDF5 [input] [output]
Allowed options are:
Positionals:
1 TEXT:FILE REQUIRED Input raw file.
Options:
-h,--help Print this help message and exit
-i,--input TEXT:FILE REQUIRED Input raw file.
-o,--output TEXT=result.hdf5 Output hdf5 filename.
--x UINT REQUIRED x extent.
--y UINT REQUIRED y extent.
--z UINT REQUIRED z extent.
Example:
$ raw2HDF5 -x 128 -y 128 -z 128 -i input.raw -o output.hd
- See also
- raw2HDF5.cpp