From d5f678c4bd53f9db902d27e150ce8576ec994d1e Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 2 Sep 2021 09:11:41 +0000 Subject: [PATCH] Resolve "lal_binary_black_hole documentation should mention lal_waveform_dictionary as an option" --- bilby/gw/source.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bilby/gw/source.py b/bilby/gw/source.py index f75372b7f..fade7acfb 100644 --- a/bilby/gw/source.py +++ b/bilby/gw/source.py @@ -72,6 +72,9 @@ def lal_binary_black_hole( However, waveform_arguments = dict(waveform_approximant='IMRPhenomXHM', mode_array=[[2,2],[4,-4]]) returns the 22 and 4-4 of IMRPhenomXHM. + - lal_waveform_dictionary: + A dictionary (lal.Dict) of arguments passed to the lalsimulation + waveform generator. The arguments are specific to the waveform used. Returns ======= -- GitLab