Doublet 9303 in SSI.
data: Seismic data downloading and preprocessing
We use SOD to download seismic data recorded at stations ARU
and AAK
of eathquakes in events.csv
from IRIS based on the recipe recipe.xml
.
# run the SOD recipe to download raw data inside seismograms-raw
$ sod -f recipe.xml
We then perform some data preprocessing using SAC based on the script preprocess.pl
.
# the processed data is inside seismograms
$ perl preprocess.pl
scripts: Scripts used to do calculation
- cal-dt.pl: calculate traveltime difference due to location difference
- plot-raypath.pl: plot raypaths of PKIKP, PKiKP and SKP (Fig. 1a)
- plot-dt.pl: plot travel time difference due to doublet depth difference (Fig. 1b)
- plot-seism.pl: plot seismograms (Figs. 1c-1f)
- SAC : we use
saclst
command to find SAC header value - distaz : calculate distance between station and event
- TauP : calculate predicted traveltime and slowness of PKIKP, PKiKP, and SKP
- GMT : plot figures
docs: Calculation results
Travel time difference of PKIKP, PKiKP, and SKP due to location difference of doublet 9303 at stations AAK and ARU.
dd
: doublet depth offsetdt-dh
: travel time difference due to horizontal separation of doublet 9303dt-dd
: travel time difference due to depth offset of doublet 9303dt-all
: travel time difference due to horizontal and depth separation of doublet 9303
Raypaths of PKIKP, PKiKP, SKP at a distance of 132 degree for a source at 33 km depth
PKiKP.raypath.gmt
PKIKP.raypath.gmt
SKP.raypath.gmt
figs: Figures
raypath.ps
: raypath of PKIKP, PKiKP, and SKP (Fig. 1a)dt-AAK.ps
: travel time difference due to doublet depth offset at station AAKdt-ARU.ps
: travel time difference due to doublet depth offset at station ARU (Fig. 1b)seism-AAK-PKIKP-PKiKP.ps
: PKIKP-PKiKP waveforms at station AAK (Fig. 1c)seism-AAK-SKP.ps
: SKP waveforms at station AAK (Fig. 1d)seism-ARU-PKIKP-PKiKP.ps
: PKIKP-PKiKP waveforms at station ARU (Fig. 1e)seism-ARU-SKP.ps
: SKP waveforms at station ARU (Fig. 1f)