1X_OVER(1) Generic Mapping Tools X_OVER(1)
2
3
4
6 x_over - Find and compute Cross-Over Errors
7
9 x_over leg_1 [ leg_2 ] [ -A ] [ -C ] [ -L ] [ -V ] [ -Wtimegap ] [
10 -Gfact ] [ -Mfact ] [ -Tfact ] [ -Nnp_int ]
11
13 x_over is used to inspect two cruises to see if they intersect, and if
14 so report the time, position, discrepancies in gravity/magnetics/ba‐
15 thymetry, heading for each track segment, and the average values of the
16 geophysical observables at the cross-over point. The names of the legs
17 are passed on the command line. If they are identical or only one name
18 is passed, then x_over looks for internal cross-overs. The optional
19 parameters are:
20
21 -A Use an Akima spline to interpolate the geophysical field at the
22 cross-over point.
23
24 -C Use a Natural Cubic spline function instead.
25
26 -L Use a linear interpolant [Default].
27
28 -W Do not compute cross-overs if the 2 nearest points are more than
29 timegap minutes apart.
30
31 -G Scale gravity by fact [Default is 0.1 since gmt-files store
32 gravity in g.u.]
33
34 -M Scale magnetic anomaly by fact [1.0].
35
36 -T Scale bathymetry by fact [1.0].
37
38 -N Specify how many points to use in the interpolation [Default is
39 6].
40
41 -V Selects verbose mode, which will send progress reports to stderr
42 [Default runs "silently"]. Report the number of cross-overs for
43 this pair of legs.
44
46 The COEs found are printed out to standard output in ASCII format. The
47 first record contains the leg names and their start year, whereas sub‐
48 sequent records have the data for each COE encountered. The fields
49 written out are lat, lon, time along track #1, time along track #2,
50 x_gravity, x_magnetics, x_bathymetry, average gravity, average magnet‐
51 ics, average bathymetry, heading along track #1, and heading along
52 track #2. Sign convention: If lega and legb are passed on the command
53 line, then the COE value is Value (lega) - Value (legb). It is recom‐
54 mended that the Akima spline is used instead of the natural cubic
55 spline, since it is less sensitive to outliers that tend to introduce
56 wild oscillations in the interpolation.
57
59 GMT(1), x_system(1)
60
62 Wessel, P. XOVER: A Cross-over Error Detector for Track Data, Computers
63 & Geosciences, 15, 333-346.
64
65
66
67GMT 4.5.6 10 Mar 2011 X_OVER(1)