sequencefile_get_infoコマンド マニュアル

(The documentation of sequencefile_get_info command)

Last Update: 2023/11/29


◆機能・用途(Purpose)

時系列データファイルから基本的な情報を取得する。
Obtain basic information from a time series data file.

基本的な情報とは時刻サンプル数、先頭時刻、サンプル間隔のことであり、 これらはテキストファイルであれば容易に調べられるが バイナリファイル(bseq形式)の場合には 一旦テキストファイルに変換しないと調べられなかった。 このコマンドを用いればバイナリファイルから直接これらの情報を取得できる。
The basic information consists of the number of time samples, the beginning time, and the sampling interval; they can easily be surveyed from a text file but not from a binary (bseq format) file without conversion. This command enabled the survey of these information directly from a binary file.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/sequence/src/sequencefile_get_info.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
調べる時系列データファイル名。
The name of the time series data file to survey.


●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引数で指定したファイルの 時刻サンプル数(size)、先頭時刻(t0)、サンプル間隔(dt) を標準出力に表示する。
Display the number of time samples (size), the beginning time (t0), and sampling interval (dt) into the standard output.


◆使用例(Example)

sequencefile_get_info data.bseq