Skip to content
Snippets Groups Projects
Commit 5aa20084 authored by Colm Talbot's avatar Colm Talbot
Browse files

bug fix

parent ef0a1f19
No related branches found
No related tags found
No related merge requests found
......@@ -1517,7 +1517,7 @@ class Interferometer(object):
float: The optimal signal to noise ratio possible squared
"""
return gwutils.noise_weighted_inner_product(
aa=signal, bb=self.frequency_array,
aa=signal, bb=self.frequency_domain_strain,
power_spectral_density=self.power_spectral_density_array,
duration=self.strain_data.duration)
......
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