From 8e6bf029a6ceb4be6da4c07a5992c62a0573ee0e Mon Sep 17 00:00:00 2001 From: Vivien Raymond <vivien.raymond@ligo.org> Date: Tue, 31 Jul 2018 11:14:36 -0500 Subject: [PATCH] Update GW150914.py to use tupak.gw.WaveformGenerator --- examples/open_data_examples/GW150914.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/open_data_examples/GW150914.py b/examples/open_data_examples/GW150914.py index 07a31db02..06fa0b810 100644 --- a/examples/open_data_examples/GW150914.py +++ b/examples/open_data_examples/GW150914.py @@ -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}) -- GitLab