From 4ed730d6136442f08b6ed20e5b0463e24825fbbb Mon Sep 17 00:00:00 2001 From: "chad.hanna" <crh184@psu.edu> Date: Fri, 8 Feb 2019 18:18:38 -0800 Subject: [PATCH] far.py: increase singles penalty --- 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 76ea4e3146..8ac6024de5 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 -7. + 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