From 878428a56fb63b7e51cf475e63f5fc246c2d7d2d Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 5 Jun 2018 16:30:35 +1000 Subject: [PATCH] bug fix --- tupak/detector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tupak/detector.py b/tupak/detector.py index a78edfa7e..160b6ab74 100644 --- a/tupak/detector.py +++ b/tupak/detector.py @@ -367,7 +367,6 @@ class Interferometer(object): strain = tupak.utils.read_frame_file( frame_file, t1=epoch, t2=epoch+duration, channel=channel_name, resample=sampling_frequency) frequency_domain_strain, frequencies = tupak.utils.process_strain_data(strain, **kwargs) - frequencies = utils.create_frequency_series(sampling_frequency, duration) self.power_spectral_density = PowerSpectralDensity( frame_file=frame_file, channel_name=channel_name, epoch=epoch, **kwargs) else: -- GitLab