pyUSID.io.hdf_utils.simple.find_dataset

pyUSID.io.hdf_utils.simple.find_dataset(h5_group, dset_name)[source]

Uses visit() to find all datasets with the desired name

Parameters:
  • h5_group (h5py.Group) – Group to search within for the Dataset

  • dset_name (str) – Name of the dataset to search for

Returns:

datasets – List of [Name, object] pairs corresponding to datasets that match ds_name.

Return type:

list