引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力SACデータファイル名。 The input SAC data file name. |
引数 Argument |
動作 Behaviour |
-p | 下記「--positive=-inf,inf」と同じ。 Same as “--positive=-inf,inf” below. |
-n | 下記「--negative=-inf,inf」と同じ。 Same as “--negative=-inf,inf” below. |
-b | 下記「--both=-inf,inf」と同じ。 Same as “--both=-inf,inf” below. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
positive | 出力に含める極大値の範囲。
このパラメータと--bothオプションを省略した場合は
極大値が出力されない。 The range of the values of local maxima to output. When this parameter and --both option are omitted, the local maxima are not written. |
出力に含める極大値の範囲の下限と上限をカンマ(,)で区切って書く。
下限を\(-\infty\)(制限無し)としたい場合は-inf、
上限を\(+\infty\)(制限無し)としたい場合はinfと書く。 Write the lower and upper limits of the local maxima to output, separated by a comma (,). Use “-inf” to use \(-\infty\) (no restriction) for the lower limit, and “inf” to use \(\infty\) (no restriction) for the upper limit. |
|
negative | 出力に含める極小値の範囲。
このパラメータと--bothオプションを省略した場合は
極小値が出力されない。 The range of the values of local minima to output. When this parameter and --both option are omitted, the local minima are not written. |
出力に含める極小値の範囲の下限と上限をカンマ(,)で区切って書く。
下限を\(-\infty\)(制限無し)としたい場合は-inf、
上限を\(+\infty\)(制限無し)としたい場合はinfと書く。 Write the lower and upper limits of the local minima to output, separated by a comma (,). Use “-inf” to use \(-\infty\) (no restriction) for the lower limit, and “inf” to use \(\infty\) (no restriction) for the upper limit. |
|
both | 出力に含める極大値・極小値の範囲。 The range of the values of local maxima and minima to output. |
出力に含める極値の範囲の下限と上限をカンマ(,)で区切って書く。
下限を\(-\infty\)(制限無し)としたい場合は-inf、
上限を\(+\infty\)(制限無し)としたい場合はinfと書く。 Write the lower and upper limits of the local maxima and minima to output, separated by a comma (,). Use “-inf” to use \(-\infty\) (no restriction) for the lower limit, and “inf” to use \(\infty\) (no restriction) for the upper limit. |
|
snmin | 出力に含める極値のシグナル/ノイズ比の下限。
対象時刻の\(N_s\)サンプル前から\(N_s\)サンプル後までの
計\(2N_s+1\)サンプルの平均値を「シグナル」、
対象時刻の\(N_n\)サンプル前から\(N_n\)サンプル後までの
計\(2N_n+1\)サンプルの平均値を「ノイズ」とし、
シグナル/ノイズ比がこのパラメータの値を超える極値のみを出力する。
なお、データの端の近傍においては
データが存在する範囲のサンプルの平均値で代用される。
\(N_s\), \(N_n\)はパラメータsnwindowで指定する。 The lower limit of the signal-to-noise ratio of the local maxima and minima to output. The “signal” is computed as the average of \(2N_s+1\) samples from \(N_s\) samples before to \(N_s\) samples after the target time, while the “noise” is computed as the average of \(2N_n+1\) samples from \(N_n\) samples before to \(N_n\) samples after the target time. Only the local maxima and minima for which the signal-to-noise ratio exceeds the value of this parameter are written. Near the edges of data, the averages are computed using only available samples. The values of \(N_s\) and \(N_n\) are specified by parameter snwindow. |
実数。負の値を指定すればシグナル/ノイズ比での制限無しとなる。 A real number. A negative value means no restriction for the signal-to-noise ratio. |
-1.0 |
snwindow | パラメータsnminの説明に登場した\(N_s\)と\(N_n\)の値。 The values of \(N_s\) and \(N_n\) that appeared in the description of parameter snmin. |
\(N_s\)と\(N_n\)の値(非負の整数)をカンマ(,)で区切って並べた文字列。 A string composed of the values of \(N_s\) and \(N_n\) (non-negative integers) separated by comma (,). |
0,1 |
interval_min | 隣接する極値間の最小サンプル数(\(N_i\))。
極大値の前後\(N_i\)サンプル以内により大きな極大値が存在する場合、
極小値の前後\(N_i\)サンプル以内により小さな極小値が存在する場合は
その極値を出力に含めない。 Minimum number of samples (\(N_i\)) between adjacent local maxima or minima. A local maximum that has another, larger local maximum within \(N_i\) samples and a local minimum that has another, smaller local minimum within \(N_i\) samples are not written. |
非負の整数。0にすれば全ての極大値・極小値が出力される。 A non-negative integer; 0 results in writing all local maxima and minima. |
0 |
1.230000[TAB]4.567890e-05[TAB]p 45.670000[TAB]-9.876543e-05[TAB]n 56.780000[TAB]-1.010101e-05[TAB]n 67.890000[TAB]-2.102102e-04[TAB]n 198.765432[TAB]2.340000e-05[TAB]p |