mttime
mttime copied to clipboard
Time Domain Moment Tensor Inversion in Python
``` # Import third-party libraries import os from pathlib import Path import pandas as pd from obspy.core import read, UTCDateTime, Stream evid = "49462969" # event of interest event_dir =...
Dear sir, I have been trying to invert moment tensors of blasting signals with the mttime package, but I run into some problems when fitting the observed and synthesized waveforms...
I want to make the green's functions for 1D local velocity model with these parameters: freqmin = 0.025 freqmax = 1.0 npts = int(2048) dt = 0.02 The synthetics have...
Hi, thanks to your program, I can perform moment tensor inversion on several earthquake events. I would like to ask, in your program, is there a code to set the...
Greetings @ahchiang, hope you are doing well how to make synthetic greenfunction data with observation data more accurate ?? and how to make VR percentage increase again ?? I'm confused...