LICENSE
README.md
pyproject.toml
src/dspeed/__init__.py
src/dspeed/_version.py
src/dspeed/build_dsp.py
src/dspeed/cli.py
src/dspeed/errors.py
src/dspeed/logging.py
src/dspeed/processing_chain.py
src/dspeed/units.py
src/dspeed/utils.py
src/dspeed.egg-info/PKG-INFO
src/dspeed.egg-info/SOURCES.txt
src/dspeed.egg-info/dependency_links.txt
src/dspeed.egg-info/entry_points.txt
src/dspeed.egg-info/not-zip-safe
src/dspeed.egg-info/requires.txt
src/dspeed.egg-info/top_level.txt
src/dspeed/processors/__init__.py
src/dspeed/processors/bl_subtract.py
src/dspeed/processors/convolutions.py
src/dspeed/processors/dwt.py
src/dspeed/processors/energy_kernels.py
src/dspeed/processors/fixed_time_pickoff.py
src/dspeed/processors/gaussian_filter1d.py
src/dspeed/processors/get_multi_local_extrema.py
src/dspeed/processors/get_wf_centroid.py
src/dspeed/processors/histogram.py
src/dspeed/processors/histogram_stats.py
src/dspeed/processors/iir_filter.py
src/dspeed/processors/inject_ringing.py
src/dspeed/processors/inl_correction.py
src/dspeed/processors/kernels.py
src/dspeed/processors/linear_slope_fit.py
src/dspeed/processors/log_check.py
src/dspeed/processors/min_max.py
src/dspeed/processors/ml.py
src/dspeed/processors/moving_windows.py
src/dspeed/processors/multi_a_filter.py
src/dspeed/processors/multi_t_filter.py
src/dspeed/processors/nnls.py
src/dspeed/processors/optimize.py
src/dspeed/processors/param_lookup.py
src/dspeed/processors/peak_snr_threshold.py
src/dspeed/processors/pmt_pulse_injector.py
src/dspeed/processors/pole_zero.py
src/dspeed/processors/poly_fit.py
src/dspeed/processors/presum.py
src/dspeed/processors/pulse_injector.py
src/dspeed/processors/rc_cr2.py
src/dspeed/processors/recursive_filter.py
src/dspeed/processors/round_to_nearest.py
src/dspeed/processors/saturation.py
src/dspeed/processors/soft_pileup_corr.py
src/dspeed/processors/svm.py
src/dspeed/processors/tf_model.py
src/dspeed/processors/time_over_threshold.py
src/dspeed/processors/time_point_thresh.py
src/dspeed/processors/trap_filters.py
src/dspeed/processors/unit_conversion.py
src/dspeed/processors/upsampler.py
src/dspeed/processors/wf_alignment.py
src/dspeed/processors/wf_correction.py
src/dspeed/processors/where.py
src/dspeed/processors/wiener_filter.py
src/dspeed/processors/windower.py
src/dspeed/vis/__init__.py
src/dspeed/vis/waveform_browser.py
tests/conftest.py
tests/test_build_dsp.py
tests/test_cli.py
tests/test_processing_chain.py
tests/test_utils.py
tests/configs/icpc-dsp-config-yaml.yaml
tests/configs/icpc-dsp-config.json
tests/configs/numpy-parsing.json
tests/configs/sipm-dplms-config.json
tests/configs/sipm-dsp-config.json
tests/processors/dplms_noise_mat.dat
tests/processors/test_convolutions.py
tests/processors/test_dplms.py
tests/processors/test_dwt.py
tests/processors/test_fixed_time_pickoff.py
tests/processors/test_get_multi_local_extrema.py
tests/processors/test_get_wf_centroid.py
tests/processors/test_histogram.py
tests/processors/test_histogram_stats.py
tests/processors/test_iir_filter.py
tests/processors/test_import.py
tests/processors/test_inject_ringing.py
tests/processors/test_inl_correction.py
tests/processors/test_min_max_norm.py
tests/processors/test_multi_a.py
tests/processors/test_nnls.py
tests/processors/test_pole_zero.py
tests/processors/test_rc_cr2.py
tests/processors/test_recursive_filter.py
tests/processors/test_round_to_nearest.py
tests/processors/test_time_point_thresh.py
tests/processors/test_wf_alignment.py
tests/processors/test_wf_correction.py
tests/vis/test_waveform_browser.py
tests/vis/configs/hpge-dsp-config.json