sac/readwrite.h マニュアル

(The documentation of sac/readwrite.h)

Last Update: 2024/4/23


sac/readwrite.hでは SACデータのファイル入出力や画面出力を行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Function to read and write SAC data from/to a file and to a display output are defined in sac/readwrite.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
ファイルからの読み込み
Read data from a file
read_sac_header
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACヘッダをファイルから読み込む。
Read SAC headers from a file.
read_sac_timeseq 等間隔サンプリングのSAC時系列データをファイルから読み込む。
Read an evenly sampled SAC time series data from a file.
read_sac_polezero 地震計の応答特性をファイルから読み込む。
Read poles and zeroes of a seismometer from a file.
 
画面への出力
Output data to a display
printSacHeader
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACヘッダを画面に出力する。
Display SAC headers.
printSacHeader_float
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACのfloat型ヘッダを画面に出力する。 関数printSacHeaderからの内部呼び出し用。
Display float-type headers of a SAC data; for an internal call from function printSacHeader.
printSacHeader_int
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACのint型ヘッダを画面に出力する。 関数printSacHeaderからの内部呼び出し用。
Display int-type headers of a SAC data; for an internal call from function printSacHeader.
printSacHeader_enum
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACのenum型ヘッダを画面に出力する。 関数printSacHeaderからの内部呼び出し用。
Display enum-type headers of a SAC data; for an internal call from function printSacHeader.
printSacHeader_logic
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACの論理型ヘッダを画面に出力する。 関数printSacHeaderからの内部呼び出し用。
Display logical-type headers of a SAC data; for an internal call from function printSacHeader.
printSacHeader_str
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACの文字列ヘッダを画面に出力する。 関数printSacHeaderからの内部呼び出し用。
Display string headers of a SAC data; for an internal call from function printSacHeader.
 
ファイルへの出力
Output data to a file
write_sac_header
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
SACヘッダをファイルに出力する。
Output SAC headers to a file.
write_sac_timeseq
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
等間隔サンプリングのSAC時系列データをファイルに出力する。
Output an evenly sampled SAC time series data to a file.