sidpy.hdf.hdf_utils.get_auxiliary_datasets¶
- sidpy.hdf.hdf_utils.get_auxiliary_datasets(h5_object, aux_dset_name=None)[source]¶
Returns auxiliary dataset objects associated with some DataSet through its attributes. Note - region references will be ignored.
- Parameters:
h5_object (
h5py.Dataset
,h5py.Group
orh5py.File
) – Dataset object reference.aux_dset_name (str or
list
of str, optional. Default = all) – Name of auxiliaryh5py.Dataset
objects to return.
- Return type:
list of
h5py.Reference
of auxiliaryh5py.Dataset
objects.