detect_VLPコマンドの出力ファイル
中間データディレクトリ
(An intermediate data directory;
an output file of detect_VLP command)
Last Update: 2022/8/5
- 中間データディレクトリには
\(v_{1H}(t)\), \(n_{1H}(t)\), \(r_{1H}(t)\),
\(v_{1L}(t)\), \(n_{1L}(t)\), \(r_{1L}(t)\),
\(v_2(t)\), \(n_2(t)\), \(r_2(t)\),
\(v_{2h}(t)\)
\(v_3(t)\), \(n_3(t)\), \(r_3(t)\),
の時系列データがSAC形式で出力される。
In the intermediate data directory,
time series data for
\(v_{1H}(t)\), \(n_{1H}(t)\), \(r_{1H}(t)\),
\(v_{1L}(t)\), \(n_{1L}(t)\), \(r_{1L}(t)\),
\(v_2(t)\), \(n_2(t)\), \(r_2(t)\),
\(v_{2h}(t)\)
\(v_3(t)\), \(n_3(t)\), and \(r_3(t)\),
are created in the SAC format.
- 出力の時刻範囲は
\(T_b^{edge}+T_b^{noise} \leq
t_{sac} \leq
T_b^{edge}+T_b^{noise}+T^{detection}\)
となる。
\(T_b^{edge}+T_b^{noise} \leq
t_{sac} \leq
T_b^{edge}+T_b^{noise}+T^{detection}\).
- 作成されるSACファイル名は下表の通り。
The table below shows the names of SAC files created.
なお変数名の変更に伴い、下記の出力ファイル名は
ymaeda_tools(v7.4)とは異なる
点に留意。
Note that
the file names are different from those of ymaeda_tools (v7.4)
due to changes in variable names.
時系列データ
Time series data
|
ファイル名
File name
|
\(v_{1H}(t)\) | v1H.sac |
\(n_{1H}(t)\) | n1H.sac |
\(r_{1H}(t)\) | r1H.sac |
\(v_{1L}(t)\) | v1L.sac |
\(n_{1L}(t)\) | n1L.sac |
\(r_{1L}(t)\) | r1L.sac |
\(v_2(t)\) | v2.sac |
\(n_2(t)\) | n2.sac |
\(r_2(t)\) | r2.sac |
\(v_{2h}(t)\) | v2h.sac |
\(v_3(t)\) | v3.sac |
\(n_3(t)\) | n3.sac |
\(r_3(t)\) | r3.sac |
- 但し、追加書き込みモード
(--addto=YESまたは--addtoIntermediateData=YES)
の場合でかつ出力ファイルが既に存在する場合は
ファイル名の「.sac」の前に数字(1からの連番)を付加する。
例えばv1H.sacが既に存在する場合は出力ファイル名がv1H.1.sacとなり、
それも既に存在する場合はv1H.2.sacとなる。
However, if the output file is already present
in case of an addition mode
(--addto=YES or --addtoIntermediateData=YES),
a consecutive number from 1 is added before “.sac”
of the output file name.
For example, if v1H.sac is already present,
the output file name is v1H.1.sac;
and if this file is also present,
the file name to be newly created is v1H.2.sac.