array/stack.h マニュアル

(The documentation of array/stack.h)

Last Update: 2021/12/16


array/stack.hでは スローネスと波の到来方向を考慮して時系列データのスタッキングを行う関数 が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to stack time-series data taking into account the slowness and back azimuth are defined in array/stack.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
check_timeRangeAndStep_for_arrayStack
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
時系列データの時刻範囲と刻み幅がトレース間で共通 (スタッキング可能)であるかをチェックする。
Check if the time ranges and intervals of the time-series data are common among the traces (i.e., the traces can be stacked).
stack_given_slowness_azimuth
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
指定されたスローネスと波の到来方向を用いて 時系列データのスタッキングを行う。
Perform the stacking of time-series data using a given slowness and back azimuth.
semblance_given_slowness_azimuth
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
指定されたスローネスと波の到来方向を用いて 時系列データのセンブランスを計算する。
Compute the semblance of time-series data using a given slowness and back azimuth.
calculate_best_semblance
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
センブランスの最大値を与えるスローネスと波の到来方向を求め、 そのときのセンブランス値の時系列データを作成する。
Identify the slowness and back azimuth that maximize the semblance value, and create a time series data composed of these semblance values.