detect_VLP_sub/event_info.h マニュアル

(The documentation of detect_VLP_sub/event_info.h)

Last Update: 2022/8/8


detect_VLP_sub/event_info.hでは 各イベント候補に関して様々な量を計算し、 VLPイベントか否かを判断する関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to compute various quantities for each event candidate and determine if it is a true VLP event are defined in detect_VLP_sub/event_info.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
TF_judge_VLP struct TF_eventInfo型構造体のいくつかのメンバの値を設定し、 特定の1つのイベント候補が真のVLPイベントか否かを判断する。
Set the values of several members of a struct TF_eventInfo-type structure and determine if an event candidate is a true VLP event.
TF_list_peaks 指定した時刻範囲にある山と谷をリストアップする。
List the peaks and troughs in a specified time section.
TF_complete_event_info struct TF_eventInfo型構造体のメンバのうち、 値が設定されていないものを設定する。
Set the values of members of a struct TF_eventInfo-type structure that have not been given.
TF_clear_event_info struct TF_eventInfo型構造体の配列型メンバの動的メモリを解放する。
Release dynamic memories for array-type members of a struct TF_eventInfo-type structure.