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

python/far.py: lower network snr threshold

parent 29daa9dd
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
pass
# network SNR threshold
network_snrsq_threshold = 7.**2.
network_snrsq_threshold = 5.5**2.
def __init__(self, template_ids = None, instruments = frozenset(("H1", "L1", "V1")), population_model_file = None, min_instruments = 1, delta_t = 0.005):
self.numerator = inspiral_lr.LnSignalDensity(template_ids = template_ids, instruments = instruments, delta_t = delta_t, population_model_file = population_model_file, min_instruments = min_instruments)
......
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