Last change
on this file was
585d73c3,
checked in by Olly Betts <olly@…>, 12 months ago
|
Add definite min station to back testcase
This testcase has several stations vying for being reported as the
extremes, and on x86 thanks to excess precision we can pick different
ones. We added a definite max station a while back, but it seems we
need an equivalent min station too.
|
-
Property mode set to
100644
|
File size:
929 bytes
|
Line | |
---|
1 | ; pos=yes warn=2 |
---|
2 | *data normal from to tape compass clino backcompass backclino |
---|
3 | *fix 1 0 0 0 |
---|
4 | 1 2 1.0 000 -30 - - |
---|
5 | 1 3 1.0 - - 180 30 |
---|
6 | 1 4 1.0 000 - - 30 |
---|
7 | 1 5 1.0 - -30 180 - |
---|
8 | 1 A 1.0 000 -30 180 30 |
---|
9 | 1 B 1.0 - -30 180 30 |
---|
10 | 1 C 1.0 000 - 180 30 |
---|
11 | 1 D 1.0 000 -30 - 30 |
---|
12 | 1 E 1.0 000 -30 180 - |
---|
13 | *data normal from to tape compass backcompass clino backclino |
---|
14 | *units compass backcompass clino backclino grads |
---|
15 | 1 X 10 000.5 199.5 00 - |
---|
16 | 1 Y 10 000 - 02 02 |
---|
17 | 1 Z 10 000 - -01.25 -01.25 |
---|
18 | ; Regression test for bug fixed in 1.2.25. In versions prior to this, this |
---|
19 | ; would incorrectly warn about the difference between COMPASS and BACKCOMPASS, |
---|
20 | ; as we were using 0 for the BACKCOMPASS s.d. which leads to a threshold of |
---|
21 | ; about 71% of what it should be: |
---|
22 | 1 R 10 001.178 198.822 -1.178 -1.178 |
---|
23 | |
---|
24 | *data cartesian from to dx dy dz |
---|
25 | ; Work around variation in which stations are picked for min and max: |
---|
26 | 1 min -1 -1 -1 |
---|
27 | 1 max 9 12 36 |
---|
Note: See
TracBrowser
for help on using the repository browser.