x_over (1) Linux Manual Page
x_over – Find and compute Cross-Over Errors
Synopsis
x_over leg_1 [ leg_2 ] [ -A ] [ -C ] [ -L ] [ -V ] [ -Wtimegap ] [ -Gfact ] [ -Mfact ] [ -Tfact ] [ -Nnp_int ]Description
x_over is used to inspect two cruises to see if they intersect, and if so report the time, position, discrepancies in gravity/magnetics/bathymetry, heading for each track segment, and the average values of the geophysical observables at the cross-over point. The names of the legs are passed on the command line. If they are identical or only one name is passed, then x_over looks for internal cross-overs. The optional parameters are:- -A
- Use an Akima spline to interpolate the geophysical field at the cross-over point.
- -C
- Use a Natural Cubic spline function instead.
- -L
- Use a linear interpolant [Default].
- -W
- Do not compute cross-overs if the 2 nearest points are more than timegap minutes apart.
- -G
- Scale gravity by fact [Default is 0.1 since gmt-files store gravity in g.u.]
- -M
- Scale magnetic anomaly by fact [1.0].
- -T
- Scale bathymetry by fact [1.0].
- -N
- Specify how many points to use in the interpolation [Default is 6].
- -V
- Selects verbose mode, which will send progress reports to stderr [Default runs "silently"]. Report the number of cross-overs for this pair of legs.
