x1 | 計算に用いる一方の地点の水平位置。 The horizontal location of one point used for the calculation. |
z1 | \(x_1\)に対応する地点の深さ。 The depth of the point corresponding to \(x_1\). |
x2 | 計算に用いる他方の地点の水平位置。 The horizontal location of the other point used for the calculation. |
z2 | \(x_2\)に対応する地点の深さ。 The depth of the point corresponding to \(x_2\). |
structure | 1次元速度構造。 A 1D velocity structure. |
pList | 推定した波線パラメータのリストの代入先。
宣言しただけのdouble ∗型変数を&を付けて与える。
関数内でこの変数が配列となり(動的メモリが確保され)、
その\(n\)番目の配列要素には
\((x_1,z_1)\)と\((x_2,z_2)\)を結ぶ
\(n\)番目の波線パラメータが代入される。
波線パラメータが見つからなかった場合はNULLとなる。 A memory into which the estimated ray parameter list will be inserted; prepare a double ∗-type variable that is only declared, and give it to this function with ‘&’. In this function, an array will be prepared for this function (by allocating a dynamic memory), and the \(n\)th ray parameter connecting \((x_1,z_1)\) and \((x_2,z_2)\) will be inserted into the \(n\)th component of the array. NULL is set if no ray parameter was found. |