1X_EDIT(1) Generic Mapping Tools X_EDIT(1)
2
3
4
6 x_edit - convert between binary and ASCII crossover correction tables.
7
9 x_edit -A|X[name] -O[outname]
10
12 The purpose of x_edit is to convert between ASCII and binary versions
13 of the crossover correction tables.
14
15 -A Name of ASCII correction table [stdin], write binary table to
16 file given by -O [stdout].
17
18 -X Name of binary correction table [stdin], write ASCII table to
19 file given by -O [stdout].
20
21 -O Name of output correction table [stdout].
22
24 To convert the binary file crossover_corr.b to ASCII and write to std‐
25 out, run
26
27 x_edit -Xcrossover_corr.b > corrections.d
28
30 GMT(1), x_system(1)
31
33 Wessel, P. XOVER: A Cross-over Error Detector for Track Data, Computers
34 & Geosciences, 15, 333-346.
35
36
37
38GMT 4.3.1 15 May 2008 X_EDIT(1)