sidpy.hdf.prov_utilsΒΆ
Tools for tracking provenance within HDF5 files
Created on Tue Nov 3 21:14:25 2015
@author: Suhas Somnath, Chris Smith
Functions
Searches the parent h5 group to find the next available index for the group |
|
Compares attributes in the given H5 object against those in the provided dictionary and returns True if the parameters match, and False otherwise |
|
Check to see if the results of a tool already exist and if they were performed with the same parameters. |
|
Creates a group with an indexed name (eg - 'Measurement_012') under |
|
Creates a h5py.Group object auto-indexed and named as 'DatasetName-ToolName_00x' |
|
Finds a list of all groups containing results of the process of name |
|
Find the name of the source dataset used to create the input h5_group, so long as the source dataset is in the same HDF5 file :param h5_group: Child group whose source dataset will be returned :type h5_group: |