[installation] Init with inital config for global

This commit is contained in:
2025-10-30 15:08:17 +01:00
commit 7640b452ed
3678 changed files with 2200095 additions and 0 deletions

57
etc/scanloc.cfg Normal file
View File

@ -0,0 +1,57 @@
# Default depth to use
defaultDepth = 5.0
# Depths larger ignoreDepth will be ignored.
ignoreDepth = 650.0
# Maximum allowed overall residual
maxRMS = 2.5
# Score to be reached to send origin
minScore = 10
# Number of seconds to keep picks in internal buffer
buffer.pickKeep = 180.0
# Number of seconds to keep origins in internal buffer
buffer.originKeep = 180.0
# Average velocity used for distance calculation
clusterSearch.averageVelocity = 6
# Maximum allowed origins derived from cluster search. Set this option to zero
# to disable the cluster search completly.
clusterSearch.maxOrigins = 128
# Maximum allowed difference between P pick and cluster reference time(latest
# pick time). The cluster search ignores all picks which exceed the value.
# Using "-1" enables all picks regardless of the delay. Unit: seconds.
clusterSearch.maxPickDelay = 60
# Maximum allowed distance for neighborhood search accounting for traveltime
# difference, inter-station distance and the configured averageVelocity. Units:
# seconds.
clusterSearch.maxSearchDist = 60
# Minimum allowed cluster size
clusterSearch.minSize = 4
# Check if derived origins fulfill the cluster search criteria anymore.
# Activating this option may lower the number of events and suppress fake
# events.
clusterSearch.checkOrigins = true
# Type of traveltime tables for phase association. May be different from
# locator. Use e.g. libtau or LOCSAT.
association.tableType = LOCSAT
# Maximum allowed distance to take picks into account.
association.maxDist = 10000.0
# Maximum allowed residual for pick association.
association.maxResidual = 4.0
# Score to be reached to start pick association process.
association.minScore = 4.0