hops2hdf5
Convert HOPS-format data into an HDF5 file.
Usage
hops2hdf5 [OPTIONS] input [output]
Description
hops2hdf5 converts a HOPS-format file into an HDF5 file. If no output file is specified, the result will be stored as <input-file>.hdf5. This program supports filtering by UUID or shortname to isolate a single object for export.
Positional Arguments
Argument |
Description |
---|---|
|
REQUIRED. Name of the input (hops) file to be converted. |
|
Optional. Name of the output file. Defaults to <input-file>.hdf5. |
Options
Option |
Description |
---|---|
|
Print this help message and exit. |
|
Message level to be used, range: -2 (debug) to 5 (silent). |
|
Specify and extract a single object by UUID. |
|
Specify and extract a single object by shortname (returns first matching object). |
|
Name of the input (hops) file to be converted. |
|
Name of the output file. If not given, result will be stored in <input-file>.hdf5. |