source: git/tests/back.svx

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
41 2 1.0 000 -30  -   -
51 3 1.0  -   -  180  30
61 4 1.0 000  -   -   30
71 5 1.0  -  -30 180  -
81 A 1.0 000 -30 180  30
91 B 1.0  -  -30 180  30
101 C 1.0 000  -  180  30
111 D 1.0 000 -30  -   30
121 E 1.0 000 -30 180  -
13*data normal from to tape compass backcompass clino backclino
14*units compass backcompass clino backclino grads
151 X 10 000.5 199.5  00  -
161 Y 10 000  -   02  02
171 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:
221 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:
261 min -1 -1 -1
271 max 9 12 36
Note: See TracBrowser for help on using the repository browser.