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

far.py: increase singles penalty

parent be33ef11
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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