bilby.gw.source.set_waveform_dictionary
- bilby.gw.source.set_waveform_dictionary(waveform_kwargs, lambda_1=0, lambda_2=0)[source]
Add keyword arguments to the
LALDict
object.- Parameters:
- waveform_kwargs: dict
A dictionary of waveform kwargs. This is modified in place to remove used arguments.
- lambda_1: float
Dimensionless tidal deformability of the primary object.
- lambda_2: float
Dimensionless tidal deformability of the primary object.
- Returns:
- waveform_dictionary: lal.LALDict
The lal waveform dictionary. This is either taken from the waveform_kwargs or created internally.