...
The h5dump
utility can be used to convert an HDF5 dataset into an ASCII file, which can then be imported into Excel and other applications. The following options are used:
Options | Description |
---|---|
-d D, --dataset=D | Display dataset D |
-o F, --output=F | Output raw data into file F |
-y, --noindex | Suppress printing of array indices with the data |
-w N, --width=N | Set N number of columns of output. A value of 0 sets the number to 65535 (the maximum) |
...
The h5dump
utility can be used to convert an HDF5 dataset to a binary file with the following options:
Options | Description |
---|---|
-d D, --dataset=D | Display dataset D |
-o F, --output=F | Output raw data into file F |
-b B, --binary=B | Binary file output of form B. Valid values are: LE, BE, NATIVE, FILE |
...