sequence2sac_timeseqコマンド マニュアル

(The documentation of sequence2sac_timeseq command)

Last Update: 2022/3/25


◆機能・用途(Purpose)

ymaeda_opentools独自のファイル形式 で書かれた時系列データをSAC形式に変換する。
Convert a time series data written in a special file format of ymaeda_opentools to SAC format.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sac_data/src/sequence2sac_timeseq.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
読み込む時系列データファイル名。 拡張子は ymaeda_opentools独自の時系列データファイル形式 のいずれかにしなければならない。
The input time series data file name. The extension must be one of the special file formats of ymaeda_opentools for time series data.
第2引数
2nd argument
出力するSACファイル名。
The output SAC file name.


●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ファイルに出力する。
Read the time series data file specified by the 1st argument and output to the SAC file specified by the 2nd argument.

◆使用例(Example)

sequence2sac_timeseq sample.seq2 sample.sac