型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
char | station_name[strsize] | 観測点名。 The station name. |
double | station_x | 観測点の\(x\)座標。 The \(x\)-coordinate of the station. |
double | station_y | 観測点の\(y\)座標。 The \(y\)-coordinate of the station. |
double | station_z | 観測点の\(z\)座標。 The \(z\)-coordinate of the station. |
double | Tp | P波走時。 The P-wave travel time. |
double | Ts | S波走時。 The S-wave travel time. |
_Bool | coordinate_specified | 座標が指定されたか否かを示すフラグ。 A flag to indicate whether the coordinate is specified. |
_Bool | Tp_given | P波走時が与えられたか否かを示すフラグ。 A flag to indicate whether the P-wave travel time is given. |
_Bool | Ts_given | S波走時が与えられたか否かを示すフラグ。 A flag to indicate whether the S-wave travel time is given. |
型 Type |
メンバ名 Name of member |
メンバの意味 Meaning of member |
char | station_name[strsize] | 観測点名。 The station name. |
double | station_x | 観測点の\(x\)座標。 The \(x\)-coordinate of the station. |
double | station_y | 観測点の\(y\)座標。 The \(y\)-coordinate of the station. |
double | station_z | 観測点の\(z\)座標。 The \(z\)-coordinate of the station. |
_Bool | coordinate_specified | 座標が指定されたか否かを示すフラグ。 A flag to indicate whether the coordinate is specified. |
int | Nphases | 相の個数。 The number of phases. |
char ∗∗ | phase_names | 相の名前を並べた配列。 An array composed of the names of the phases. |
double ∗ | T | 各相の走時から成る配列。 An array composed of the traveltimes of the phases. |