.gitignore
.gitlab-ci.yml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
ruff.toml
.vscode/settings.json
docs/Makefile
docs/back_convolution.rst
docs/class_documentation.rst
docs/conf.py
docs/data_retrigger.rst
docs/downsampling.rst
docs/experimental_irf_calculation.rst
docs/experimental_irf_calculation_irf_estimation.rst
docs/experimental_irf_calculation_preparation.rst
docs/experimental_irf_calculation_quality_checks.rst
docs/experimental_irf_class.rst
docs/index.rst
docs/limitation_of_frequency_content.rst
docs/low_pass_filtering.rst
docs/make.bat
docs/numerical_irf_class.rst
docs/optimal_length_estimate.rst
docs/regularization.rst
docs/requirements.in
docs/requirements.txt
docs/tikhonov.rst
docs/tsvd.rst
docs/utils.rst
docs/images/logo_small.png
src/OpenIRF.egg-info/PKG-INFO
src/OpenIRF.egg-info/SOURCES.txt
src/OpenIRF.egg-info/dependency_links.txt
src/OpenIRF.egg-info/requires.txt
src/OpenIRF.egg-info/scm_file_list.json
src/OpenIRF.egg-info/scm_version.json
src/OpenIRF.egg-info/top_level.txt
src/openirf/__init__.py
src/openirf/experimental_irf.py
src/openirf/logo_small.png
src/openirf/numerical_irf.py
src/openirf/plotting_helpers.py
src/openirf/utils.py
tests/back_convolution_plot_test.py
tests/convolution_matrix_test.py
tests/experimental_irf_calculation_test.py
tests/experimental_time_series_plot_test.py
tests/interactive_downsample_test.py
tests/interactive_low_pass_test.py
tests/interactive_retrigger_test.py
tests/low_pass_filter_test.py
tests/mck_import_test.py
tests/numerical_irf_test.py
tests/plot_style_test.py
tests/retrigger_data_test.py
tests/spectrum_test.py
tests/string_print_test.py
tests/time_series_import_test.py