Skip to content
Snippets Groups Projects
Commit f8f1885a authored by Chad Hanna's avatar Chad Hanna
Browse files

far.py: make sngls penalty 4.

parent 7d8e1113
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 -14.
lnP = 0. if len(kwargs["snrs"]) > 1 else -4.
# 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