Skip to content
Snippets Groups Projects
Commit 51f73ca8 authored by Sylvia Biscoveanu's avatar Sylvia Biscoveanu
Browse files

Add conversion function to waveform_generator

parent 2b12d397
No related branches found
No related tags found
No related merge requests found
Pipeline #131362 passed
......@@ -42,6 +42,7 @@ waveform_arguments = dict(waveform_approximant='IMRPhenomPv2',
waveform_generator = bilby.gw.WaveformGenerator(
duration=duration, sampling_frequency=sampling_frequency,
frequency_domain_source_model=bilby.gw.source.lal_binary_black_hole,
parameter_conversion=bilby.gw.conversion.convert_to_lal_binary_black_hole_parameters,
waveform_arguments=waveform_arguments)
# Set up interferometers. In this case we'll use two interferometers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment