sacfile_correlation_noshiftコマンド マニュアル

(The documentation of sacfile_correlation_noshift command)

Last Update: 2022/8/9


◆機能・用途(Purpose)

2つのSAC時系列データの相関係数(ラグタイム0)を計算する。
Compute the correlation coefficient (zero lag time) between two SAC time series data.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sac_data/src/sacfile_correlation_noshift.c


◆使用方法(Usage)

コマンドライン引数でパラメータを指定する。 パラメータの一覧を下表に示す。
Specify parameters by command-line arguments. The table below shows a list of parameters.


●「-」から始まらない引数 (Arguments not beginning with “-”)

引数
Argument
与える値
Quantity to be given
第1引数
1st argument
相関係数の計算に用いる 1つ目のSAC時系列データのファイル名。
The file name of the 1st SAC time series data used for the computation of the correlation coefficient.
第2引数
2nd argument
相関係数の計算に用いる 2つ目のSAC時系列データのファイル名。
The file name of the 2nd SAC time series data used for the computation of the correlation coefficient.


●1つの「-」から始まる引数 (Arguments beginning with a single “-”)

このコマンドでは1つの「-」から始まる引数は存在しない。
This command does not have arguments beginning with a single “-”.


●「--パラメータ名=パラメータ値」の形式の引数 (Arguments of a form “--Parameter name=Parameter Value”)

このコマンドでは「--パラメータ名=パラメータ値」の形式の引数存在しない。
This command does not have arguments of a form “--Parameter name=Parameter Value”.


◆動作(Behaviour)

コマンドライン引数で指定した2つのSAC時系列データを読み込んで ラグタイム0での相関係数を計算し、結果を標準出力に書き出す。 絶対日時は参照せず、2つのSACデータの基準時刻が等しいものとして計算を行う。 2つのファイルで時刻範囲が異なる場合は共通部分を使用する。 サンプリング間隔または時刻サンプルのタイミングが異なる場合は プログラムをエラー終了する。
Read two SAC time series data from the files specified by command-line arguments, compute the correlation coefficient between them, and output the result to standard output. In the computation, absolute dates and times are not used; instead, the reference times of the two SAC data are assumed to be equal. If the time ranges of the two files are different, the common part is used. If the sampling intervals or times of samples are inconsistent between the two files, the program finishes as an error.


◆使用例(Example)

sacfile_correlation_noshift data1.sac data2.sac