pyUSID.io.hdf_utils.simple.get_all_main

pyUSID.io.hdf_utils.simple.get_all_main(parent, verbose=False)[source]

Simple function to recursively print the contents of an hdf5 group

Parameters:
  • parent (h5py.Group) – HDF5 Group to search within

  • verbose (bool, optional. Default = False) – If true, extra print statements (usually for debugging) are enabled

Returns:

main_list – The datasets found in the file that meet the ‘Main Data’ criteria.

Return type:

list of h5py.Dataset