LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
popsynth/__init__.py
popsynth/_version.py
popsynth/auxiliary_sampler.py
popsynth/distribution.py
popsynth/population.py
popsynth/population_synth.py
popsynth.egg-info/PKG-INFO
popsynth.egg-info/SOURCES.txt
popsynth.egg-info/dependency_links.txt
popsynth.egg-info/requires.txt
popsynth.egg-info/top_level.txt
popsynth/aux_samplers/__init__.py
popsynth/aux_samplers/delta_aux_sampler.py
popsynth/aux_samplers/lognormal_aux_sampler.py
popsynth/aux_samplers/normal_aux_sampler.py
popsynth/aux_samplers/plaw_aux_sampler.py
popsynth/aux_samplers/sky_sampler.py
popsynth/aux_samplers/trunc_normal_aux_sampler.py
popsynth/aux_samplers/viewing_angle_sampler.py
popsynth/data/cosmo.stan
popsynth/data/cosmo_constants.stan
popsynth/data/pop.yml
popsynth/data/sfr_functions.stan
popsynth/data/test_pop.yml
popsynth/distributions/__init__.py
popsynth/distributions/bpl_distribution.py
popsynth/distributions/cosmological_distribution.py
popsynth/distributions/delta_distribution.py
popsynth/distributions/flatland_distribution.py
popsynth/distributions/log10_normal_distribution.py
popsynth/distributions/log_normal_distribution.py
popsynth/distributions/pareto_distribution.py
popsynth/distributions/schechter_distribution.py
popsynth/distributions/spherical_distribution.py
popsynth/distributions/spiral_galaxy_distribution.py
popsynth/populations/__init__.py
popsynth/populations/bpl_population.py
popsynth/populations/lognormal_population.py
popsynth/populations/pareto_populations.py
popsynth/populations/schechter_populations.py
popsynth/populations/spatial_populations.py
popsynth/selection_probability/__init__.py
popsynth/selection_probability/flux_selectors.py
popsynth/selection_probability/generic_selectors.py
popsynth/selection_probability/selection_probability.py
popsynth/selection_probability/spatial_selection.py
popsynth/utils/__init__.py
popsynth/utils/array_to_cmap.py
popsynth/utils/configuration.py
popsynth/utils/cosmology.py
popsynth/utils/hdf5_utils.py
popsynth/utils/logging.py
popsynth/utils/meta.py
popsynth/utils/package_data.py
popsynth/utils/progress_bar.py
popsynth/utils/registry.py
popsynth/utils/rejection_sample.py
popsynth/utils/spherical_geometry.py