I am using a custom Python function to read h5 files and analyze the data that they contain:
def read_h5(filename): f = h5py.File(filename, \'r\') ### dat