.coveragerc
.dictionary.txt
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
MIGRATION.md
README.rst
gw_requirements.txt
mcmc_requirements.txt
optional_requirements.txt
pyproject.toml
requirements.txt
sampler_requirements.txt
setup.cfg
setup.py
.github/workflows/basic-install.yml
.github/workflows/build-containers.yml
.github/workflows/pages.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/unit-tests.yml
bilby/__init__.py
bilby/_version.py
bilby.egg-info/PKG-INFO
bilby.egg-info/SOURCES.txt
bilby.egg-info/dependency_links.txt
bilby.egg-info/entry_points.txt
bilby.egg-info/requires.txt
bilby.egg-info/top_level.txt
bilby/bilby_mcmc/__init__.py
bilby/bilby_mcmc/chain.py
bilby/bilby_mcmc/flows.py
bilby/bilby_mcmc/proposals.py
bilby/bilby_mcmc/sampler.py
bilby/bilby_mcmc/utils.py
bilby/core/__init__.py
bilby/core/fisher.py
bilby/core/grid.py
bilby/core/likelihood.py
bilby/core/result.py
bilby/core/series.py
bilby/core/prior/__init__.py
bilby/core/prior/analytical.py
bilby/core/prior/base.py
bilby/core/prior/conditional.py
bilby/core/prior/dict.py
bilby/core/prior/interpolated.py
bilby/core/prior/joint.py
bilby/core/prior/slabspike.py
bilby/core/sampler/__init__.py
bilby/core/sampler/base_sampler.py
bilby/core/sampler/cpnest.py
bilby/core/sampler/dnest4.py
bilby/core/sampler/dynamic_dynesty.py
bilby/core/sampler/dynesty.py
bilby/core/sampler/dynesty_utils.py
bilby/core/sampler/emcee.py
bilby/core/sampler/fake_sampler.py
bilby/core/sampler/kombine.py
bilby/core/sampler/nessai.py
bilby/core/sampler/nestle.py
bilby/core/sampler/polychord.py
bilby/core/sampler/proposal.py
bilby/core/sampler/ptemcee.py
bilby/core/sampler/ptmcmc.py
bilby/core/sampler/pymc.py
bilby/core/sampler/pymultinest.py
bilby/core/sampler/ultranest.py
bilby/core/sampler/zeus.py
bilby/core/utils/__init__.py
bilby/core/utils/calculus.py
bilby/core/utils/cmd.py
bilby/core/utils/colors.py
bilby/core/utils/constants.py
bilby/core/utils/conversion.py
bilby/core/utils/counter.py
bilby/core/utils/docs.py
bilby/core/utils/entry_points.py
bilby/core/utils/env.py
bilby/core/utils/introspection.py
bilby/core/utils/io.py
bilby/core/utils/log.py
bilby/core/utils/meta_data.py
bilby/core/utils/plotting.py
bilby/core/utils/random.py
bilby/core/utils/samples.py
bilby/core/utils/series.py
bilby/gw/__init__.py
bilby/gw/conversion.py
bilby/gw/cosmology.py
bilby/gw/prior.py
bilby/gw/result.py
bilby/gw/source.py
bilby/gw/utils.py
bilby/gw/waveform_generator.py
bilby/gw/detector/__init__.py
bilby/gw/detector/calibration.py
bilby/gw/detector/geometry.py
bilby/gw/detector/interferometer.py
bilby/gw/detector/networks.py
bilby/gw/detector/psd.py
bilby/gw/detector/strain_data.py
bilby/gw/detector/detectors/A1.interferometer
bilby/gw/detector/detectors/CE.interferometer
bilby/gw/detector/detectors/ET.interferometer
bilby/gw/detector/detectors/GEO600.interferometer
bilby/gw/detector/detectors/H1.interferometer
bilby/gw/detector/detectors/K1.interferometer
bilby/gw/detector/detectors/L1.interferometer
bilby/gw/detector/detectors/NEMO.interferometer
bilby/gw/detector/detectors/V1.interferometer
bilby/gw/detector/noise_curves/AdV_asd.txt
bilby/gw/detector/noise_curves/AdV_psd.txt
bilby/gw/detector/noise_curves/Aplus_asd.txt
bilby/gw/detector/noise_curves/CE_asd.txt
bilby/gw/detector/noise_curves/CE_psd.txt
bilby/gw/detector/noise_curves/CE_wb_asd.txt
bilby/gw/detector/noise_curves/CE_wb_psd.txt
bilby/gw/detector/noise_curves/ET_B_asd.txt
bilby/gw/detector/noise_curves/ET_B_psd.txt
bilby/gw/detector/noise_curves/ET_D_asd.txt
bilby/gw/detector/noise_curves/ET_D_psd.txt
bilby/gw/detector/noise_curves/GEO600_S6e_asd.txt
bilby/gw/detector/noise_curves/KAGRA_design_asd.txt
bilby/gw/detector/noise_curves/KAGRA_design_psd.txt
bilby/gw/detector/noise_curves/LIGO_srd_asd.txt
bilby/gw/detector/noise_curves/LIGO_srd_psd.txt
bilby/gw/detector/noise_curves/NEMO_psd.txt
bilby/gw/detector/noise_curves/README.md
bilby/gw/detector/noise_curves/aLIGO_O4_high_asd.txt
bilby/gw/detector/noise_curves/aLIGO_ZERO_DET_high_P_asd.txt
bilby/gw/detector/noise_curves/aLIGO_ZERO_DET_high_P_psd.txt
bilby/gw/detector/noise_curves/aLIGO_early_asd.txt
bilby/gw/detector/noise_curves/aLIGO_early_high_asd.txt
bilby/gw/detector/noise_curves/aLIGO_early_high_psd.txt
bilby/gw/detector/noise_curves/aLIGO_early_psd.txt
bilby/gw/detector/noise_curves/aLIGO_late_asd.txt
bilby/gw/detector/noise_curves/aLIGO_late_psd.txt
bilby/gw/detector/noise_curves/aLIGO_mid_asd.txt
bilby/gw/detector/noise_curves/aLIGO_mid_psd.txt
bilby/gw/detector/noise_curves/aplus.txt
bilby/gw/detector/noise_curves/lisa_asd.txt
bilby/gw/detector/noise_curves/lisa_psd.txt
bilby/gw/eos/__init__.py
bilby/gw/eos/eos.py
bilby/gw/eos/tov_solver.py
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_ALF1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_ALF2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_ALF3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_ALF4.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_AP1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_AP2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_AP3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_AP4.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_APR.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_APR4_EPP.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BBB2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BGN1H1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BHF_BBB2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BPAL12.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BSK19.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BSK20.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_BSK21.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_ENG.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_FPS.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_GNH3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_GS1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_GS2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H4.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H5.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H6.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_H7.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_HQC18.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_KDE0V.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_KDE0V1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MPA1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MS1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MS1B.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MS1B_PP.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MS1_PP.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_MS2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_PAL6.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_PCL2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_PS.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_QMC700.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_RS.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SK255.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SK272.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKA.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKB.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKI2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKI3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKI4.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKI5.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKI6.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKMP.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SKOP.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SLY.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SLY2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SLY230A.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SLY4.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SLY9.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SQM1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SQM2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_SQM3.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_WFF1.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_WFF2.dat
bilby/gw/eos/eos_tables/LALSimNeutronStarEOS_WFF3.dat
bilby/gw/eos/eos_tables/README
bilby/gw/eos/eos_tables/polytrope_table.dat
bilby/gw/eos/eos_tables/spec_param_table.dat
bilby/gw/likelihood/__init__.py
bilby/gw/likelihood/base.py
bilby/gw/likelihood/basic.py
bilby/gw/likelihood/multiband.py
bilby/gw/likelihood/relative.py
bilby/gw/likelihood/roq.py
bilby/gw/prior_files/GW150914.prior
bilby/gw/prior_files/GW170817.prior
bilby/gw/prior_files/aligned_spins_bbh.prior
bilby/gw/prior_files/aligned_spins_bbh_tides_on.prior
bilby/gw/prior_files/aligned_spins_bns.prior
bilby/gw/prior_files/aligned_spins_bns_tides_on.prior
bilby/gw/prior_files/precessing_spins_bbh.prior
bilby/gw/prior_files/precessing_spins_bbh_tides_on.prior
bilby/gw/prior_files/precessing_spins_bns.prior
bilby/gw/prior_files/precessing_spins_bns_tides_on.prior
bilby/gw/sampler/__init__.py
bilby/gw/sampler/proposal.py
bilby/hyper/__init__.py
bilby/hyper/likelihood.py
bilby/hyper/model.py
cli_bilby/__init__.py
cli_bilby/bilby_result.py
cli_bilby/plot_multiple_posteriors.py
containers/dockerfile-template
containers/env-template.yml
containers/v3-dockerfile-test-suite-python310
containers/v3-dockerfile-test-suite-python311
containers/v3-dockerfile-test-suite-python312
containers/write_dockerfiles.py
docs/.gitignore
docs/Makefile
docs/basics-of-parameter-estimation.txt
docs/bilby-mcmc-guide.txt
docs/bilby-output.txt
docs/citing-bilby.txt
docs/code-overview.txt
docs/compact-binary-coalescence-parameter-estimation.txt
docs/conf.py
docs/containers.txt
docs/contribution-guide.md
docs/dynesty-guide.txt
docs/examples.txt
docs/faq.txt
docs/gw_prior.txt
docs/gw_references.txt
docs/hyperparameters.txt
docs/index.txt
docs/installation.txt
docs/likelihood.txt
docs/plugins.txt
docs/prior.txt
docs/requirements.txt
docs/rng.rst
docs/samplers.txt
docs/transient-gw-data.txt
docs/writing-documentation.txt
docs/images/H1_frequency_domain_data.png
docs/images/basic_tutorial_corner.png
docs/images/bilby_layout.png
docs/images/full_15_parameters_corner.png
docs/images/hyper_parameter_combined_posteriors.png
docs/images/hyper_parameter_corner.png
docs/images/hyper_parameter_data.png
docs/images/linear-regression_corner.png
docs/images/linear-regression_data.png
docs/images/stats-plot.png
docs/templates/custom-class-template.rst
docs/templates/custom-module-template.rst
examples/README.rst
examples/core_examples/15d_gaussian.py
examples/core_examples/README.md
examples/core_examples/dirichlet.py
examples/core_examples/gaussian_example.py
examples/core_examples/gaussian_process_celerite_example.py
examples/core_examples/gaussian_process_george_example.py
examples/core_examples/grid_example.py
examples/core_examples/hyper_parameter_example.py
examples/core_examples/linear_regression.py
examples/core_examples/linear_regression_grid.py
examples/core_examples/linear_regression_unknown_noise.py
examples/core_examples/linear_regression_with_Fisher.py
examples/core_examples/multivariate_gaussian_prior.py
examples/core_examples/occam_factor_example.py
examples/core_examples/radioactive_decay.py
examples/core_examples/slabspike_example.py
examples/core_examples/alternative_samplers/linear_regression_bilby_mcmc.py
examples/core_examples/alternative_samplers/linear_regression_pymc.py
examples/core_examples/alternative_samplers/linear_regression_pymc_custom_likelihood.py
examples/core_examples/logo/B.png
examples/core_examples/logo/I.png
examples/core_examples/logo/L.png
examples/core_examples/logo/Y.png
examples/core_examples/logo/sample_logo.py
examples/gw_examples/data_examples/GW150914.prior
examples/gw_examples/data_examples/GW150914.py
examples/gw_examples/data_examples/GW190425.prior
examples/gw_examples/data_examples/GW190425.py
examples/gw_examples/data_examples/read_data_from_channel_name.py
examples/gw_examples/data_examples/read_gracedb_data.py
examples/gw_examples/injection_examples/australian_detector.py
examples/gw_examples/injection_examples/binary_neutron_star_example.py
examples/gw_examples/injection_examples/bns_eos_example.py
examples/gw_examples/injection_examples/bns_polytrope_eos_example.py
examples/gw_examples/injection_examples/bns_spectral_pca_eos_example.py
examples/gw_examples/injection_examples/calibration_example.py
examples/gw_examples/injection_examples/calibration_marginalization_example.py
examples/gw_examples/injection_examples/change_sampled_parameters.py
examples/gw_examples/injection_examples/create_your_own_source_model.py
examples/gw_examples/injection_examples/create_your_own_time_domain_source_model.py
examples/gw_examples/injection_examples/custom_proposal_example.py
examples/gw_examples/injection_examples/eccentric_inspiral.py
examples/gw_examples/injection_examples/fake_sampler_example.py
examples/gw_examples/injection_examples/fast_tutorial.py
examples/gw_examples/injection_examples/how_to_specify_the_prior.py
examples/gw_examples/injection_examples/marginalized_likelihood.py
examples/gw_examples/injection_examples/multiband_example.py
examples/gw_examples/injection_examples/non_tensor.py
examples/gw_examples/injection_examples/plot_skymap.py
examples/gw_examples/injection_examples/plot_time_domain_data.py
examples/gw_examples/injection_examples/relative_binning.py
examples/gw_examples/injection_examples/reproduce_mpa1_eos.py
examples/gw_examples/injection_examples/roq_example.py
examples/gw_examples/injection_examples/sine_gaussian_example.py
examples/gw_examples/injection_examples/standard_15d_cbc_tutorial.py
examples/gw_examples/supernova_example/MuellerL15_example_inj.txt
examples/gw_examples/supernova_example/SupernovaImagPCs.txt
examples/gw_examples/supernova_example/SupernovaRealPCs.txt
examples/gw_examples/supernova_example/supernova_example.py
examples/tutorials/compare_samplers.ipynb
examples/tutorials/conditional_priors.ipynb
examples/tutorials/fitting_with_x_and_y_errors.ipynb
examples/tutorials/making_priors.ipynb
examples/tutorials/visualising_the_results.ipynb
test/__init__.py
test/check_author_list.py
test/conftest.py
test/import_test.py
test/test.mplstyle
test/test_samplers_import.py
test/bilby_mcmc/__init__.py
test/bilby_mcmc/test_chain.py
test/bilby_mcmc/test_proposals.py
test/bilby_mcmc/test_sampler.py
test/core/__init__.py
test/core/grid_test.py
test/core/likelihood_test.py
test/core/result_test.py
test/core/series_test.py
test/core/utils_test.py
test/core/prior/__init__.py
test/core/prior/analytical_test.py
test/core/prior/base_test.py
test/core/prior/conditional_test.py
test/core/prior/dict_test.py
test/core/prior/interpolated_test.py
test/core/prior/joint_test.py
test/core/prior/prior_test.py
test/core/prior/slabspike_test.py
test/core/prior/prior_files/GW150914_testing_skymap.fits
test/core/prior/prior_files/aligned_spins_bbh.prior
test/core/prior/prior_files/aligned_spins_bbh_tides_on.prior
test/core/prior/prior_files/aligned_spins_bns.prior
test/core/prior/prior_files/aligned_spins_bns_tides_on.prior
test/core/prior/prior_files/joint_prior.prior
test/core/prior/prior_files/precessing_spins_bbh.prior
test/core/prior/prior_files/precessing_spins_bbh_tides_on.prior
test/core/prior/prior_files/precessing_spins_bns.prior
test/core/prior/prior_files/precessing_spins_bns_tides_on.prior
test/core/prior/prior_files/prior_with_cosmo_params.prior
test/core/prior/prior_files/prior_with_floats.prior
test/core/prior/prior_files/prior_with_function.prior
test/core/prior/prior_files/prior_with_parentheses.prior
test/core/sampler/__init__.py
test/core/sampler/base_sampler_test.py
test/core/sampler/cpnest_test.py
test/core/sampler/dnest4_test.py
test/core/sampler/dynamic_dynesty_test.py
test/core/sampler/dynesty_test.py
test/core/sampler/emcee_test.py
test/core/sampler/fake_sampler_test.py
test/core/sampler/general_sampler_tests.py
test/core/sampler/implemented_samplers_test.py
test/core/sampler/kombine_test.py
test/core/sampler/nessai_test.py
test/core/sampler/nestle_test.py
test/core/sampler/proposal_test.py
test/core/sampler/ptemcee_test.py
test/core/sampler/ptmcmc_test.py
test/core/sampler/pymc_test.py
test/core/sampler/pymultinest_test.py
test/core/sampler/ultranest_test.py
test/core/sampler/zeus_test.py
test/gw/__init__.py
test/gw/conversion_test.py
test/gw/cosmology_test.py
test/gw/likelihood_test.py
test/gw/plot_test.py
test/gw/prior_test.py
test/gw/result_test.py
test/gw/source_test.py
test/gw/utils_test.py
test/gw/waveform_generator_test.py
test/gw/detector/__init__.py
test/gw/detector/calibration_test.py
test/gw/detector/geometry_test.py
test/gw/detector/interferometer_test.py
test/gw/detector/networks_test.py
test/gw/detector/psd_test.py
test/gw/detector/strain_data_test.py
test/gw/eos/__init__.py
test/gw/eos/eos_test.py
test/gw/likelihood/marginalization_test.py
test/gw/likelihood/relative_binning_test.py
test/gw/prior_files/GW150914_testing_skymap.fits
test/gw/prior_files/aligned_spins_bbh.prior
test/gw/prior_files/aligned_spins_bbh_tides_on.prior
test/gw/prior_files/aligned_spins_bns.prior
test/gw/prior_files/aligned_spins_bns_tides_on.prior
test/gw/prior_files/precessing_spins_bbh.prior
test/gw/prior_files/precessing_spins_bbh_tides_on.prior
test/gw/prior_files/precessing_spins_bns.prior
test/gw/prior_files/precessing_spins_bns_tides_on.prior
test/gw/prior_files/prior_with_floats.prior
test/gw/prior_files/prior_with_parentheses.prior
test/gw/sampler/__init__.py
test/gw/sampler/proposal_test.py
test/hyper/__init__.py
test/hyper/hyper_pe_test.py
test/integration/__init__.py
test/integration/example_test.py
test/integration/make_standard_data.py
test/integration/noise_realisation_test.py
test/integration/other_test.py
test/integration/sample_from_the_prior_test.py
test/integration/sampler_run_test.py
test/integration/test_waveforms.py