sidpy

SIDpy

  • Installation
  • Getting Started
  • Tutorials on Basics
  • Guidelines for Contribution
  • Upgrading from Matlab
  • Contact us
  • sidpy

Examples

  • Basic usage
  • Parallel computing
  • Visualization
  • HDF5 Tools
sidpy
  • sidpy.hdf.hdf_utils.link_h5_objects_as_attrs
  • View page source

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


© Copyright 2020, Suhas Somnath, Gerd Duscher, and contributors.

Built with Sphinx using a theme provided by Read the Docs.