Skip to content

Commit d6a2456

Browse files
committed
increase max_epicenter_dist
1 parent c9d3bf1 commit d6a2456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/california/cut_templates_cc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def cut_templates(jdays, root_path, region, config, bucket, protocol, token):
344344

345345
time_window = max((time_before_p + time_after_p), (time_before_s + time_after_s))
346346
nt = int(round(time_window * sampling_rate))
347-
max_epicenter_dist = 200.0
347+
max_epicenter_dist = 500.0
348348
max_pair_dist = 10
349349
max_neighbors = 50
350350
min_cc_score = 0.5

scripts/cut_templates_cc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def cut_templates(root_path, region, config):
310310

311311
time_window = max((time_before_p + time_after_p), (time_before_s + time_after_s))
312312
nt = int(round(time_window * sampling_rate))
313-
max_epicenter_dist = 200.0
313+
max_epicenter_dist = 500.0
314314
max_pair_dist = 10
315315
max_neighbors = 50
316316
min_cc_score = 0.5

0 commit comments

Comments
 (0)