Skip to content

Commit b4ef522

Browse files
committed
add two seismometer step table data (Galperin vs. XYZ recording)
test data for reconstruction of ZNE from arbitrary non-orthogonal components
1 parent 6c465c1 commit b4ef522

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Diff for: step_table_galperin_and_xyz.mseed

2.8 MB
Binary file not shown.

Diff for: step_table_galperin_and_xyz.txt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
The recording setup for data in step_table_galperin_and_xyz.mseed is:
2+
3+
- two Trillium Compact 120s on a step table
4+
- first Trillium oriented towards North and recording original Galperin
5+
components UVW (thus U is due East)
6+
- second Trillium is rotated 25 degrees counter-clockwise from North (thus X is
7+
at azimuth (90-25 = 65 degrees)
8+
9+
So for use in obspy.signal.rotate.rotate2zne the following azimuth and dip
10+
setup should be used:
11+
12+
az_u = 90.0
13+
dip_u = -(90.0 - 54.7)
14+
15+
az_v = 330.0
16+
dip_v = -(90.0 - 54.7)
17+
18+
az_w = 210.0
19+
dip_w = -(90.0 - 54.7)
20+
21+
az_x = 65.0
22+
dip_x = 0.0
23+
24+
az_y = 335.0
25+
dip_y = 0.0
26+
27+
az_z = 0.0
28+
dip_z = -90.0

0 commit comments

Comments
 (0)