58 lines
1.7 KiB
INI
58 lines
1.7 KiB
INI
# 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
|
|
|
|
|