関数名 Function name |
機能・用途 Purpose |
使用上の注意 Remark |
Mogi | 茂木モデルに基づいて変位または傾斜変動の特定の一成分を計算する。 Compute a specified displacement or a tilt component based on the Mogi model. |
|
Mogi_Ux 【マニュアル未作成】 [The documentation has yet to be created] |
変位の\(x\)成分を計算する。 Compute the \(x\)-component of the displacement. |
関数Mogiからの内部呼び出しを想定して作っているので
引数のチェックなどは一切行われない。
決して直接呼び出すことはせず、常に関数Mogiを通じて用いること。
Never call these functions directly from your own computer code; the arguments are not checked in these functions as they are assumed to be called from function Mogi. |
Mogi_Uy 【マニュアル未作成】 [The documentation has yet to be created] |
変位の\(y\)成分を計算する。 Compute the \(y\)-component of the displacement. | |
Mogi_Uz 【マニュアル未作成】 [The documentation has yet to be created] |
変位の\(z\)成分を計算する。 Compute the \(z\)-component of the displacement. | |
Mogi_Tx 【マニュアル未作成】 [The documentation has yet to be created] |
傾斜変動の\(x\)成分を計算する。 Compute the \(x\)-component of the tilt. | |
Mogi_Ty 【マニュアル未作成】 [The documentation has yet to be created] |
傾斜変動の\(y\)成分を計算する。 Compute the \(y\)-component of the tilt. |