km3pipe.utils.h5tree

Print the structure of a hdf5 file.

This is a less verbose version of ptdump from the pytables package. If you want much more detailed (+verbose) output, e.g. for debugging, by all means use the ptdump util (it’s already installed as a dependency alongside km3pipe).

Usage:

h5tree [options] FILE h5tree (-h | –help) h5tree –version

Options:

FILE Input file. -h –help Show this screen. –no-meta Don’t print meta data at top –titles Print leaf titles. –classic Print like ptdump.

Module Contents

Functions

nodeinfo(node[, print_titles])

meta(h5)

h5tree(h5name[, print_meta, pretty])

main()

km3pipe.utils.h5tree.nodeinfo(node, print_titles=False)[source]
km3pipe.utils.h5tree.meta(h5)[source]
km3pipe.utils.h5tree.h5tree(h5name, print_meta=True, pretty=True, **kwargs)[source]
km3pipe.utils.h5tree.main()[source]