ewoksfluo.tasks.hdf5_utils.create_hdf5_link#
- ewoksfluo.tasks.hdf5_utils.create_hdf5_link(parent, link_name, target, relative=True, raise_on_exists=False)[source]#
- Parameters:
parent (
Union[Group, GroupModExtAccess]) – HDF5 group in which the link will be createdlink_name (
str) – relative HDF5 path of the link source with respect toparenttarget (
Union[Dataset,Group]) – absolute HDF5 path of the link targetrelative (
bool) – determines whether the external or internal link is absolute or relative. Internal links that refer upwards are not supported and will always be absolute.raise_on_exists (
bool) – raise exception whenlink_namealready exists
- Return type:
None