stations | アレイの観測点情報。 The station information of the array. |
data_before | センブランス計算の対象とするタイムウインドウの直前の時系列データ
を各観測点について並べた配列。 An array composed of the time-series data at every station immediately before the time window for the semblance computation. |
data | センブランス計算の対象とするタイムウインドウの時系列データ
を各観測点について並べた配列。 An array composed of the time-series data at every station for the time window for the semblance computation. |
data_after | センブランス計算の対象とするタイムウインドウの直後の時系列データ
を各観測点について並べた配列。 An array composed of the time-series data at every station immediately after the time window for the semblance computation. |
slowness_min | センブランス計算の際に仮定する波のスローネスの最小値。
時刻の単位は時系列データに、距離の単位は観測点座標に合わせる。 The minimum slowness of the wave assumed in the computation of the semblance. The unit of the time must be same as that of the time-series data, and the unit of the distance must be same as that of the station coordinates. |
slowness_max | センブランス計算の際に仮定する波のスローネスの最大値。 The maximum slowness of the wave assumed in the computation of the semblance. |
slowness_inc | センブランス計算の際に仮定する波のスローネスの増分。 The increment of the slowness of the wave assumed in the computation of the semblance. |
back_azimuth_inc | センブランス計算の際に仮定する波の到来方向(°)の増分。 The increment of the back azimuth (°) of the wave assumed in the computation of the semblance. |
window_length | 一つのセンブランス値の計算に用いるタイムウインドウ長。 Length of the time window used for the computation of each semblance value. |
tinc | センブランス値のサンプリング間隔。
引数dataのサンプリング間隔の整数倍かつ
引数dataのウインドウ長の整数分の1でなければならない。 Sampling interval of the semblance values; this must be a multiple of the sampling interval of argument data, and the window length of the data must be dividable by this value. |
best_slowness | センブランスの最大値を与えるスローネスの時系列の代入先。
宣言しただけの空の構造体を与える。
関数内で値が設定される。 The memory into which the time series of the slowness that gives the maximum semblance is inserted. Give an empty structure, then the values are set in this function. |
best_back_azimuth | センブランスの最大値を与える波の到来方向の時系列の代入先。
宣言しただけの空の構造体を与える。
関数内で値が設定される。 The memory into which the time series of the back azimuth that gives the maximum semblance is inserted. Give an empty structure, then the values are set in this function. |
best_semblance | センブランスの最大値の時系列の代入先。
宣言しただけの空の構造体を与える。
関数内で値が設定される。 The memory into which the time series of the maximum semblance is inserted. Pass an empty structure, then the values are set in this function. |