From c98d9bc7dd01832281c3d9374df36375a7ab5da7 Mon Sep 17 00:00:00 2001 From: Surabhi Sachdev <surabhi.sachdev@ligo.org> Date: Sat, 10 Aug 2019 18:28:16 -0500 Subject: [PATCH] far.py: make singles penalty 12 instead of 9 --- 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 8ee67f1901..aa4724dbef 100644 --- a/gstlal-inspiral/python/far.py +++ b/gstlal-inspiral/python/far.py @@ -173,7 +173,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin): # FIXME NOTE # Here we put in a penalty for single detector triggers. # This is a tuned parameter. - lnP = 0. if len(kwargs["snrs"]) > 1 else -9. + lnP = 0. if len(kwargs["snrs"]) > 1 else -12. # full ln L ranking stat. we define the ranking statistic # to be the largest ln L from all allowed subsets of -- GitLab