km3pipe.utils.runtable

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).

Module Contents

Functions

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
main()
km3pipe.utils.runtable.log[source]
km3pipe.utils.runtable.runtable(det_id, n=5, run_range=None, compact=False, sep='t', regex=None)[source]

Print the run table of the last n runs for given detector

km3pipe.utils.runtable.main()[source]