threeML.io.hdf5_utils module

threeML.io.hdf5_utils.recursively_load_dict_contents_from_group(h5file, path)[source]

read a dictionary from and HDF5 file

Parameters:
  • h5file

  • path

Returns:

Return type:

threeML.io.hdf5_utils.recursively_save_dict_contents_to_group(h5file, path, dic)[source]

save a dictionary to an HDf5 file

Parameters:
  • h5file

  • path

  • dic

Returns:

Return type: