パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
inputfiles | 入力として用いる波形データファイル名。
ファイルはSAC形式の時系列データファイルとする。
通常、複数のファイルであるが、
それらを列挙するのではなく、
日時をパターンとして含む形で命名規則で与える。 The name of the waveform data files used as the inputs. Each file must be a time series data file of SAC format. Although multiple files are usually used, do not list them but instead give the naming rule of the file names that includes the patterns corresponding to the date and time. |
ファイル名を表す文字列。ディレクトリパスを含んでいても良い。
以下のパターン文字列を含めることができる。 A string that represents a file name, possibly including the directory path. The patterns listed below can be used.
|
省略不可 Cannot be omitted |
outputfiles | 出力するSACファイルの名前。
通常は複数のファイルになるが、それらを列挙するのではなく、
日時をパターンとして含む形で命名規則で与える。 The name of the output files (SAC format). Although multiple files are usually created, do not list them but instead give the naming rule of the file names that includes the patterns corresponding to the date and time. |
ファイル名を表す文字列。ディレクトリパスを含んでいても良い。
パラメータinputfilesと同様のパターン文字列を含めることができる。 A string that represents a file name, possibly including the directory path. The patterns same as those for parameter inputfiles can be used. |
省略不可 Cannot be omitted |
start | 処理対象のデータの期間の先頭日時。 The beginning date and time of the data to process. |
「YYYY-MM-DD.hh-mm-ss」の形式の文字列。ここで
A string of “YYYY-MM-DD.hh-mm-ss” format, where
|
省略不可 Cannot be omitted |
end | 処理対象のデータの期間の末尾日時。 The end date and time of the data to process. |
「YYYY-MM-DD.hh-mm-ss」の形式の文字列。ここで
A string of “YYYY-MM-DD.hh-mm-ss” format, where
|
省略不可 Cannot be omitted |
output_file_interval | 出力ファイルの時間区切りの長さ(s)。
例えば1時間毎に分割されたファイルを出力する場合は3600となる。 The time length (s) of individual output files. For example, the value is 3600 if the output files should be divided every 1 hour. |
正の整数。 A positive integer. |
パラメータoutputfileに登場するパターン文字列の最小時間単位。
例えばパラメータoutputfileに%hhまで登場するなら1時間刻み(3600)、
%mmまで登場するなら1分刻み(60)となる。 The minimum time unit of the pattern strings that appear in parameter outputfile. For example, if the parameter outputfile includes down to %hh then the interval is 1 hour (3600); if %mm is included then 1 min (60). |
output_dt | 出力する時系列データのサンプリング間隔(s)。 The sampling interval (s) of the output time series data. |
0.001の倍数かつパラメータoutput_file_intervalの約数となる正の実数。 A positive real number that is a multiple of 0.001 and a divisor of the value of parameter output_file_interval. |
最初の入力時系列データのサンプリング間隔。 The sampling interval of the first input time series data. |
ファイル名 File name |
先頭日時 Start date and time |
末尾日時 End date and time |
サンプリング間隔 Sampling interval |
data_original/NU.STN1..BHZ..2025.031.000123.SAC | 2025/01/31 00:01:23.456 | 2025/02/01 00:12:34.566 | 0.01 s |
data_original/NU.STN1..BHZ..2025.032.001234.SAC | 2025/02/01 00:12:34.576 | 2025/02/02 00:03:04.056 | 0.01 s |
data_original/NU.STN1..BHZ..2025.033.000305.SAC | 2025/02/02 00:03:05.876 | 2025/02/03 00:06:54.656 | 0.02 s |
ファイル名 File name |
先頭日時 Start date and time |
末尾日時 End date and time |
サンプリング間隔 Sampling interval |
data_regular/NU.STN1.2025-01-31.sac | 2025/01/31 00:00:00.000 | 2025/01/31 23:59:59.990 | 0.01 s |
data_regular/NU.STN1.2025-02-01.sac | 2025/02/01 00:00:00.000 | 2025/02/01 23:59:59.990 | 0.01 s |
data_regular/NU.STN1.2025-02-02.sac | 2025/02/02 00:00:00.000 | 2025/02/02 23:59:59.990 | 0.01 s |
data_regular/NU.STN1.2025-02-03.sac | 2025/02/03 00:00:00.000 | 2025/02/03 23:59:59.990 | 0.01 s |