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_obj_as_alias
  • View page source

sidpy.hdf.hdf_utils.link_h5_obj_as_alias¶

sidpy.hdf.hdf_utils.link_h5_obj_as_alias(h5_main, h5_ancillary, alias_name)[source]¶

Creates Dataset attributes that contain references to other Dataset Objects. This function is useful when the reference attribute must have a reserved name. Such as linking ‘SHO_Indices’ as ‘Spectroscopic_Indices’

Parameters:
  • h5_main (h5py.Dataset) – Reference to the object to which attributes will be added

  • h5_ancillary (h5py.Dataset) – object whose reference that can be accessed from src.attrs

  • alias_name (String) – Alias / alternate name for trg


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

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