LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
skyllh/__init__.py
skyllh/_version.py
skyllh.egg-info/PKG-INFO
skyllh.egg-info/SOURCES.txt
skyllh.egg-info/dependency_links.txt
skyllh.egg-info/requires.txt
skyllh.egg-info/top_level.txt
skyllh/cluster/__init__.py
skyllh/cluster/commands.py
skyllh/cluster/compute_node.py
skyllh/cluster/master_node.py
skyllh/cluster/srvclt.py
skyllh/core/__init__.py
skyllh/core/analysis.py
skyllh/core/analysis_utils.py
skyllh/core/background_generation.py
skyllh/core/background_generator.py
skyllh/core/backgroundpdf.py
skyllh/core/binning.py
skyllh/core/config.py
skyllh/core/coords.py
skyllh/core/dataset.py
skyllh/core/debugging.py
skyllh/core/detsigyield.py
skyllh/core/display.py
skyllh/core/interpolate.py
skyllh/core/livetime.py
skyllh/core/llhratio.py
skyllh/core/math.py
skyllh/core/minimizer.py
skyllh/core/model.py
skyllh/core/multiproc.py
skyllh/core/optimize.py
skyllh/core/parameters.py
skyllh/core/pdf.py
skyllh/core/pdfratio.py
skyllh/core/progressbar.py
skyllh/core/py.py
skyllh/core/random.py
skyllh/core/scrambling.py
skyllh/core/session.py
skyllh/core/signal_generation.py
skyllh/core/signal_generator.py
skyllh/core/signalpdf.py
skyllh/core/smoothing.py
skyllh/core/source_hypo_group.py
skyllh/core/source_hypothesis.py
skyllh/core/storage.py
skyllh/core/test_statistic.py
skyllh/core/times.py
skyllh/core/timing.py
skyllh/core/trialdata.py
skyllh/core/minimizers/__init__.py
skyllh/core/minimizers/iminuit.py
skyllh/core/utils/__init__.py
skyllh/core/utils/multidimgridpdf.py
skyllh/core/utils/ndphotosplinepdf.py
skyllh/core/utils/trials.py
skyllh/i3/__init__.py
skyllh/i3/background_generation.py
skyllh/i3/backgroundpdf.py
skyllh/i3/config.py
skyllh/i3/coords.py
skyllh/i3/dataset.py
skyllh/i3/detsigyield.py
skyllh/i3/livetime.py
skyllh/i3/pdf.py
skyllh/i3/pdfratio.py
skyllh/i3/scrambling.py
skyllh/i3/signal_generation.py
skyllh/i3/signalpdf.py
skyllh/i3/utils/__init__.py
skyllh/i3/utils/sensitivity.py
skyllh/physics/__init__.py
skyllh/physics/flux.py
skyllh/physics/flux_model.py
skyllh/physics/model.py
skyllh/physics/source.py
skyllh/physics/time_profile.py
skyllh/plotting/__init__.py
skyllh/plotting/core/__init__.py
skyllh/plotting/core/pdfratio.py
skyllh/plotting/core/signalpdf.py
skyllh/plotting/i3/__init__.py
skyllh/plotting/i3/backgroundpdf.py
skyllh/plotting/i3/pdf.py
skyllh/plotting/i3/pdfratio.py
skyllh/plotting/utils/__init__.py
skyllh/plotting/utils/trials.py
skyllh/utils/__init__.py
skyllh/utils/spline.py
tests/__init__.py
tests/utils.py
tests/core/__init__.py
tests/core/test_analysis.py
tests/core/test_dataset.py
tests/core/test_model.py
tests/core/test_optimize.py
tests/core/test_parameters.py
tests/core/test_py.py
tests/core/test_signal_generator.py
tests/core/test_storage.py
tests/core/testdata/__init__.py
tests/core/testdata/testdata_generator.py
tests/i3/__init__.py
tests/i3/test_background_generation.py
tests/i3/test_coords.py
tests/i3/test_livetime.py
tests/i3/test_scrambling.py
tests/i3/testdata/__init__.py
tests/i3/testdata/testdata_generator.py
tests/physics/__init__.py
tests/physics/test_flux.py
tests/physics/test_flux_model.py
tests/physics/test_source.py
tests/physics/test_time_profile.py