'Ocean bottom seismometer tilt rotation correction code'
收藏资源简介:
This code is a product of the following publication: Harmon, N., Laske, G., Crawford, W., & Rychert, C. (2022). Tilt Corrections for Normal Mode Observations on Ocean Bottom Seismic Data, an example from the PI-LAB experiment. Seismica, 1(1). https://doi.org/10.26443/seismica.v1i1.196 This is a MATLAB function for tilt correction of OBS data using a simple rotation of the vertical and two horizontals. It minimizes the energy on the vertical component via optimization. To run the code requires the optimization toolbox (function fminsearch). Inputs are X(east), Y(north) and Z(vertical), output are Znew (tilt corrected Z), Xnew (rotated X), Ynew (rotated Y), angy (azimuthal rotation in degrees) and vrt (tilt angle from vertical in degrees).



