From 8f8e3ea38d61cd2921a7fcd06865c012b9fddac4 Mon Sep 17 00:00:00 2001 From: Chad Hanna <chad.hanna@ligo.org> Date: Fri, 23 Nov 2018 12:24:38 -0800 Subject: [PATCH] python/far.py: lower network snr threshold --- gstlal-inspiral/python/far.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstlal-inspiral/python/far.py b/gstlal-inspiral/python/far.py index 48ba4eb249..f338e91620 100644 --- a/gstlal-inspiral/python/far.py +++ b/gstlal-inspiral/python/far.py @@ -129,7 +129,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin): pass # network SNR threshold - network_snrsq_threshold = 7.**2. + network_snrsq_threshold = 5.5**2. def __init__(self, template_ids = None, instruments = frozenset(("H1", "L1", "V1")), population_model_file = None, min_instruments = 1, delta_t = 0.005): self.numerator = inspiral_lr.LnSignalDensity(template_ids = template_ids, instruments = instruments, delta_t = delta_t, population_model_file = population_model_file, min_instruments = min_instruments) -- GitLab