ヘッダファイル名 Header file name |
機能・用途 Purpose |
winv_sub/index.h | 他のwinvコマンド専用ヘッダファイル一式を
インクルードするためのヘッダファイル。 A header file to include all other header files exclusively used by winv command. |
winv_sub/structure.h | winvコマンド専用の構造体の定義。 Definitions of structures exclusively used by winv command. |
winv_sub/grobal.h | winvコマンド専用のグローバル変数の定義。 Definitions of grobal variables exclusively used by winv command. |
winv_sub/prototype.h | winvコマンド専用の関数のプロトタイプ。 Prototypes of functions exclusively used by winv command. |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
winv_sub/allocate.h | 配列の動的メモリを確保する関数。 Functions to allocate dynamic memories for arrays. |
winv_sub/fft.h | フーリエ変換を行う関数。 Functions to perform Fourier transformations. |
winv_sub/gridsearch.h | グリッドサーチを補助する関数。 Functions to support grid searches. |
winv_sub/inversion.h | 逆解析を行う関数。 Functions to conduct the inverse analysis. |
winv_sub/make_data_seq.h | 観測波形の時系列データやフーリエスペクトルを作成する関数。 Functions to create time series data and Fourier spectra of observed waveforms. |
winv_sub/make_green_seq.h | 実用グリーン関数の時系列データを合成する関数。 Functions to synthesize time series data of practical Green's functions. |
winv_sub/polezero.h | 地震計の応答特性をファイルから読み込んで処理する関数。 Functions to read and process the responses of seismometers from files. |
winv_sub/set_parameters.h | コマンドライン引数やファイルから設定を読み込んで処理する関数。 Functions to read and process configurations from command-line arguments or a file. |
winv_sub/spectrum.h | フーリエスペクトルを計算する関数。 Functions to compute Fourier spectra. |
winv_sub/write.h | 解析結果や関連するデータを出力する関数。 Functions to output the analysis results and related data. |