[texas] Add tuned parameters
This commit is contained in:
23
etc/scautopick.cfg
Normal file
23
etc/scautopick.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
# The re-picker to use. By default only simple detections are emitted as picks.
|
||||
# To enable re-picking on a time window around the detection, an algorithm
|
||||
# (plugin) can be defined with this parameter.
|
||||
# Currently available: "AIC", "BK" or "GFZ".
|
||||
# More options may be available by plugins. Configure related parameters in
|
||||
# global bindings.
|
||||
picker = "AIC"
|
||||
|
||||
# The secondary picker to use, e.g., for picking S-phases. Currently available
|
||||
# is: "S-L2". More options may be available by plugins. Configure related
|
||||
# parameters in global bindings.
|
||||
spicker = "S-AIC"
|
||||
|
||||
# If enabled, all secondary pickers that were triggered by a previous pick will
|
||||
# be terminated when a new detection or pick has been found. This aims to avoid
|
||||
# the case where an S phase is wrongly picked as P but would also be picked as
|
||||
# S by the secondary picker. But suppressing the S pick can lead to undesired
|
||||
# results. It might be better in some situations to have two picks (P and S)
|
||||
# instead only a wrong P.
|
||||
killPendingSPickers = false
|
||||
|
||||
# The amplitude types to be computed by the picker based on picks.
|
||||
amplitudes = mb
|
Reference in New Issue
Block a user