exorad.output.hdf5.util module
- hdf5_group_to_dict(h5_group)[source]
Recursively converts an h5py group into a Python dictionary.
- Parameters:
h5_group (h5py.Group) – The HDF5 group to be converted
- Returns:
A dictionary representing the HDF5 group structure
- Return type:
- recursively_read_dict_contents(input_dict)[source]
Will recursive read a dictionary, initializing quantities and table from a dictionary read from an hdf5 file.