bilby_pipe.review

Tools for running the bilby review

Select from the options below to create an ini file which can be submitted using bilby_pipe. Alternatively, use the –submit option to also submit the job

Attributes

fiducial_bbh_injections

fiducial_bns_injections

SAMPLER_KEYS

Functions

get_default_top_level_dir()

get_top_level_dir(args)

get_base_label(args, review_name)

get_date_string()

write_ini_file(parser, filename, config_dict)

get_sampler_kwargs(args)

get_default_setup(args, review_name)

fiducial_bbh(args)

Review test: fiducial binary black hole in Gaussian noise

fiducial_bns(args)

Review test: fiducial binary neutron star in Gaussian noise

pp_test(args)

Review test: pp-test

get_args()

main()

Module Contents

bilby_pipe.review.fiducial_bbh_injections[source]
bilby_pipe.review.fiducial_bns_injections[source]
bilby_pipe.review.SAMPLER_KEYS = ['nlive', 'walks', 'nact', 'maxmcmc'][source]
bilby_pipe.review.get_default_top_level_dir()[source]
bilby_pipe.review.get_top_level_dir(args)[source]
bilby_pipe.review.get_base_label(args, review_name)[source]
bilby_pipe.review.get_date_string()[source]
bilby_pipe.review.write_ini_file(parser, filename, config_dict)[source]
bilby_pipe.review.get_sampler_kwargs(args)[source]
bilby_pipe.review.get_default_setup(args, review_name)[source]
bilby_pipe.review.fiducial_bbh(args)[source]

Review test: fiducial binary black hole in Gaussian noise

Parameters:
args: Namespace

The command line arguments namespace object

Returns:
filename: str

A filename of the ini file generated

bilby_pipe.review.fiducial_bns(args)[source]

Review test: fiducial binary neutron star in Gaussian noise

Parameters:
args: Namespace

The command line arguments namespace object

Returns:
filename: str

A filename of the ini file generated

bilby_pipe.review.pp_test(args)[source]

Review test: pp-test

Parameters:
args: Namespace

The command line arguments namespace object

Returns:
filename: str

A filename of the ini file generated

bilby_pipe.review.get_args()[source]
bilby_pipe.review.main()[source]