Learn R Programming

RFOC (version 3.4-6)

inverseTAPE: Inverse Moment Tensor

Description

Inverse moment tensor from Tape angles.

Usage

inverseTAPE(GAMMA, BETA)

Arguments

GAMMA

Longitude, degrees

BETA

CoLatitude, degrees

Value

Moment tensor list:

Va

vector, First solution

Vb

vector, First solution

Details

Uses Tape and Tape lune angles to estimate the moment tensor. This function is the inverse of the SourceType calculation. There are two solutions to the systems of equations.

Vectors are scaled by the maximum value.

References

Tape, W.,and C.Tape(2012), A geometric comparison of source-type plots for moment tensors, Geophys. J. Int., 190, 499-510.

See Also

SourceType

Examples

Run this code
# NOT RUN {
lats = seq(from = -80, to = 80, by=10)
    lons = seq(from=-30, to=30, by=10)

i = 3
j = 3
 u =  inverseTAPE( lons[i], 90-lats[j] ) 



# }

Run the code above in your browser using DataLab