mttime.core.inversionΒΆ

Time domain moment tensor inverse routines

Example

>>> config = mttime.Configure(path_to_file="examples/synthetic/mtinv.in")
>>> tdmt = mttime.Inversion(config=config)
>>> print(tdmt)
     event: {'datetime': '2019-07-16T20:10:31.473', 'longitude': -121.757, 'latitude': 37.8187}
     depth: [10.0, 20.0]
     green: herrmann
components: ['Z', 'R', 'T']
    degree: 5
    weight: distance
      plot: False
 correlate: False
| STATION TABLE |
    station  distance  azimuth  ts  npts   dt  Z  R  T  longitude  latitude filter  nc  np  lcrn  hcrn model
 BK.FARB.00    110.00   263.00  30   100 1.00  0  0  0    -123.00     37.70     bp   2   2  0.05  0.10  gil7
  BK.SAO.00    120.00   167.00  30   150 1.00  0  0  1    -121.45     36.76     bp   2   2  0.05  0.10  gil7
  BK.CMB.00    123.00    78.00  30   150 1.00  0  0  0    -120.39     38.03     bp   2   2  0.05  0.10  gil7
 BK.MNRC.00    132.00   333.00  30   150 1.00  1  1  1    -122.44     38.88     bp   2   2  0.05  0.10  gil7
| PREFERRED SOLUTION |
None
>>> tdmt.invert()
Deviatoric Moment Tensor Inversion
Depth = 10.0000 km
Mw = 3.97
Percent DC/CLVD/ISO = 100/0/0
VR = 100.00%%

Deviatoric Moment Tensor Inversion
Depth = 20.0000 km
Mw = 4.25
Percent DC/CLVD/ISO = 62/38/0
VR = 87.05%%

Classes

Inversion

A container for a single inverse routine