sacfile_make_particle_motionコマンド マニュアル

(The documentation of sacfile_make_particle_motion command)

Last Update: 2022/3/25


◆機能・用途(Purpose)

同じ観測点の2つの異なる成分のSAC時系列データファイルを読み込んで 粒子軌跡(パーティクルモーション)用に合体したデータを作成する。
Read SAC time series data files from two different components at the same station, and create a merged data for particle motion.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sac_data/src/sacfile_make_particle_motion.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 name of the first SAC time series data file to input.
第2引数
2nd argument
2つ目の入力SAC時系列データファイル名。
The name of the second SAC time series data file to input.
第3引数
3rd argument
出力ファイル名。 テキストファイルであり、拡張子は何でも良い。
The output file name; a text file with an arbitrary extension.


●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)

第1引数と第2引数で与えたSAC時系列データの 時刻範囲とサンプリング間隔が等しいことをチェックした上で、 第3引数で指定したファイルに
とするテキストデータを出力する。
The time ranges and sampling intervals of the SAC time series data given by the 1st and 2nd arguments are checked to be equal, and a text data of the format below is written into the file specified by the 3rd argument:


◆使用例(Example)

sacfile_make_particle_motion NU.NKY.E.sac NU.NKY.N.sac NU.NKY_EN.dat