.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/add-issue-to-project-tracker.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
src/pz_rail_calib.egg-info/PKG-INFO
src/pz_rail_calib.egg-info/SOURCES.txt
src/pz_rail_calib.egg-info/dependency_links.txt
src/pz_rail_calib.egg-info/requires.txt
src/pz_rail_calib.egg-info/top_level.txt
src/rail/calib/__init__.py
src/rail/calib/_version.py
src/rail/calib/cell_assignment.py
src/rail/calib/cell_assignment_estimator.py
src/rail/calib/cell_assignment_funcs.py
src/rail/pipelines/calib/estimate_recalib.py
src/rail/pipelines/calib/inform_recalib.py
src/rail/pipelines/calib/inform_somlike.py
src/rail/pipelines/calib/somlike_recalib.py
src/rail/utils/recalib_algo_library.py
tests/conftest.py
tests/calib/test_assignment.py
tests/calib/test_recalib.py
tests/pipelines/test_pipelines.py