Skip to content
Snippets Groups Projects
Commit 0e7ce9ed authored by chad.hanna's avatar chad.hanna
Browse files

far.py: increase singles penalty

parent b4443bf6
No related branches found
No related tags found
No related merge requests found
Pipeline #47119 failed
......@@ -172,8 +172,8 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
# FIXME NOTE
# Here we put in a penalty for single detector triggers.
# Motivated sort of by the coincidence probability.
lnP = 0. if len(kwargs["snrs"]) > 1 else -5.
# This is a tuned parameter.
lnP = 0. if len(kwargs["snrs"]) > 1 else -7.
# full ln L ranking stat. we define the ranking statistic
# to be the largest ln L from all allowed subsets of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment