Learn R Programming

IRISSeismic (version 1.6.6)

rotate2D: Rotate horizontal components of a seismic signal

Description

The rotate2D() function rotates the two horizontal components of a seismic signal into Radial and Transverse components returned as a list of 2 Stream objects.

Usage

rotate2D(st1, st2, angle)

Value

A list of two Stream objects stR and stT is returned.

Arguments

st1

horizontal Stream from a channel set (channel name usually ending in "N", "E", "1", or "2")

st2

horizontal Stream from a channel set, complementary to st1

angle

angle (degrees) of the rotation

Author

Jonathan Callahan jonathan@mazamascience.com

Details

The rotation web service returns Radial and Transverse seismic Streams, generated by rotating st1 and st2 by angle degrees.

The rotation service uses the following transformation matrix to change the output vectors for 2-D horizontal transformations

$$ M_{2D} = \left[ \begin{array}{cc} cos \alpha & sin \alpha \cr -sin \alpha & cos \alpha \end{array} \right] $$

$$ \left[ \begin{array}{c} R \cr T \end{array} \right] = M_{2D} \left[ \begin{array}{c} N \cr E \end{array} \right] $$

where :


   N and E represent data from the original (horizontal) orientations.
   R and T represent the Radial and Transverse components.
   \eqn{\alpha} is the azimuth angle measured clockwise from north.
  

References

IRIS DMC rotation web service:

https://service.iris.edu/irisws/rotation/1/