LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/pygama/__init__.py
src/pygama/_version.py
src/pygama/cli.py
src/pygama/logging.py
src/pygama.egg-info/PKG-INFO
src/pygama.egg-info/SOURCES.txt
src/pygama.egg-info/dependency_links.txt
src/pygama.egg-info/entry_points.txt
src/pygama.egg-info/not-zip-safe
src/pygama.egg-info/requires.txt
src/pygama.egg-info/top_level.txt
src/pygama/dsp/__init__.py
src/pygama/dsp/processors/__init__.py
src/pygama/evt/__init__.py
src/pygama/evt/build_tcm.py
src/pygama/evt/tcm.py
src/pygama/flow/__init__.py
src/pygama/flow/data_loader.py
src/pygama/flow/file_db.py
src/pygama/flow/utils.py
src/pygama/hit/__init__.py
src/pygama/hit/build_hit.py
src/pygama/lgdo/__init__.py
src/pygama/math/__init__.py
src/pygama/math/histogram.py
src/pygama/math/peak_fitting.py
src/pygama/math/units.py
src/pygama/math/utils.py
src/pygama/pargen/AoE_cal.py
src/pygama/pargen/__init__.py
src/pygama/pargen/cuts.py
src/pygama/pargen/data_cleaning.py
src/pygama/pargen/dsp_optimize.py
src/pygama/pargen/ecal_th.py
src/pygama/pargen/energy_cal.py
src/pygama/pargen/energy_optimisation.py
src/pygama/pargen/extract_tau.py
src/pygama/pargen/mse_psd.py
src/pygama/pargen/utils.py
src/pygama/raw/__init__.py
src/pygama/vis/__init__.py
tests/conftest.py
tests/configs/icpc-dsp-config.json
tests/configs/sipm-dplms-config.json
tests/configs/sipm-dsp-config.json
tests/evt/test_build_tcm.py
tests/flow/conftest.py
tests/flow/test_data_loader.py
tests/flow/test_filedb.py
tests/flow/test_flow_utils.py
tests/flow/configs/config.json
tests/flow/configs/data-loader-config.json
tests/flow/configs/filedb-config.json
tests/flow/configs/nested/config.json
tests/flow/configs/nested/data-loader-config-nested.json
tests/hit/test_build_hit.py
tests/hit/configs/basic-hit-config.json
tests/hit/configs/spms-hit-a-config.json
tests/hit/configs/spms-hit-config.json
tests/hit/configs/spms-hit-multi-config.json
tests/math/test_fwhm.py
tests/pargen/test_ecal.py
tests/pargen/test_energy_optimization.py