関数TF_calculate_distances マニュアル

(The documentation of function TF_calculate_distances)

Last Update: 2023/12/11


◆機能・用途(Purpose)

観測点間距離を計算する。
Compute the inter-station distances.


◆形式(Format)

#include "frequency_bessel_sub/stations.h"
inline double ∗TF_calculate_distances
(const struct TF_parameters parameters, const struct station_info ∗stations,
 const int ∗pair_n_list,const int ∗pair_m_list)


◆引数(Arguments)

parameters パラメータ一式。
The parameters.
stations 観測点情報を並べた配列。
An array composed of the station information.
pair_n_list クロススペクトルのデータが存在する観測点ペアのみについて、 1つ目の観測点番号を並べた配列。
An array composed of the 1st station indices for only the pairs with the cross spectral data present.
pair_m_list クロススペクトルのデータが存在する観測点ペアのみについて、 2つ目の観測点番号を並べた配列。
An array composed of the 2nd station indices for only the pairs with the cross spectral data present.


◆戻り値(Return value)

観測点間距離を引数pair_n_list, pair_m_listと同じ順番で並べた配列。
An array composed of the inter-station distances with the same order as those of arguments pair_n_list and pair_m_list.