Skip to content
Snippets Groups Projects
Commit c1673158 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'patch-1' into 'master'

Update GW150914.py to use tupak.gw.WaveformGenerator

See merge request Monash/tupak!127
parents c7756ca8 8e6bf029
No related branches found
No related tags found
1 merge request!127Update GW150914.py to use tupak.gw.WaveformGenerator
Pipeline #26901 passed
......@@ -36,7 +36,7 @@ prior = tupak.gw.prior.BBHPriorSet(filename='GW150914.prior')
# creates the frequency-domain strain. In this instance, we are using the
# `lal_binary_black_hole model` source model. We also pass other parameters:
# the waveform approximant and reference frequency.
waveform_generator = tupak.WaveformGenerator(frequency_domain_source_model=tupak.gw.source.lal_binary_black_hole,
waveform_generator = tupak.gw.WaveformGenerator(frequency_domain_source_model=tupak.gw.source.lal_binary_black_hole,
waveform_arguments={'waveform_approximant': 'IMRPhenomPv2',
'reference_frequency': 50})
......
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