Files
2025/etc/scanloc.cfg

65 lines
2.5 KiB
INI

# Set the logging level between 1 and 4 where 1=ERROR, 2=WARNING, 3=INFO and
# 4=DEBUG.
logging.level = 4
# Maximum depth of an origin to be sent.
# Note: A similar parameter may require configuration for score plugins.
ignoreDepth = 400.0
# Minimum score of an origin to be sent.
minScore = 6
# Time to keep picks. Time comparison is based on the pick times. In non-real
# time playbacks the time to keep picks is usually compressed.
buffer.pickKeep = 60.0
# Time to keep origins. Time comparison is based on the origin times. In
# non-real time playbacks the time to keep orgins is usually compressed.
buffer.originKeep = 60.0
# Maximum allowed difference between considered picks and cluster reference
# time (latest pick time). Optimum values can be derived from travel times.The
# cluster search ignores all picks which exceed the value. Using "-1" enables
# all picks regardless of the delay.
clusterSearch.maxPickDelay = 20
# Average velocity used for distance calculation.
clusterSearch.averageVelocity = 5
# Maximum allowed distance over all core points and maximum allowed distance
# for neighborhood search. Both account for travel-time difference,
# inter-station distance and the configured averageVelocity.
clusterSearch.maxSearchDist = 20
# 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
# Maximum distance from origin to stations for associating P and S picks.
association.maxDist = 150.0
# Maximum allowed difference between measured and predicted arrival times for
# associating P phases to origin. Larger values allow significant correction of
# initial locations.
association.maxPResidual = 2
# Maximum allowed difference between measured and predicted arrival time for
# associating S phases to origins. Larger values allow significant correction
# of initial locations.
association.maxSResidual = 2
# Maximum allowed time residuals of picks after association and relocation.
# Picks will be removed at exceedence starting with largest residual and
# origins will be relocated.
association.maxResidual = 1
# Name of travel-time table used for phase association. May be different from
# locator profile. Using a different table/profile may result in increased
# runtime.
association.table = iasp91_scanloc
# The locator profile to be used. Using a different profile/table for locating
# and associating may result in increased runtime.
locator.profile = iasp91_scanloc