Synopsis of processing steps#
This guide gives a brief overview over the steps necessary to compute relative moment tensors.
The algorithm is broken down in 5 steps:
Initialize a project directory (
relmt init) and create the input filesIteratively align, exclude and re-align event waveforms (
relmt alignandrelmt exclude)Determine optimal bandpass windows and measure relative amplitudes (
relmt amplitude)Admit a subset of amplitudes into the linear system of equations (
relmt admit)Create the linear system of equations with a reference MT, apply weighting, and solve the equation system (
relmt solve)
See the detailed description below to follow them or try out an example.