pyUSID.io.hdf_utils.base.get_h5_obj_refs

pyUSID.io.hdf_utils.base.get_h5_obj_refs(obj_names, h5_refs)[source]

Given a list of H5 references and a list of names, this method returns H5 objects corresponding to the names

Parameters:
  • obj_names (string or List of strings) – names of target h5py objects

  • h5_refs (H5 object reference or List of H5 object references) – list containing the target reference

Returns:

found_objects – Corresponding references

Return type:

List of HDF5 dataset references