Skip to content

Commit f5e462f

Browse files
committed
Make it clearer that catalog_search_range is an epicentral distance
1 parent d22a6c0 commit f5e462f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requake/config/configspec.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ catalog_depth_max = float(default=60)
5959
## magnitude selection
6060
catalog_mag_min = float(default=2)
6161
catalog_mag_max = float(default=4)
62-
## maximum distance range to search for similar earthquakes (radius, km)
62+
## maximum epicentral distance range to search for similar earthquakes
63+
## (radius, km)
6364
catalog_search_range = float(default=30)
6465
## trace id(s) to compute cross-correlation, in NET.STA.LOC.CHAN format.
6566
## Waveform data for this trace(s) id will be retrieved using the station

0 commit comments

Comments
 (0)