引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力として用いるSAC時系列データファイル名を
カンマ(,)で区切って並べたリスト。
時刻範囲とサンプル間隔は全てのファイルで共通でなければならない。 A list of input SAC time series data files separated by commas(,). The time ranges and sampling intervals of all traces must be same. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
freqSNlist | イベントの検知に用いる周波数帯と\(A_s/A_n\)の閾値のリスト。 A list of frequency bands and threshold values for \(A_s/A_n\) used for the event detection. |
周波数帯と閾値をアンダーバー(_)で繋げた文字列
(周波数帯_閾値)を
条件の数だけカンマ(,)で区切って並べた文字列。 A string composed of every combination of a frequency band and a threshold. The frequency band and the threshold for each combination are connected with an underbar (_) (band_threshold). The combinations are connected with commas (,). 周波数帯は以下の4通りの書き方ができる。 いずれにおいても平均値と線形トレンドの除去が行われる。 The frequency band can be specified by one of the following methods. In each cases, the mean and linear trend are removed.
The threshold value can be omitted; when omitted, a default value (3.0) is used. 例(Example): raw_5.0,0.01-0.05_1.5,0.5-2,hp4_3.5 この例は
This example means that
|
raw_3.0 |
noiseWindowLength | ノイズ振幅\(A_n\)の計算に用いるタイムウインドウ長\(T_n\)[s]。 The time window length, \(T_n\) [s], used for the evaluation of noise amplitudes \(A_n\). |
SAC時系列データのサンプリング間隔の整数倍の正の実数。 A positive real number which is a multiple of the sampling interval of SAC time series data. |
10.0 |
signalWindowLength | シグナル振幅\(A_s\)の計算に用いるタイムウインドウ長\(T_s\)[s]。 The time window length, \(T_s\) [s], used for the evaluation of signal amplitudes \(A_s\). |
SAC時系列データのサンプリング間隔の整数倍の正の実数。 A positive real number which is a multiple of the sampling interval of SAC time series data. |
10.0 |
minimumEventDuration | 仮定する1つのイベントの最小継続時間[s]。
\(A_s/A_n\)が閾値を超えた2つの時刻の差がこの時間以下であれば
同一のイベントと見なす。 The minimum assumed duration [s] of each event; if the difference of two adjacent times when \(A_s/A_n\) exceeds the thresholds is less than this duration, they are regarded as the same event. |
SAC時系列データのサンプリング間隔の整数倍の正の実数。 A positive real number which is a multiple of the sampling interval of SAC time series data. |
5.0 |