sacfile_showHeaderコマンド マニュアル

(The documentation of sacfile_showHeader command)

Last Update: 2024/7/30


◆機能・用途(Purpose)

SAC時系列データにおける指定したヘッダの値を調べて画面に表示する。
Display the value of a SAC header in a time series data file.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sac_data/src/sacfile_showHeader.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.
第2引数
2nd argument
表示するヘッダの名前。 struct sacheader_name型構造体 のメンバの名前のうち頭の「h???_」を除いたもの (DELTA, DEPMIN等)を指定する。 なおINTERNALとUNUSEDは使用不可。
Name of the header to display. Use the name of one of the members of a struct sacheader_name-type structure excluding “h???_” at the head (e.g., DELTA, DEPMIN). INTERNAL and UNUSED are not available.


●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引数で指定したSACファイルを読み込み、 第2引数で指定したヘッダの値を標準出力に表示する。
Read the SAC file specified by the 1st argument and display the value of the header specified by the 2nd argument to the standard output.


◆使用例(Example)

sacfile_showHeader data.sac DELTA