関数TF_output_green マニュアル

(The documentation of function TF_output_green)

Last Update: 2024/6/28


◆機能・用途(Purpose)

計算に使用した実用グリーン関数とそのフーリエスペクトルをファイルに出力する。
Output the practical Green’s functions and their Fourier spectra into files.


◆形式(Format)

#include "winv_sub/write.h"
inline void TF_output_green
(const struct TF_parameters parameters, const char ∗outputdir,
 const struct TF_data_info ∗dataInfo, const struct TF_model_info ∗modelInfo,
 const struct TF_kernel kernel)


◆引数(Arguments)

parameters 関数TF_set_parameters を用いて設定したパラメータ一式。
List of parameter values set by function TF_set_parameters.
outputdir 出力先のディレクトリ名。 パラメータoutputdirで指定したディレクトリの下に作られる、 現在処理中のソース候補位置に対応するサブディレクトリのパスを指定する。
The name of the directory to output the data. Specify the path of the sub directory for the currently processed candidate source location that was created beneath the directory specified by parameter outputdir.
dataInfo 関数 TF_read_dataseq_list_file, TF_set_polezero_whole を用いて読み込んだトレースの設定を全トレースについて並べた配列。
An array composed of the configurations of all traces, determined by functions TF_read_dataseq_list_file and TF_set_polezero_whole.
modelInfo パラメータmodelseq_list_fileで指定したファイル から読み込んだ要素ソースの設定を全ての要素ソースについて並べた配列。関数 TF_read_modelseq_list_file, TF_set_modelInfo_for_gridsearch, を用いて設定したものを与える。
An array composed of the configurations of all elementary sources that were read from the file specified by parameter modelseq_list_file, determined by functions TF_read_modelseq_list_file and TF_set_modelInfo_for_gridsearch.
kernel 関数 TF_prepare_green_kernel, TF_make_green, TF_make_green_spectrum, TF_make_data_kernel を用いてメンバの値を設定した構造体。
A structure whose values of members have been determined by functions TF_prepare_green_kernel, TF_make_green, TF_make_green_spectrum, and TF_make_data_kernel.


◆動作(Behaviour)

引数kernelのメンバgreenの配列要素が表す時系列データ、 メンバgreen_spectrumの配列要素が表すフーリエスペクトルをファイル (その1その2) に出力する。
Output the time series data in the array components of member green and the Fourier spectra in the array components of member green_spectrum of argument kernel to files (1, 2).