pyNSID.io.hdf_utils.find_dataset

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

Uses visit() to find all datasets with the desired name :param h5_group: Group to search within for the Dataset :type h5_group: h5py.Group :param dset_name: Name of the dataset to search for :type dset_name: str

Returns

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

Return type

list