LICENSE
README.md
pyproject.toml
src/reboost/__init__.py
src/reboost/_version.py
src/reboost/io.py
src/reboost/log_utils.py
src/reboost/profile.py
src/reboost/tcm.py
src/reboost/units.py
src/reboost/utils.py
src/reboost.egg-info/PKG-INFO
src/reboost.egg-info/SOURCES.txt
src/reboost.egg-info/dependency_links.txt
src/reboost.egg-info/entry_points.txt
src/reboost.egg-info/not-zip-safe
src/reboost.egg-info/requires.txt
src/reboost.egg-info/scm_file_list.json
src/reboost.egg-info/scm_version.json
src/reboost.egg-info/top_level.txt
src/reboost/daq/__init__.py
src/reboost/daq/core.py
src/reboost/daq/utils.py
src/reboost/hpge/__init__.py
src/reboost/hpge/psd.py
src/reboost/hpge/surface.py
src/reboost/hpge/utils.py
src/reboost/math/__init__.py
src/reboost/math/functions.py
src/reboost/math/stats.py
src/reboost/optmap/__init__.py
src/reboost/optmap/__main__.py
src/reboost/optmap/cli.py
src/reboost/optmap/convolve.py
src/reboost/optmap/create.py
src/reboost/optmap/evt.py
src/reboost/optmap/mapview.py
src/reboost/optmap/numba_pdg.py
src/reboost/optmap/optmap.py
src/reboost/pmts/__init__.py
src/reboost/pmts/functions.py
src/reboost/shape/__init__.py
src/reboost/shape/cluster.py
src/reboost/shape/group.py
src/reboost/spms/__init__.py
src/reboost/spms/pe.py
tests/conftest.py
tests/test_api.py
tests/test_io.py
tests/test_math.py
tests/test_optmap.py
tests/test_optmap_dets.gdml
tests/test_profile.py
tests/test_shape.py
tests/test_tcm.py
tests/test_units.py
tests/test_utils.py
tests/daq/test_daq.py
tests/hpge/test_crystal_axes.py
tests/hpge/test_current.py
tests/hpge/test_dt_heuristic.py
tests/hpge/test_hpge_map.py
tests/hpge/test_r90.py
tests/hpge/test_surface.py
tests/hpge/simulation/make_geom.py
tests/hpge/test_files/drift_time_maps.lh5
tests/hpge/test_files/internal_electron.lh5
tests/spms/test_pe.py