.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
examples/cosmos_demo.ipynb
examples/small_demo.ipynb
examples/data/output_table_conv_test.hdf5
examples/data/output_table_conv_train.hdf5
src/pz_rail_lephare.egg-info/PKG-INFO
src/pz_rail_lephare.egg-info/SOURCES.txt
src/pz_rail_lephare.egg-info/dependency_links.txt
src/pz_rail_lephare.egg-info/requires.txt
src/pz_rail_lephare.egg-info/top_level.txt
src/rail/estimation/algos/lephare.py
src/rail/lephare/README.md
src/rail/lephare/__init__.py
src/rail/lephare/_version.py
tests/conftest.py
tests/data/lsst.para
tests/data/output_table_conv_test.hdf5
tests/data/output_table_conv_train.hdf5
tests/lephare/test_algos.py
tests/lephare/test_lephare_pipeline.py