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/build_dsp.py
src/pygama/dsp/errors.py
src/pygama/dsp/processing_chain.py
src/pygama/dsp/utils.py
src/pygama/dsp/processors/__init__.py
src/pygama/dsp/processors/bl_subtract.py
src/pygama/dsp/processors/convolutions.py
src/pygama/dsp/processors/dplms.py
src/pygama/dsp/processors/dwt.py
src/pygama/dsp/processors/fftw.py
src/pygama/dsp/processors/fixed_time_pickoff.py
src/pygama/dsp/processors/gaussian_filter1d.py
src/pygama/dsp/processors/get_multi_local_extrema.py
src/pygama/dsp/processors/histogram.py
src/pygama/dsp/processors/linear_slope_fit.py
src/pygama/dsp/processors/log_check.py
src/pygama/dsp/processors/min_max.py
src/pygama/dsp/processors/moving_windows.py
src/pygama/dsp/processors/multi_a_filter.py
src/pygama/dsp/processors/multi_t_filter.py
src/pygama/dsp/processors/optimize.py
src/pygama/dsp/processors/param_lookup.py
src/pygama/dsp/processors/peak_snr_threshold.py
src/pygama/dsp/processors/pole_zero.py
src/pygama/dsp/processors/presum.py
src/pygama/dsp/processors/pulse_injector.py
src/pygama/dsp/processors/saturation.py
src/pygama/dsp/processors/soft_pileup_corr.py
src/pygama/dsp/processors/time_over_threshold.py
src/pygama/dsp/processors/time_point_thresh.py
src/pygama/dsp/processors/trap_filters.py
src/pygama/dsp/processors/upsampler.py
src/pygama/dsp/processors/wiener_filter.py
src/pygama/dsp/processors/windower.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/datagroup.py
src/pygama/flow/file_db.py
src/pygama/hit/__init__.py
src/pygama/hit/build_hit.py
src/pygama/lgdo/__init__.py
src/pygama/lgdo/array.py
src/pygama/lgdo/arrayofequalsizedarrays.py
src/pygama/lgdo/fixedsizearray.py
src/pygama/lgdo/lgdo.py
src/pygama/lgdo/lgdo_utils.py
src/pygama/lgdo/lh5_store.py
src/pygama/lgdo/scalar.py
src/pygama/lgdo/struct.py
src/pygama/lgdo/table.py
src/pygama/lgdo/vectorofvectors.py
src/pygama/lgdo/waveform_table.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/raw/__init__.py
src/pygama/raw/build_raw.py
src/pygama/raw/data_decoder.py
src/pygama/raw/data_streamer.py
src/pygama/raw/raw_buffer.py
src/pygama/raw/buffer_processor/__init__.py
src/pygama/raw/buffer_processor/buffer_processor.py
src/pygama/raw/buffer_processor/lh5_buffer_processor.py
src/pygama/raw/fc/__init__.py
src/pygama/raw/fc/fc_config_decoder.py
src/pygama/raw/fc/fc_event_decoder.py
src/pygama/raw/fc/fc_status_decoder.py
src/pygama/raw/fc/fc_streamer.py
src/pygama/raw/orca/__init__.py
src/pygama/raw/orca/orca_base.py
src/pygama/raw/orca/orca_digitizers.py
src/pygama/raw/orca/orca_flashcam.py
src/pygama/raw/orca/orca_header.py
src/pygama/raw/orca/orca_header_decoder.py
src/pygama/raw/orca/orca_packet.py
src/pygama/raw/orca/orca_run_decoder.py
src/pygama/raw/orca/orca_streamer.py
src/pygama/vis/__init__.py
src/pygama/vis/waveform_browser.py
src/pygama/vis/mpl/clint.mpl
src/pygama/vis/mpl/root.mpl
tests/conftest.py
tests/dsp/conftest.py
tests/dsp/test_build_dsp.py
tests/dsp/test_list_parsing.py
tests/dsp/test_numpy_constants_parsing.py
tests/dsp/test_processing_chain.py
tests/dsp/test_utils.py
tests/dsp/configs/icpc-dsp-config.json
tests/dsp/configs/numpy-parsing.json
tests/dsp/configs/sipm-dplms-config.json
tests/dsp/configs/sipm-dsp-config.json
tests/dsp/processors/dplms_noise_mat.dat
tests/dsp/processors/test_dplms.py
tests/dsp/processors/test_dwt.py
tests/dsp/processors/test_fixed_time_pickoff.py
tests/dsp/processors/test_get_multi_local_extrema.py
tests/dsp/processors/test_histogram.py
tests/flow/conftest.py
tests/flow/test_data_loader.py
tests/flow/test_filedb.py
tests/flow/configs/data-loader-config.json
tests/flow/configs/filedb-config.json
tests/functional/test_l200_dataproc.py
tests/functional/test_teststand_dataproc.py
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/integration/test_integration.py
tests/lgdo/test_array.py
tests/lgdo/test_arrayofequalsizedarrays.py
tests/lgdo/test_fixedsizearray.py
tests/lgdo/test_lgdo_utils.py
tests/lgdo/test_lh5_iterator.py
tests/lgdo/test_lh5_store.py
tests/lgdo/test_representations.py
tests/lgdo/test_scalar.py
tests/lgdo/test_struct.py
tests/lgdo/test_table.py
tests/lgdo/test_table_eval.py
tests/lgdo/test_vectorofvectors.py
tests/lgdo/test_waveform_table.py
tests/math/test_fwhm.py
tests/pargen/test_ecal.py
tests/pargen/test_energy_optimization.py
tests/raw/test_build_raw.py
tests/raw/test_cli.py
tests/raw/test_raw_buffer.py
tests/raw/buffer_processor/test_buffer_processor.py
tests/raw/buffer_processor/test_lh5_buffer_processor.py
tests/raw/buffer_processor/test_buffer_processor_configs/buffer_processor_config.json
tests/raw/buffer_processor/test_buffer_processor_configs/lh5_buffer_processor_config.json
tests/raw/buffer_processor/test_buffer_processor_configs/raw_out_spec_no_proc.json
tests/raw/configs/fc-out-spec.json
tests/raw/configs/orca-out-spec-cli.json
tests/raw/configs/orca-out-spec.json
tests/raw/fc/conftest.py
tests/raw/fc/test_fc_config_decoder.py
tests/raw/fc/test_fc_event_decoder.py
tests/raw/fc/test_fc_status_decoder.py
tests/raw/fc/test_fc_streamer.py
tests/raw/orca/conftest.py
tests/raw/orca/test_or_run_decoder_for_run.py
tests/raw/orca/test_orca_packet.py
tests/vis/test_waveform_browser.py
tests/vis/configs/hpge-dsp-config.json