detect_VLPコマンドの出力ファイル
イベント波形プロット用SACマクロ
(A macro for plotting event waveforms in SAC;
an output file of detect_VLP command)
Last Update: 2022/8/5
イベント波形プロット用SACマクロは
検出したVLPイベントの波形をプロットするためのSACマクロである。
SACでこのマクロを実行すれば以下の仕様のグラフが作成される。
This file is a SAC macro
to plot the waveforms of the detected VLP events.
Executing this macro by SAC
graphs of the following specifications are created.
- グラフの時刻範囲は
\([t_m-T_b^{plot},t_m+T_e^{plot}]\)
となる。
The time window of the graph is
\([t_m-T_b^{plot},t_m+T_e^{plot}]\).
- 1つのグラフに5つの波形がプロットされる。
波形は上から順に下記の量を表す。
A total of five waveforms are plotted in each graph.
Quanties plotted from top to bottom are the quantities below.
- \(v_0(t)\)
- \(v_{1H}(t)\)
- \(v_{1L}(t)\)
- \(v_2(t)\)
- \(v_{2h}(t)\)から区間
\([t_m-T_b^{offset},t_m-T_e^{offset}]\)
での平均値を差し引いた上で積分した変位波形。
A displacement waveform obtained by integrating \(v_{2h}(t)\)
after subtracting its average in section
\([t_m-T_b^{offset},t_m-T_e^{offset}]\).
- イベント時刻\(t_m\)に対応する日時をYYYY/MM/DD hh:mm:ss.sssとして、
グラフのファイル名はYYYYMMDD.hhmmss.sss.psとなる。
The file name of the graph is YYYYMMDD.hhmmss.sss.ps,
where YYYY/MM/DD hh:mm:ss.sss is the date and time
corresponding to the event time \(t_m\).
- グラフはパラメータgraph_dirで指定したディレクトリの下に作成される。
The graph files are created under the directory
specified by parameter graph_dir.
-
このマクロの実行時にNot a valid SAC commandというエラーが出て
処理が止まってしまう場合、
マクロ内のrmコマンドをフルパス(/bin/rmなど)に変更するとエラーが解消される。
If the macro stops by “Not a valid SAC command” error,
replace the rm command in the macro by
the full path of this command (e.g., /bin/rm).