.copier-answers.yml
.flake8
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
LICENSE
README.md
environment.yml
pyproject.toml
requirements.txt
setup.py
.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
nb/estimation/estimate_all.ipynb
nb/estimation/inform_all.ipynb
nb/estimation/inform_all_hsc.ipynb
nb/examples/goldenspike/goldenspike.ipynb
nb/examples/survey_nonuniformity/survey_nonuniform.ipynb
src/pz_rail_pipelines.egg-info/PKG-INFO
src/pz_rail_pipelines.egg-info/SOURCES.txt
src/pz_rail_pipelines.egg-info/dependency_links.txt
src/pz_rail_pipelines.egg-info/requires.txt
src/pz_rail_pipelines.egg-info/top_level.txt
src/rail/_pipelines/__init__.py
src/rail/_pipelines/_version.py
src/rail/pipelines/estimation/estimate_all.py
src/rail/pipelines/estimation/inform_all.py
src/rail/pipelines/estimation/pz_all.py
src/rail/pipelines/estimation/tomography.py
src/rail/pipelines/evaluation/evaluate_all.py
src/rail/pipelines/examples/goldenspike/goldenspike.py
src/rail/pipelines/examples/survey_nonuniformity/survey_nonuniformity.py
src/rail/utils/algo_library.py
tests/test_pipelines.py