detect_VLPコマンドの出力ファイル

イベント候補リストファイル

(An event candidate list file; an output file of detect_VLP command)

Last Update: 2022/8/5


イベント候補リストファイルには、 検出の第1段階でリストアップしたイベント候補に関する情報が出力される。 最終的にVLPイベントと判定されなかったイベント候補に関しても詳細が見られるので、 何故VLPと見なされなかったのかを理解する目的で利用できる。
An event candidate list file consists of information for event candidates listed at the 1st step of the detection. The output includes event candidates that are finally identified as false events. Therefore the information can be used to understand the reason why the false events were classified as false.

このファイルでは1つのイベント候補につき1行が用いられ、下記の14列から成る。 列の区切りにはタブが用いられる。 これ以外の情報(ヘッダ等)は出力されないので、 異なる日付・時間帯のファイルをcatコマンドで繋げることができる。
Information for each event candidate occupies a line in this file, composed of the following 14 columns separated by tabs. Other infomation (e.g., headers) is not written, so that files for different dates or time periods can be merged by cat command.


Column
出力される値
The output value
1 イベント候補時刻tcに対応するtsac(小数点以下3桁)。
Time tsac corresponding to the event candidate time tc; three digits in the decimal part.
2 イベント時刻tmに対応するtsac(小数点以下3桁)。
Time tsac corresponding to the event time tm; three digits in the decimal part.
3 イベント時刻tmに対応するtday(小数点以下3桁)。
Time tday corresponding to the event time tm; three digits in the decimal part.
4 イベント時刻tmに対応するtabs (YYYY/MM/DD hh:mm:ss.sss形式)。
Time tabs corresponding to the event time tm; in YYYY/MM/DD hh:mm:ss.sss format.
5 イベント時刻tmに対応するt2000(小数点以下3桁)。
Time t2000 corresponding to the event time tm; three digits in the decimal part.
6 r1H(tc)
7 r1L(tc)
8 v2(tm)
9 r2(tm)
10 v3RMS
11 r3RMS
12 ru
13 山谷のパターンを表す文字列。 山をプラス記号(+)、谷をマイナス記号(-)で表す。 これらを時刻順にカンマ(,)で区切って出力する。 イベント時刻の前の山谷と後の山谷の間はセミコロン(;)で区切る。 例えば「+,-;-,+,+,-」は イベント時刻の前に山→谷、 イベント時刻の後に谷→山→山→谷 がこの順番で登場することを意味する。
A string that represents a peak-trough pattern. Each peak and trough are represented by plus (+) and minus (-) signs, respectively. These characters are arranged in the order of time, separated by commas (,). Peaks and troughs before and after the event time are separated by a semicolon (;). For example, a string “+,-;-,+,+,-” indicates that a peak and a trough are present before the event time, and a trough, two peaks, and a trough are present after the event time in this order.
14 VLPイベントか否かの判定結果。以下のいずれかの文字列が出力される。
Result of the judgement of whether this candidate is a VLP event, shown by one of the following strings.

  • VLP
    この候補はVLPイベントである。
    This candidate is a VLP event.

  • below detection limit
    検知のステップ2の前の間の段階で、 r2(tm)<r2thre(max)であることから VLPイベントではないと判定された。
    This candidate was judged as a false event because r2(tm)<r2thre(max), during the check before the step 2 of the detection procedure.

  • out of time window
    検知のステップ2の前の間の段階で、 tcTbtimedifftmtc+Tetimediff の条件が満たされないことから VLPイベントではないと判定された。
    This candidate was judged as a false event because the requirement tcTbtimedifftmtc+Tetimediff was not satisfied, during the check before the step 2 of the detection procedure.

  • pattern not match
    検知のステップ2において、 山谷のパターンが条件に合わないことから VLPイベントではないと判定された。
    This candidate was judged as a false event besed on the peak-trough pattern, in the step 2 of the detection procedure.

  • no high frequency
    検知のステップ3において、 r3RMS<r3thre(RMS)であることから VLPイベントではないと判定された。
    This candidate was judged as a false event because r3RMS<r3thre(RMS), in the step 3 of the detection procedure.

  • not one-sided
    検知のステップ4において、 ru<ruthreであることから VLPイベントではないと判定された。
    This candidate was judged as a false event because ru<ruthre, in the step 4 of the detection procedure.

  • duration too short
    検知のステップ5において、 τ(1)<τ(1,thre)または τ(2)<τ(2,thre)であることから VLPイベントではないと判定された。
    This candidate was judged as a false event because τ(1)<τ(1,thre) or τ(2)<τ(2,thre), in the step 5 of the detection procedure.

  • already detected
    別のイベント候補に対して同じtmとなり、 VLPイベントとして既に検知済みである。
    The same tm was obtained for a different event candidate and already detected as a VLP event.