From cabc1ce674098a71c251e970c567ec8e6b5e29dd Mon Sep 17 00:00:00 2001 From: Surabhi Sachdev <surabhi.sachdev@ligo.org> Date: Wed, 7 Aug 2019 22:33:04 -0500 Subject: [PATCH] far.py: make singles penalty 9 instead of 14 --- 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 f90ae2662c..8ee67f1901 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 -14. + lnP = 0. if len(kwargs["snrs"]) > 1 else -9. # full ln L ranking stat. we define the ranking statistic # to be the largest ln L from all allowed subsets of -- GitLab