Skip to content
Snippets Groups Projects

Fixed matched filter SNR documentation to match the returned values:

All threads resolved!
Files
2
@@ -607,7 +607,7 @@ class Interferometer(object):
Returns
=======
float: The matched filter signal to noise ratio squared
complex: The matched filter signal to noise ratio
"""
return gwutils.matched_filter_snr(
Loading