引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
読み込むSAC時系列データファイル名。 The input SAC time series data file name. |
第2引数 2nd argument |
出力する時系列データファイル名。
拡張子は
ymaeda_opentools独自の時系列データファイル形式
のいずれかにしなければならない。 The output time series data file name. The extension must be one of the special file formats of ymaeda_opentools for time series data. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
tmin_input | 変換時に切り出す時間窓の先頭時刻(s)。 The start time (s) of the time window to extract in the conversion. |
SAC時系列データの定義域内の時刻に対応する実数。 A real number corresponding to a time in the definition range of the SAC time series data. |
SAC時系列データの先頭時刻。 The beginning time of the SAC time series data. |
tmax_input | 変換時に切り出す時間窓の末尾時刻(s)。 The end time (s) of the time window to extract in the conversion. |
SAC時系列データの定義域内の時刻に対応する実数。
tmin_inputよりも大きくなければならない。 A real number corresponding to a time in the definition range of the SAC time series data greater than the value of parameter tmin_input. |
SAC時系列データの末尾時刻。 The end time of the SAC time series data. |
tmin_output | 出力する時系列データにおける、tmin_inputに対応する時刻(s)。
変換時に時刻をずらしたり伸縮することを想定したパラメータであり、
入力SAC時系列データにおいて
tmin_inputからtmin_outputまでであった時間軸を
tmin_outputからtmax_outputまでに変換する。 Time (s) in the output time series data corresponding to tmin_input. This parameter is assumed to be used to shift, extend or compress the time axis during the conversion; the time window of the input SAC time series data (from tmin_input to tmax_input) is converted as from tmin_output to tmax_output. |
実数。 A real number. |
tmin_input |
tmax_output | 出力する時系列データにおける、tmax_inputに対応する時刻(s)。
パラメータtmin_outputの説明参照。 Time (s) in the output time series data corresponding to tmax_input; see the description of parameter tmin_output. |
tmin_outputよりも大きな実数。 A real number greater than tmin_output. |
tmax_output |
tinc_output | 出力する時系列データにおけるサンプリング間隔(s)。 The sampling interval (s) of the output time series data. |
正の実数。 A positive real number. |
入力時系列データとサンプル数が等しくなるサンプリング間隔。 The sampling interval that does not change the number of samples. |
amp_min_output | 出力時系列データにおける振幅の最小値。
振幅範囲がamp_min_outputからamp_max_outputまでになるように
規格化して出力する。 The minimum amplitude of the output time series data; the original data is normalized as from amp_min_output to amp_max_output. |
実数。 A real number. |
入力時系列データにおける振幅の最小値(規格化無し)。 The minimum amplitude of the input time series data (no normalization). |
amp_max_output | 出力時系列データにおける振幅の最大値。
振幅範囲がamp_min_outputからamp_max_outputまでになるように
規格化して出力する。 The maximum amplitude of the output time series data; the original data is normalized as from amp_min_output to amp_max_output. |
amp_min_outputよりも大きな実数。 A real number greater than amp_min_output. |
入力時系列データにおける振幅の最大値(規格化無し)。 The maximum amplitude of the input time series data (no normalization). |