RFOC (version 3.4-10)

CONVERTSDR: Convert Strike-Dip-Rake to MEC structure

Description

Takes Strike-Dip-Rake and creates planes and pole locations for MEC structure

Usage

CONVERTSDR(strike, dip, rake)

Value

LIST:

strike

strike

dipdir

dip

rake

rake

F

list(az, dip) of F-pole

G

list(az, dip) of G-pole

U

list(az, dip) of U-pole

V

list(az, dip) of V-pole

P

list(az, dip) of P-pole

T

list(az, dip) of T-pole

M

list( az1=0, d1=0, az2=0, d2=0, uaz=0, ud=0, vaz=0, vd=0, paz=0, pd =0, taz=0, td=0)

Arguments

strike

angle, degrees, strike of down dip directin

dip

angle, degrees, dip is measured from the horizontal NOT from the NADIR

rake

angle, degrees

Author

Jonathan M. Lees <jonathan.lees@unc.edu>

Details

input is strike dip and rake in degrees

See Also

BeachFoc

Examples

Run this code

s=65
d=25
r=13

  mc = CONVERTSDR(s,d,r )

Run the code above in your browser using DataLab