We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
catalog_search_range
1 parent d22a6c0 commit f5e462fCopy full SHA for f5e462f
requake/config/configspec.conf
@@ -59,7 +59,8 @@ catalog_depth_max = float(default=60)
59
## magnitude selection
60
catalog_mag_min = float(default=2)
61
catalog_mag_max = float(default=4)
62
-## maximum distance range to search for similar earthquakes (radius, km)
+## maximum epicentral distance range to search for similar earthquakes
63
+## (radius, km)
64
catalog_search_range = float(default=30)
65
## trace id(s) to compute cross-correlation, in NET.STA.LOC.CHAN format.
66
## Waveform data for this trace(s) id will be retrieved using the station
0 commit comments