:py:mod:`km3pipe.utils.h5tree` ============================== .. py:module:: km3pipe.utils.h5tree .. autoapi-nested-parse:: 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. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.h5tree.nodeinfo km3pipe.utils.h5tree.meta km3pipe.utils.h5tree.h5tree km3pipe.utils.h5tree.main .. py:function:: nodeinfo(node, print_titles=False) .. py:function:: meta(h5) .. py:function:: h5tree(h5name, print_meta=True, pretty=True, **kwargs) .. py:function:: main()