Skip to content
Snippets Groups Projects
Commit a23fd915 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

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

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