SeisComP3 文档

scautopick

在波形上设置拾取

描述

scautopick 在振幅上检索波形异常。它在已过滤的波形流上应用强 sta/lta 算法。一旦 sta/lta 比率达到特定值(默认为 3),为拾取设置时序,创建拾取并设置待用。一旦 sta/lta 比率降至 1.5,重新激活该拾取。

scautopick 第二个任务是计算给定震级类型的振幅,以拾取时刻为起始的时间窗。例如,mb 将计算拾取之后 30 秒的固定时间窗,mB 为 90 秒时间窗,MLvS 波到达的 150 秒的时间窗。预计算的振幅将发送至震级工具。

新功能

新的功能用于配置拾取器。

全局情形:

module.trunk.global.detecStream = HH
module.trunk.global.detecLocID = ""
module.trunk.global.detecFilter = \
    "RMHP(10)>>ITAPER(30)>>BW(4,0.7,2)>>STALTA(2,80)"
module.trunk.global.trigOn = 3
module.trunk.global.trigOff = 1.5

台站情形:

module.trunk.CH.FUORN.detecStream = EH
module.trunk.CH.FUORN.detecFilter = \
    "RMHP(10)>>ITAPER(30)>>BW(4,0.7,2)>>STALTA(2,80)"
module.trunk.CH.FUORN.trigOn = 2
module.trunk.CH.FUORN.trigOff = 1

可以混合以上两种情形:

module.trunk.global.detecStream = HH
module.trunk.global.detecLocID = ""
module.trunk.global.detecFilter = \
    "RMHP(10)>>ITAPER(30)>>BW(4,0.7,2)>>STALTA(2,80)"
module.trunk.global.trigOn = 3
module.trunk.global.trigOff = 1.5
module.trunk.CH.EMBD.detecStream = EH
module.trunk.CH.ZUR.trigOn = 10

配置

etc/defaults/global.cfg
etc/defaults/scautopick.cfg
etc/global.cfg
etc/scautopick.cfg
~/.seiscomp3/global.cfg
~/.seiscomp3/scautopick.cfg

运行时错误

2014/12/22 10:34:44 [notice/Application] Connection to localhost established
2014/12/22 10:34:45 [error/Autopick] No stations added (empty module configuration?) and thus nothing to do
2014/12/22 10:34:45 [notice/Application] Shutdown