From a23fd91583ecc3e7799572bcb856b2bc8cfa8afd Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Mon, 7 Oct 2019 10:15:50 -0700
Subject: [PATCH] Revert "far.py: put the network snr threshold back in to
 reduce number of triggers"

This reverts commit a5e6fe6339dbaa8fb76a62575a5419675591a3fa.
---
 gstlal-inspiral/python/far.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gstlal-inspiral/python/far.py b/gstlal-inspiral/python/far.py
index a30bcaa8bc..1188498434 100644
--- a/gstlal-inspiral/python/far.py
+++ b/gstlal-inspiral/python/far.py
@@ -130,7 +130,8 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
 		pass
 
 	# network SNR threshold
-	network_snrsq_threshold = 49.0
+	# now clustering is enabled
+	network_snrsq_threshold = 0
 
 	def __init__(self, template_ids = None, instruments = frozenset(("H1", "L1", "V1")), population_model_file = None, dtdphi_file = None, min_instruments = 1, delta_t = 0.005, horizon_factors = None, idq_file = None):
 		self.numerator = inspiral_lr.LnSignalDensity(template_ids = template_ids, instruments = instruments, delta_t = delta_t, population_model_file = population_model_file, dtdphi_file = dtdphi_file, min_instruments = min_instruments, horizon_factors = horizon_factors, idq_file = idq_file)
-- 
GitLab