Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

合成地震波形


Links

from obspy.clients.syngine import Client
client = Client()

st = client.get_waveforms(
    model="ak135f_5s",
    sourcelatitude=0,
    sourcelongitude=0,
    sourcedepthinmeters=200000,
    sourcemomenttensor=[1.0e22, 1.0e22, 1.0e22, 0, 0, 0],
    receiverlatitude=0,
    receiverlongitude=50,
    components="RTZ",
    units="velocity",
    format="miniseed"
)