[asimov.pipelines]
bilby_native = bilby_pipe.asimov.asimov:Bilby
bilbyonline = bilby_pipe.asimov.online:BilbyOnline

[console_scripts]
bilby_pipe = bilby_pipe.main:main
bilby_pipe_analysis = bilby_pipe.data_analysis:main
bilby_pipe_create_injection_file = bilby_pipe.create_injections:main
bilby_pipe_generation = bilby_pipe.data_generation:main
bilby_pipe_gracedb = bilby_pipe.gracedb:main
bilby_pipe_htcondor_sync = bilby_pipe.htcondor_sync:main
bilby_pipe_plot = bilby_pipe.plot:main
bilby_pipe_plot_calibration = bilby_pipe.plot:plot_calibration
bilby_pipe_plot_corner = bilby_pipe.plot:plot_corner
bilby_pipe_plot_marginal = bilby_pipe.plot:plot_marginal
bilby_pipe_plot_skymap = bilby_pipe.plot:plot_skymap
bilby_pipe_plot_waveform = bilby_pipe.plot:plot_waveform
bilby_pipe_pp_test = bilby_pipe.pp_test:main
bilby_pipe_process_mcmc = bilby_pipe.process_bilby_mcmc:main
bilby_pipe_review = bilby_pipe.review:main
bilby_pipe_reweight_result = bilby_pipe.data_analysis:reweight
bilby_pipe_to_ligo_skymap_samples = bilby_pipe.ligo_skymap:main
bilby_pipe_write_default_ini = bilby_pipe.parser:main
bilby_pipe_xml_converter = bilby_pipe.xml_converter:main
