パラメータ名 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, and the station and component codes. |
ファイル名を表す文字列。ディレクトリパスを含んでいても良い。
以下のパターン文字列を含めることができる。 A string that represents a file name, possibly including the directory path. The patterns listed below can be used.
|
省略不可 Cannot be omitted |
trace_list_file | 解析に使用する観測点・成分のリストファイル名。
第1列に観測点コード、第2列に成分コードを書き並べる。
列の区切りにはタブを用いる。 The name of a file that lists the stations and components to use in the analysis. Write the station codes in the 1st column and component codes in the 2nd column. Use tabs to separate the columns. オプションで第3列以降に追加の情報を含めることができる。 例えば観測点座標を書いておくと 別の解析に同じファイルを用いることができるので便利である。 なおcross_spectrum_multiコマンドでは第3列以降は無視される。 Optionally, additional information can be written in 3rd and later columns. This is convenient, for example, to write the station coordinates that may be used in other analyses. The 3rd and later columns are ignored in cross_spectrum_multi command. 空行、各行の#から後の部分はコメントとして読み飛ばされるので 自由に挿入できる。 Empty lines and parts after # in each line are ignored as comments. |
ファイル名を表す文字列。
ディレクトリパスを含んでいても良い。 A string that represents a file name, possibly including the directory path. |
省略不可 Cannot be omitted |
start | 解析期間の先頭日時。 The beginning date and time of the analysis period. |
「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 analysis period. |
「YYYY-MM-DD.hh-mm-ss」の形式の文字列。ここで
A string of “YYYY-MM-DD.hh-mm-ss” format, where
|
省略不可 Cannot be omitted |
file_interval | 入力ファイルの時間区切りの長さ(s)。
例えば1時間毎に分割されたファイルを用いる場合は3600となる。 The time length (s) of individual input files. For example, the value is 3600 if the files are divided every 1 hour. |
正の整数。 A positive integer. |
パラメータinputfileに登場するパターン文字列の最小時間単位。
例えばパラメータinputfileに%hhまで登場するなら1時間刻み(3600)、
%mmまで登場するなら1分刻み(60)となる。 The minimum time unit of the pattern strings that appear in parameter inputfile. For example, if the parameter inputfile includes down to %hh then the interval is 1 hour (3600); if %mm is included then 1 min (60). |
outputdir | 計算したクロススペクトルの出力先ディレクトリ名。 The name of the output directory to output the computed cross spectra. |
ディレクトリ名を表す文字列。
ディレクトリパスを含んでいても良い。 A string that represents a directory name name, possibly including the directory path. |
省略不可 Cannot be omitted |
extension | 出力ファイルの書式(拡張子)。 The extension for the output file format. |
ymaeda_opentoolsのスペクトルファイル形式のいずれかに対応する拡張子
(独自のファイル形式参照)。 One of the extensions for the spectral file formats of ymaeda_opentools; see special file formats. |
bimseq |
prevdir | 以前の解析結果が保存されているディレクトリ名。
既に計算結果が存在し、新しい期間のデータを追加して解析する場合に
このオプションを使用する。 The name of the directory where previous analysis results are stored. Use this option to add new period of data to existing results. |
ディレクトリ名を表す文字列。
ディレクトリパスを含んでいても良い。 A string that represents a directory name name, possibly including the directory path. |
省略時は新規の計算となる。 The computation is regarded to be new when this parameter is omitted. |
normalize | クロススペクトルを規格化するか否かの選択。 Choice of whether to normalize each cross spectrum or not. |
|
yes |
correct_size | 1つの入力ファイル(波形データ)の正しい時刻サンプル数。
読み込んだ波形の時刻サンプル数がこの値と一致しない場合、
入力データを誤ったデータとして処理する。 The correct number of time samples in each input file (waveform data). If the number of time samples of a waveform read is not equal to this value, the program treats the waveform as an erroneous data. |
正の整数。 A positive integer. |
最初に読み込んだ波形データの時刻サンプル数。 The number of time samples of the first waveform data read. |
correct_t0 | 1つの入力ファイル(波形データ)の正しい先頭時刻(s)。
読み込んだ波形の先頭時刻がこの値と一致しない場合、
入力データを誤ったデータとして処理する。 The correct beginning time (s) in each input file (waveform data). If the beginning time of a waveform read is not equal to this value, the program treats the waveform as an erroneous data. |
実数。 A real number. |
最初に読み込んだ波形データの先頭時刻。 The beginning time of the first waveform data read. |
correct_dt | 1つの入力ファイル(波形データ)の正しいサンプリング間隔(s)。
読み込んだ波形のサンプリング間隔がこの値と一致しない場合、
入力データを誤ったデータとして処理する。 The correct sampling interval (s) in each input file (waveform data). If the sampling interval of a waveform read is not equal to this value, the program treats the waveform as an erroneous data. |
正の実数。 A positive real number. |
最初に読み込んだ波形データのサンプリング間隔。 The sampling interval of the first waveform data read. |
irregular_data | 誤った入力データに遭遇した場合の処理。
使用する全ての波形データの時刻サンプル数、先頭時刻、サンプリング間隔が
等しくなければならないが、
等しくないデータ(欠損を含むデータ等)に遭遇した場合の処理を
このパラメータで指定する。 Treatment when the program encountered an erroneous input data. This program assumes that the number of time samples, beginning time, and sampling interval are equal among all input waveforms; if this requirement is not satisfied, the program behaves based on this parameter. |
|
error |
df_Ndecimate | 正の整数であり、周波数の何サンプルに1つを解析に用いるかを指定する。
このパラメータの値を\(N_d\)、
波形のフーリエスペクトルの周波数刻みを\(\Delta f\)として、
\(N_d\Delta f\)の周波数間隔でクロススペクトルを計算・出力する。
\(N_d\)を小さくすれば細かい数波数刻みでクロススペクトルが得られる。
\(N_d\)を大きくすれば計算に必要なメモリと処理時間を節約できる。 A positive integer \(N_d\) defined such that the cross spectra are computed for every \(N_d\) frequency samples; the frequency interval of the output cross spectra is \(N_d\Delta f\), where \(\Delta f\) is the frequency interval of the original Fourier spectra of the input waveforms. Using a smaller \(N_d\) value results in a finer cross spectra, while a larger \(N_d\) results in saving the memory and processing time requirements. |
自然数。 A natural number. |
1 |
観測点コード1.成分コード1_観測点コード2.成分コード2.拡張子 |
Station code 1.component code 1_station code 2.component code 2.extension |
structural_survey/data/YYYY/YYMMDDhh/観測点コード.成分コード.sac |
structural_survey/data/YYYY/YYMMDDhh/station code.component code.sac |
STN1[TAB]U STN2[TAB]U STN3[TAB]wU STN4[TAB]Z STN5[TAB]BHZ |