From d0109542d39f688370b24c48675ea4c58bc5f9b5 Mon Sep 17 00:00:00 2001
From: Nico Bers <nicogerardo.bers@ligo.org>
Date: Wed, 14 Feb 2024 15:11:49 +0000
Subject: [PATCH] DOC: Fixed matched filter SNR documentation to match the
 returned values

---
 AUTHORS.md                          | 1 +
 bilby/gw/detector/interferometer.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS.md b/AUTHORS.md
index cc1546904..eae6d65dc 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -57,6 +57,7 @@ Michael Puerrer
 Michael Williams
 Monica Rizzo
 Moritz Huebner
+Nico Gerardo Bers
 Nicola De Lillo
 Nikhil Sarin
 Nirban Bose
diff --git a/bilby/gw/detector/interferometer.py b/bilby/gw/detector/interferometer.py
index f2efba735..662866e8e 100644
--- a/bilby/gw/detector/interferometer.py
+++ b/bilby/gw/detector/interferometer.py
@@ -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(
-- 
GitLab