diff --git a/bilby/gw/source.py b/bilby/gw/source.py index f75372b7fb749647de3395a45c79fcf1de61fe86..fade7acfb245830b17ba8cee50a92500d56b8983 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 =======