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

inj_simplify_and_cluster.sql: put clustering back to 4s

parent 3dd6e266
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ WHERE
_cluster_info_ AS _cluster_info_a_
JOIN _cluster_info_ AS _cluster_info_b_ ON (
_cluster_info_b_.category == _cluster_info_a_.category
AND (_cluster_info_b_.end_time BETWEEN _cluster_info_a_.end_time - 1.0 AND _cluster_info_a_.end_time + 1.0)
AND (_cluster_info_b_.end_time BETWEEN _cluster_info_a_.end_time - 4.0 AND _cluster_info_a_.end_time + 4.0)
AND (_cluster_info_b_.ranking_stat > _cluster_info_a_.ranking_stat OR
_cluster_info_b_.ranking_stat == _cluster_info_a_.ranking_stat AND (_cluster_info_b_.snr > _cluster_info_a_.snr OR _cluster_info_b_.snr == _cluster_info_a_.snr AND (_cluster_info_b_.coinc_event_id > _cluster_info_a_.coinc_event_id))
)
......
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