waveform data of the Empirical Green's Functions (EGFs) and earthquakes for the manuscript "Unraveling the Mantle Dynamics in Central Asia with Full Waveform Inversion Tomography"
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/13137388
下载链接
链接失效反馈官方服务:
资源简介:
The dataset uploaded contains the original ASDF files and the SAC files (with '_sac') converted from ASDF
For the ASDF files:
The ASDF data file could be read through python module pyasdf and obspy after decompressing.
The earthquake information could be accessed by the following command
import pyasdf
ds=pyasdf.ASDFDataSet(ASDFfile, mode='r')
event=ds.events[0].preferred_origin()
print(event)
the waveforms coul dbe accessed through
stream=ds.waveforms[net.station].raw_recording
创建时间:
2024-08-02



