Skip to content
Snippets Groups Projects
Commit 4177fb6a authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

far.py: put network snr threshold at 6

parent 7c3ba5f0
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 = 5.5**2.
network_snrsq_threshold = 6.0**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