From ae253791b6695b18a80295002cf6537736191114 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Fri, 5 Oct 2018 07:26:03 +1000 Subject: [PATCH] pep --- examples/injection_examples/australian_detector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/injection_examples/australian_detector.py b/examples/injection_examples/australian_detector.py index cbc4a76dd..9fa165e03 100644 --- a/examples/injection_examples/australian_detector.py +++ b/examples/injection_examples/australian_detector.py @@ -37,7 +37,7 @@ Aplus_psd = gwinc_noises['Total'] # The location of this detector is not defined in Bilby, so we need to add it AusIFO = bilby.gw.detector.Interferometer( power_spectral_density=bilby.gw.detector.PowerSpectralDensity( - frequency_array=frequencies, psd_array=Aplus_psd), + frequency_array=frequencies, psd_array=Aplus_psd), name='AusIFO', length=4, minimum_frequency=min(frequencies), maximum_frequency=max(frequencies), latitude=-31.34, longitude=115.91, @@ -83,7 +83,7 @@ for interferometer in interferometers: interferometer.inject_signal( parameters=injection_parameters, waveform_generator=waveform_generator) - ## plot the data for sanity + # plot the data for sanity signal = interferometer.get_detector_response( waveform_generator.frequency_domain_strain(), injection_parameters) interferometer.plot_data(signal=signal, outdir=outdir, label=label) -- GitLab