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

far.py: put the network snr threshold back in to reduce number of triggers

parent 186f4750
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
pass
# network SNR threshold
# now clustering is enabled
network_snrsq_threshold = 0
network_snrsq_threshold = 49.0
def __init__(self, template_ids = None, instruments = frozenset(("H1", "L1", "V1")), population_model_file = None, min_instruments = 1, delta_t = 0.005, horizon_factors = None):
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, horizon_factors = horizon_factors)
......
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