引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力SACデータファイル名。 The input SAC data file name. |
第2引数 2nd argument |
出力するSACファイル名(規格化した時系列データの出力先)。
第1引数と同じ名前を指定した場合は上書きされる。 Name of the output SAC file into which the normalized time series data will be written. If the same name as the 1st argument is specified, the input file will be overwritten. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
Nave | 平均値の計算に用いるデータサンプル数\(N_{ave}\)。
(\ref{eq.moving_ave})式の\(L\)との関係は
\(N_{ave}=2L+1\)である。
なお平均に用いる窓の長さ(\((N_{ave}-1)\Delta t\))として、
Bensen et al. (2007)ではバンドパスフィルターの最大周期の半分程度
が推奨されている。 The number of data samples \(N_{ave}\) used to compute the averages. This quantity is related to \(L\) in Eq. (\ref{eq.moving_ave}) as \(N_{ave}=2L+1\). Bensen et al. (2007) recommended approximately half the maximum period of the band-pass filter for the window length of the average (\((N_{ave}-1)\Delta t\)). |
入力時系列データのデータサンプル数以下の正の奇数。 A positive odd number less than or equal to the number of data samples of the input time series data. |
51 |
edge_treatment | データの先頭・末尾における平均値の計算方法。
\(k<L\)または\(k\geq N-L\)のとき、
\(A(t_0+k\Delta t)\)は
(\ref{eq.moving_ave})式のままでは計算できないので
その対処方法をこのオプションで指定する。 Method to compute the average at the beginning or end of the data. As \(A(t_0+k\Delta t)\) for \(k<L\) and \(k\geq N-L\) cannot directly be computed using Eq. (\ref{eq.moving_ave}), an alternative method of computation needs to be specified by this option. |
|
assume_zero |
prev_file | 第1引数で与える時系列データの直前のデータを表すSAC時系列データファイル名。
\(k<0\)における\(u(t_0+k\Delta t)\)を与える。
絶対日時またはファイル内の時刻のいずれかにおいて、
このファイルの最後のサンプル時刻が\(t=t_0-\Delta t\)
でなければならない。 The name of a SAC time series data file that represents the time series data immediately before that given by the 1st argument; \(u(t_0+k\Delta t)\) for \(k<0\) is defined by this file. The time for the last sample of this file must be \(t=t_0-\Delta t\), either as an absolute date and time or as a times in the files. |
ファイル名。 A file name. |
--edge_treatment=use_other_filesの場合は省略不可。
それ以外の場合はこのオプションは用いられない。 Cannot be omitted in case of --edge_treatment=use_other_files. In the other cases, this option is not used. |
next_file | 第1引数で与える時系列データの直後のデータを表すSAC時系列データファイル名。
\(k\geq N\)における\(u(t_0+k\Delta t)\)を与える。
絶対日時またはファイル内の時刻のいずれかにおいて、
このファイルの最初のサンプル時刻が\(t=t_0+N\Delta t\)
でなければならない。 The name of a SAC time series data file that represents the time series data immediately after that given by the 1st argument; \(u(t_0+k\Delta t)\) for \(k\geq N\) is defined by this file. The time for the first sample of this file must be \(t=t_0+N\Delta t\), either as an absolute date and time or as a times in the files. |
ファイル名。 A file name. |
--edge_treatment=use_other_filesの場合は省略不可。
それ以外の場合はこのオプションは用いられない。 Cannot be omitted in case of --edge_treatment=use_other_files. In the other cases, this option is not used. |
refDateTime_given |
SACファイル内で基準日時が与えられているか否か、
またそれらを3つのSACファイル
(第1引数、パラメータprev_file, next_file)
の結合に使用するか否か。
このパラメータは
--edge_treatment=use_other_filesの場合にのみ用いられる。 Whether the reference date and time are given in the SAC files and should be used for merging the three SAC files specified by the 1st argument and parameters prev_file and next_file. This parameter is used only when --edge_treatment=use_other_files. |
|
no |
図1. --edge_treatmentオプションを変えた場合の結果。 Fig. 1. Results from different --edge_treatment options. |
図2. --Naveオプションを変えた場合の結果。 Fig. 2. Results from different --Nave options. |