LICENSE
README.md
pyproject.toml
src/binny/__init__.py
src/binny/api/__init__.py
src/binny/api/nz_tomography.py
src/binny/axes/__init__.py
src/binny/axes/bin_edges.py
src/binny/axes/grids.py
src/binny/axes/mixed_edges.py
src/binny/correlations/__init__.py
src/binny/correlations/bin_combo_filter.py
src/binny/correlations/filters.py
src/binny/correlations/metrics.py
src/binny/correlations/scores.py
src/binny/correlations/topology.py
src/binny/cosmology/__init__.py
src/binny/cosmology/ccl_wrappers.py
src/binny/nz/__init__.py
src/binny/nz/calibration.py
src/binny/nz/luminosity_function_distribution.py
src/binny/nz/models.py
src/binny/nz/registry.py
src/binny/nz_tomo/__init__.py
src/binny/nz_tomo/_tomography_bins.py
src/binny/nz_tomo/between_sample_metrics.py
src/binny/nz_tomo/bin_similarity.py
src/binny/nz_tomo/bin_stats.py
src/binny/nz_tomo/binning_core.py
src/binny/nz_tomo/nz_tomo_utils.py
src/binny/nz_tomo/photoz.py
src/binny/nz_tomo/sample_composition.py
src/binny/nz_tomo/specz.py
src/binny/surveys/__init__.py
src/binny/surveys/config_utils.py
src/binny/surveys/sky.py
src/binny/surveys/survey_presets.py
src/binny/surveys/configs/__init__.py
src/binny/surveys/configs/des_survey_specs.yaml
src/binny/surveys/configs/desi_survey_specs.yaml
src/binny/surveys/configs/euclid_survey_specs.yaml
src/binny/surveys/configs/example_full_photoz.yaml
src/binny/surveys/configs/example_full_specz.yaml
src/binny/surveys/configs/example_minimal_photoz.yaml
src/binny/surveys/configs/example_minimal_specz.yaml
src/binny/surveys/configs/example_tabulated.yaml
src/binny/surveys/configs/lsst_survey_specs.yaml
src/binny/surveys/configs/roman_survey_specs.yaml
src/binny/surveys/data/__init__.py
src/binny/surveys/data/desi_bgs_sgc_nz.txt
src/binny/surveys/data/desi_elg_nz.txt
src/binny/surveys/data/desi_lrg_nz.txt
src/binny/surveys/data/desi_lrg_sgc_nz.txt
src/binny/surveys/data/example_tabulated_nz.txt
src/binny/surveys/data/lsst_dp2_nz_degraded_r24p5_masked.txt
src/binny/surveys/data/roman_n_eff20.nz
src/binny/surveys/data/roman_n_eff30.nz
src/binny/surveys/data/roman_n_eff40.nz
src/binny/surveys/data/roman_n_eff50.nz
src/binny/surveys/scripts/fit_roman_smail.py
src/binny/utils/__init__.py
src/binny/utils/broadcasting.py
src/binny/utils/io.py
src/binny/utils/metadata.py
src/binny/utils/normalization.py
src/binny/utils/pairwise_metrics.py
src/binny/utils/relations.py
src/binny/utils/types.py
src/binny/utils/validators.py
src/pybinny.egg-info/PKG-INFO
src/pybinny.egg-info/SOURCES.txt
src/pybinny.egg-info/dependency_links.txt
src/pybinny.egg-info/requires.txt
src/pybinny.egg-info/top_level.txt
tests/test_api_nz_tomography.py
tests/test_api_nz_tomography_examples.py
tests/test_api_nz_tomography_lsst_reference.py
tests/test_axes_bin_edges.py
tests/test_axes_grids.py
tests/test_axes_mixed_edges.py
tests/test_axes_mixed_edges_invariances_fast.py
tests/test_axes_mixed_edges_invariances_slow.py
tests/test_correlations_bin_combo_filter.py
tests/test_correlations_filters.py
tests/test_correlations_metrics.py
tests/test_correlations_scores.py
tests/test_correlations_topology.py
tests/test_nz_calibration.py
tests/test_nz_luminosity_function_distribution.py
tests/test_nz_models.py
tests/test_nz_registry.py
tests/test_nz_tomo_between_sample_metrics.py
tests/test_nz_tomo_bin_similarity.py
tests/test_nz_tomo_bin_stats.py
tests/test_nz_tomo_bin_stats_center_invariance_fast.py
tests/test_nz_tomo_bin_stats_center_invariance_slow.py
tests/test_nz_tomo_bin_stats_invariances.py
tests/test_nz_tomo_binning_core.py
tests/test_nz_tomo_nz_tomo_utils.py
tests/test_nz_tomo_photoz.py
tests/test_nz_tomo_photoz_metadata.py
tests/test_nz_tomo_sample_composition.py
tests/test_nz_tomo_specz.py
tests/test_surveys_config_utils.py
tests/test_surveys_sky.py
tests/test_surveys_survey_presets.py
tests/test_utils_broadcasting.py
tests/test_utils_io.py
tests/test_utils_metadata.py
tests/test_utils_normalization.py
tests/test_utils_pairwise_metrics.py
tests/test_utils_relations.py
tests/test_utils_validators.py