Learn R Programming

RFOC (version 3.4-6)

mijsdr: Moment Tensor to Strike-Dip-Rake

Description

Convert a normalized moment tensor from the CMT catalog to Strike-Dip-Rake.

Usage

mijsdr(mxx, myy, mzz, mxy, mxz, myz)

Arguments

mxx

moment tensor 1,1

myy

moment tensor 2,2

mzz

moment tensor 3,3

mxy

moment tensor 1,2

mxz

moment tensor 1,3

myz

moment tensor 2,3

Value

Focal Mechanism list

Details

the coordinate system is modified to represent a system centered on the source.

References

http://www.globalcmt.org/CMTsearch.html

See Also

getCMT

Examples

Run this code
# NOT RUN {
mijsdr(-1.96, 1.07, 0.89, 0.51, 0.08, -0.68)


# }

Run the code above in your browser using DataLab