1X2SYS_MERGE(1) Generic Mapping Tools X2SYS_MERGE(1)
2
3
4
6 x2sys_merge - Merge an updated COEs tables
7
9 x2sys_merge -Amain_COElist.d -Mnew_COElist.d
10
12 x2sys_merge will read two crossovers data base and output the contents
13 of the main one updated with the COEs in the second one. The second
14 file should only contain updated COEs relatively to the first one.
15 That is, it MUST NOT contain any new two tracks intersections (This
16 point is NOT checked in the code). This program is useful when, for any
17 good reason like file editing NAV correction or whatever, one had to
18 recompute only the COEs between the edited files and the rest of the
19 database.
20
21 -A Specify the file main_COElist.d with the main crossover error
22 data base.
23
24 -M Specify the file new_COElist.d with the newly computed crossover
25 error data base.
26
28 No space between the option flag and the associated arguments.
29
30
31 EXAMPLES
32 To update the main COE_data.txt with the new COEs estimations
33 saved in the smaller COE_fresh.txt, try
34
35 x2sys_merge -ACOE_data.txt -MCOE_fresh.txt > COE_updated.txt
36
37
39 x2sys_binlist(1), x2sys_cross(1), x2sys_datalist(1), x2sys_get(1),
40 x2sys_init(1), x2sys_list(1), x2sys_put(1), x2sys_report(1)
41
42
43
44GMT 4.5.6 10 Mar 2011 X2SYS_MERGE(1)