sidpy.hdf.hdf_utils.link_h5_objects_as_attrs¶
- sidpy.hdf.hdf_utils.link_h5_objects_as_attrs(src, h5_objects)[source]¶
Creates Dataset attributes that contain references to other Dataset Objects.
- Parameters:
src (Reference to h5.object) – Reference to the object to which attributes will be added
h5_objects (list of references to h5.objects) – objects whose references that can be accessed from src.attrs
- Return type:
None