1X_UPDATE(1) Generic Mapping Tools X_UPDATE(1)
2
3
4
6 x_update - Archiving of Cross-Over Information
7
9 x_update cross-overfile [ -Xxbase ] [ -Llegbase ] [ -V ] [ -Wmax ]
10
12 x_update reads the ASCII file produced by x_over and writes the infor‐
13 mation to the database files xx_base.b and xx_legs.b (unless other
14 filenames are specified on the command line) using a compact, binary
15 format. The options recognized are:
16
17 -X Indicate alternate xx_base.b file.
18
19 -L Indicate alternate xx_legs.b file.
20
21 -V Selects verbose mode, which will send progress reports to stderr
22 [Default runs "silently"]. Reports the pair currently being
23 processed.
24
25 -W Prints a warning if the number of COEs generated by any pair of
26 legs exceed max.
27
29 For security reasons the xx_legs.b are first renamed to xx_legs.b_old,
30 to prevent loss of information if a black-out or system crash should
31 occur during writing of the new xx_legs.b file. It is recommended that
32 the old file is left on the disk in case of other disasters. Note that
33 x_update does not check if a pair of legs already exist in the
34 xx_base.b file. It is the user's responsibility to ensure that duplica‐
35 tion of information does not occur. Should some pairs already in the
36 database need to be re-examined, then run x_remove which will wipe out
37 all traces of the specified cruises from the x_system data base files.
38 Now we can pass the pairs that need to be redone through
39 x_over/x_update again.
40
42 GMT(1), x_system(1)
43
45 Wessel, P. XOVER: A Cross-over Error Detector for Track Data, Computers
46 & Geosciences, 15, 333-346.
47
48
49
50GMT 4.5.6 10 Mar 2011 X_UPDATE(1)