.TH X2SYS_MERGE 1gmt "Feb 27 2014" "GMT 4.5.13 (SVN)" "Generic Mapping Tools" .SH NAME x2sys_merge \- Merge an updated COEs tables .SH SYNOPSIS \fBx2sys_merge\fP \fB\-A\fP\fImain_COElist.d\fP \fB\-M\fP\fInew_COElist.d\fP .SH DESCRIPTION \fBx2sys_merge\fP will read two crossovers data base and output the contents of the main one updated with the COEs in the second one. The second file should only contain updated COEs relatively to the first one. That is, it MUST NOT contain any new two tracks intersections (This point is NOT checked in the code). This program is useful when, for any good reason like file editing NAV correction or whatever, one had to recompute only the COEs between the edited files and the rest of the database. .TP \fB\-A\fP Specify the file \fImain_COElist.d\fP with the main crossover error data base. .TP \fB\-M\fP Specify the file \fInew_COElist.d\fP with the newly computed crossover error data base. .SH OPTIONS No space between the option flag and the associated arguments. .TP .SH EXAMPLES To update the main COE_data.txt with the new COEs estimations saved in the smaller COE_fresh.txt, try .br .sp \fBx2sys_merge\fP \fB\-A\fP COE_data.txt \fB\-M\fP COE_fresh.txt > COE_updated.txt .br .sp .SH "SEE ALSO" .IR x2sys_binlist (1), .IR x2sys_cross (1), .IR x2sys_datalist (1), .IR x2sys_get (1), .IR x2sys_init (1), .IR x2sys_list (1), .IR x2sys_put (1), .IR x2sys_report (1)