:mod:`km3pipe.utils.runtable` ============================= .. py:module:: km3pipe.utils.runtable .. autoapi-nested-parse:: Prints the run table for a given detector ID. Usage: runtable [options] DET_ID runtable (-h | --help) runtable --version Options: -h --help Show this screen. -c Compact view. -n RUNS Number of runs. -r FROM_RUN-TO_RUN Range of runs (example: 3100-3200). -s REGEX Regular expression to filter the runsetup name/id. DET_ID Detector ID (eg. D_ARCA001). .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3pipe.utils.runtable.runtable km3pipe.utils.runtable.main .. data:: log .. function:: runtable(det_id, n=5, run_range=None, compact=False, sep='\t', regex=None) Print the run table of the last `n` runs for given detector .. !! processed by numpydoc !! .. function:: main()