FAQ === .. contents:: :local: This section describes some more obscure things relevant to day-to-day data analysis, which are not really documented explicitly. Where is the ``tohdf5`` command in KM3Pipe v9? ---------------------------------------------- It is gone. We no longer provide a fit-for-all conversion solution since we have too many different ROOT file versions and layouts. Pick your own data, put them into a ``kp.Table`` and use the ``kp.io.HDF5Sink`` in a ``kp.Pipeline`` to write your own data extractors, as described in the User Guide (Storing Data).