pyUSID.io.hdf_utils.simple.get_source_dataset¶
- pyUSID.io.hdf_utils.simple.get_source_dataset(h5_group)[source]¶
Find the name of the source dataset used to create the input h5_group, so long as the source dataset is in the same HDF5 file
- Parameters:
h5_group (
h5py.Group
) – Child group whose source dataset will be returned- Returns:
h5_source – Main dataset from which this group was generated
- Return type:
USIDataset object