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 イベント候補時刻\(t_c\)に対応する\(t_{sac}\)(小数点以下3桁)。
Time \(t_{sac}\) corresponding to the event candidate time \(t_c\); three digits in the decimal part.
2 イベント時刻\(t_m\)に対応する\(t_{sac}\)(小数点以下3桁)。
Time \(t_{sac}\) corresponding to the event time \(t_m\); three digits in the decimal part.
3 イベント時刻\(t_m\)に対応する\(t_{day}\)(小数点以下3桁)。
Time \(t_{day}\) corresponding to the event time \(t_m\); three digits in the decimal part.
4 イベント時刻\(t_m\)に対応する\(t_{abs}\) (YYYY/MM/DD hh:mm:ss.sss形式)。
Time \(t_{abs}\) corresponding to the event time \(t_m\); in YYYY/MM/DD hh:mm:ss.sss format.
5 イベント時刻\(t_m\)に対応する\(t_{2000}\)(小数点以下3桁)。
Time \(t_{2000}\) corresponding to the event time \(t_m\); three digits in the decimal part.
6 \(r_{1H}(t_c)\)
7 \(r_{1L}(t_c)\)
8 \(v_2(t_m)\)
9 \(r_2(t_m)\)
10 \(v_3^{RMS}\)
11 \(r_3^{RMS}\)
12 \(r_u\)
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の前の間の段階で、 \(r_2(t_m)<r_2^{thre(max)}\)であることから VLPイベントではないと判定された。
    This candidate was judged as a false event because \(r_2(t_m)<r_2^{thre(max)}\), during the check before the step 2 of the detection procedure.

  • out of time window
    検知のステップ2の前の間の段階で、 \(t_c-T_b^{timediff}\leq t_m\leq t_c+T_e^{timediff}\) の条件が満たされないことから VLPイベントではないと判定された。
    This candidate was judged as a false event because the requirement \(t_c-T_b^{timediff}\leq t_m\leq t_c+T_e^{timediff}\) 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において、 \(r_3^{RMS}<r_3^{thre(RMS)}\)であることから VLPイベントではないと判定された。
    This candidate was judged as a false event because \(r_3^{RMS}<r_3^{thre(RMS)}\), in the step 3 of the detection procedure.

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

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

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