:py:mod:`km3pipe.utils.tres` ============================ .. py:module:: km3pipe.utils.tres .. autoapi-nested-parse:: A tool to calculate and extract Cherenkov hit time residuals from reconstruced events in offline ROOT files (currently only the JMuon chain). Usage: tres [options] FILENAME tres (-h | --help) tres --version Options: -o OUTFILE Output file. --single-muon-only Filter out single muon events (only possible for RBR atmospheric muons - MUPAGE) -d DETX Use a detector file to calibrate hits (not needed for offline files created with km3net-dataformat version 2+). -n N_EVENTS Number of events to extract. -h --help Show this screen. --version Show the version. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.tres.run_pipeline km3pipe.utils.tres.main .. py:function:: run_pipeline(args) .. py:function:: main()