.gitignore
LICENSE
README.md
environment.yml
pyproject.toml
.github/workflows/build_check.yml
crow/__init__.py
crow/properties.py
crow/cluster_modules/abundance.py
crow/cluster_modules/completeness.py
crow/cluster_modules/kernel.py
crow/cluster_modules/mass_proxy.py
crow/cluster_modules/parameters.py
crow/cluster_modules/purity.py
crow/cluster_modules/shear_profile.py
crow/integrator/__init__.py
crow/integrator/integrator.py
crow/integrator/numcosmo_integrator.py
crow/integrator/scipy_integrator.py
crow/recipes/__init__.py
crow/recipes/binned_exact.py
crow/recipes/binned_parent.py
desc_crow.egg-info/PKG-INFO
desc_crow.egg-info/SOURCES.txt
desc_crow.egg-info/dependency_links.txt
desc_crow.egg-info/requires.txt
desc_crow.egg-info/top_level.txt
firecrown_like_examples/binned_cluster.py
firecrown_like_examples/binned_cluster_number_counts.py
firecrown_like_examples/binned_cluster_number_counts_deltasigma.py
firecrown_like_examples/updatable_wrapper.py
firecrown_tutorial/cluster_counts_mean_mass_redshift_richness_delta_sigma.ini
firecrown_tutorial/cluster_counts_mean_mass_redshift_richness_reduced_shear.ini
firecrown_tutorial/cluster_redshift_richness_deltasigma.py
firecrown_tutorial/cluster_redshift_richness_reduced_shear.py
firecrown_tutorial/cluster_richness_values_deltasigma.ini
firecrown_tutorial/generate_cluster_data_with_gt_shear.py
firecrown_tutorial/generate_rich_mean_mass_sacc_data_withshear.py
notebooks/cluster_shear_profile.ipynb
tests/__init__.py
tests/conftest.py
tests/test_cluster_abundance.py
tests/test_cluster_integrators.py
tests/test_cluster_kernels.py
tests/test_cluster_mass_richness.py
tests/test_cluster_parameters.py
tests/test_cluster_shear_profile.py
tests/test_recipe_binned_counts.py
tests/test_recipe_binned_parent.py
tests/test_recipe_binned_shear_profile.py