.zenodo.json
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.rst
codemeta.json
pyproject.toml
setup.cfg
setup.py
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Feature.md
benchmarks/cli/command_line_tools.sh
benchmarks/hdf5/h5extract_default.sh
benchmarks/hdf5/h5extract_different_options.sh
benchmarks/hdf5/h5extract_help.sh
benchmarks/hdf5/h5extractf.sh
benchmarks/hdf5/h5extractf_different_options.sh
doc/Makefile
doc/changelog.rst
doc/cmd.rst
doc/conf.py
doc/contribute.rst
doc/datastructures.rst
doc/db.rst
doc/dev.rst
doc/doc.rst
doc/examples.rst
doc/faq.rst
doc/features.rst
doc/hdf5.rst
doc/index.rst
doc/install.rst
doc/local_db.rst
doc/logging.rst
doc/md2rst.sh
doc/pipeline.rst
doc/table.rst
doc/user_guide.rst
doc/version.txt
doc/_static/PipeInspector_Screenshot.png
doc/_static/default.css
doc/_static/default_gallery_thumbnail.png
doc/_static/km3pipe_logo.png
doc/_static/km3pipe_logo_small_white.png
doc/_templates/class.rst
doc/_templates/function.rst
doc/_templates/module.rst
examples/README.txt
examples/plot_basic_analysis.py
examples/plot_calibrating_hits.py
examples/plot_colourmap_pitfalls.py
examples/plot_convex_hull.py
examples/plot_dom_hits.py
examples/plot_pmt_directions.py
examples/plot_pmt_time_slewing.py
examples/plot_provenance.py
examples/plot_sparsecone.py
examples/plot_spherecuts.py
examples/plot_tot_histogram.py
examples/batch/README.txt
examples/batch/qprefit.py
examples/monitoring/README.txt
examples/monitoring/hrv.py
examples/monitoring/io_monit.py
examples/monitoring/k40_calibration.py
examples/monitoring/ligier_mirror.py
examples/monitoring/msg.py
examples/monitoring/pmt_rates.py
examples/monitoring/tmch_sum_offsets.py
examples/network/README.txt
examples/network/logio.py
examples/network/udp_dispatcher.py
examples/nogallery/logging_example.py
examples/nogallery/module_workflow.py
examples/nogallery/pipeline.toml
examples/notebooks/README.txt
examples/offline_analysis/README.txt
examples/offline_analysis/hdf5sink.py
examples/offline_analysis/k40summary.py
examples/offline_analysis/plot_evt_readout.py
examples/offline_analysis/qk40calib.py
examples/offline_analysis/trigger_contribution.py
examples/offline_analysis/trigger_map.py
examples/realtime_analysis/README.txt
examples/realtime_analysis/event_dumper.py
examples/unsorted/README.txt
examples/unsorted/elog-slack.py
examples/unsorted/h5_ant.py
examples/unsorted/pandas_read.md.rst
scripts/logging.conf
scripts/monitoring.py
scripts/run_tests.py
scripts/testrunner.py
scripts/jobs/k40calib.sh
scripts/monitoring/monitor_dom_activity.py
scripts/monitoring/monitor_hits.py
scripts/monitoring/monitor_k40.py
scripts/monitoring/monitor_rates.py
scripts/monitoring/monitor_trigger_rate.py
scripts/monitoring/monitor_ztplot.py
src/km3modules/__init__.py
src/km3modules/ahrs.py
src/km3modules/common.py
src/km3modules/communication.py
src/km3modules/dummy.py
src/km3modules/fit.py
src/km3modules/hardware.py
src/km3modules/hits.py
src/km3modules/io.py
src/km3modules/k40.py
src/km3modules/mc.py
src/km3modules/parser.py
src/km3modules/plot.py
src/km3modules/topology.py
src/km3modules/tests/__init__.py
src/km3modules/tests/test_common.py
src/km3modules/tests/test_foo.py
src/km3modules/tests/test_hits.py
src/km3modules/tests/test_io.py
src/km3modules/tests/test_mc.py
src/km3pipe/__init__.py
src/km3pipe/__version__.py
src/km3pipe/calib.py
src/km3pipe/cmd.py
src/km3pipe/constants.py
src/km3pipe/controlhost.py
src/km3pipe/dataclass_templates.py
src/km3pipe/dataclasses.py
src/km3pipe/extras.py
src/km3pipe/hardware.py
src/km3pipe/logger.py
src/km3pipe/math.py
src/km3pipe/mc.py
src/km3pipe/physics.py
src/km3pipe/plot.py
src/km3pipe/pyproject.toml
src/km3pipe/shell.py
src/km3pipe/sys.py
src/km3pipe/testing.py
src/km3pipe/time.py
src/km3pipe/tools.py
src/km3pipe/version.py
src/km3pipe.egg-info/PKG-INFO
src/km3pipe.egg-info/SOURCES.txt
src/km3pipe.egg-info/dependency_links.txt
src/km3pipe.egg-info/entry_points.txt
src/km3pipe.egg-info/requires.txt
src/km3pipe.egg-info/top_level.txt
src/km3pipe/io/__init__.py
src/km3pipe/io/ch.py
src/km3pipe/io/clb.py
src/km3pipe/io/daq.py
src/km3pipe/io/evt.py
src/km3pipe/io/hdf5.py
src/km3pipe/io/i3.py
src/km3pipe/io/offline.py
src/km3pipe/io/tests/__init__.py
src/km3pipe/io/tests/test_ch.py
src/km3pipe/io/tests/test_clb.py
src/km3pipe/io/tests/test_daq.py
src/km3pipe/io/tests/test_evt.py
src/km3pipe/io/tests/test_hdf5.py
src/km3pipe/io/tests/test_offline.py
src/km3pipe/style/__init__.py
src/km3pipe/style/alba.py
src/km3pipe/style/default.py
src/km3pipe/style/johannes.py
src/km3pipe/style/jonas_phd.py
src/km3pipe/style/km3pipe.py
src/km3pipe/style/km3pipe_notebook.py
src/km3pipe/style/km3pipe_poster.py
src/km3pipe/style/km3pipe_talk.py
src/km3pipe/style/moritz.py
src/km3pipe/stylelib/alba.mplstyle
src/km3pipe/stylelib/johannes.mplstyle
src/km3pipe/stylelib/jonas-phd.mplstyle
src/km3pipe/stylelib/jvs.mplstyle
src/km3pipe/stylelib/km3pipe-notebook.mplstyle
src/km3pipe/stylelib/km3pipe-poster.mplstyle
src/km3pipe/stylelib/km3pipe-talk.mplstyle
src/km3pipe/stylelib/km3pipe.mplstyle
src/km3pipe/stylelib/moritz.mplstyle
src/km3pipe/stylelib/serifs.mplstyle
src/km3pipe/tests/__init__.py
src/km3pipe/tests/test_calib.py
src/km3pipe/tests/test_cmd.py
src/km3pipe/tests/test_controlhost.py
src/km3pipe/tests/test_dataclasses.py
src/km3pipe/tests/test_h5extractf.py
src/km3pipe/tests/test_hardware.py
src/km3pipe/tests/test_math.py
src/km3pipe/tests/test_mc.py
src/km3pipe/tests/test_physics.py
src/km3pipe/tests/test_plot.py
src/km3pipe/tests/test_shell.py
src/km3pipe/tests/test_style.py
src/km3pipe/tests/test_time.py
src/km3pipe/tests/test_tools.py
src/km3pipe/utils/__init__.py
src/km3pipe/utils/daqsample.py
src/km3pipe/utils/h5extract.py
src/km3pipe/utils/h5extractf.py
src/km3pipe/utils/h5header.py
src/km3pipe/utils/h5info.py
src/km3pipe/utils/h5tree.py
src/km3pipe/utils/k40calib.py
src/km3pipe/utils/ligiermirror.py
src/km3pipe/utils/nb2sphx.py
src/km3pipe/utils/qrunprocessor.py
src/km3pipe/utils/qrunqaqc.py
src/km3pipe/utils/tres.py
src/km3pipe/utils/triggermap.py
src/km3pipe/utils/ztplot.py
src/pipeinspector/__init__.py
src/pipeinspector/app.py
src/pipeinspector/gui.py
src/pipeinspector/settings.py
src/pipeinspector/widgets.py
src/pipeinspector/playground/__init__.py
src/pipeinspector/playground/foo.py
src/pipeinspector/playground/list.py
src/pipeinspector/playground/prototyping.py
src/pipeinspector/tests/__init__.py
src/pipeinspector/tests/test_widgets.py