sacfile_getValue_givenTimeコマンド マニュアル

(The documentation of sacfile_getValue_givenTime command)

Last Update: 2023/1/18


◆機能・用途(Purpose)

SAC時系列データから指定した1つの時刻における値を取り出す。
Extract the value of a SAC time series data at a given time.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sac_data/src/sacfile_getValue_givenTime.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
入力SACデータファイル名。
The input SAC data 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”)

「--パラメータ名=パラメータ値」の形式の引数は自由な順番で指定できる。 「-」から始まらない引数の間に挿入しても良い。 相反する指定がなされた場合には後の指定が優先される。 デフォルト値を持つパラメータは省略できる。
Arguments of a form “--Parameter name=Parameter Value” can be placed in an arbitrary order. They can even be inserted between arguments not beginning with “-”. In case of conflicting options being specified, the latter option has a higher priority. Parameters that have default values can be omitted.

パラメータ名
Parameter name
意味
Meaning
可能なパラメータ値
Allowed parameter values
デフォルト値
Default value
t 値を取り出したい時刻。
The time at which the value is to be extracted.
第1引数で指定したSACデータファイルにおける いずれかのサンプル時刻に一致する実数。
A real number exactly same as one of the time samples of the SAC data file specified by the 1st argument.
省略不可
Cannot be omitted


◆動作(Behaviour)

第1引数で指定したSACファイルを読み込み、 パラメータtで指定した時刻の値を標準出力に表示する。
Read the SAC file specified by the 1st argument and display the value at the time specified by parameter t to the standard output.


◆使用例(Example)

sacfile_getValue_givenTime data.sac --t=1.23