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 | センブランス計算の際に仮定する波のスローネス。
時刻の単位は時系列データに、距離の単位は観測点座標に合わせる。 The 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. |
back_azimuth | センブランス計算の際に仮定する波の到来方向(°)。
東から反時計回りに測る。 The back azimuth (°) of the wave assumed in the computation of the semblance, measured counterclockwise from the east. |
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 the data, and the window length of the data must be dividable by this value. |