1 UV_MERGE UV_MERGE This task merges together two tables of UV data, to form a single output table. The two input tables must have the same spectral characteristics (not checked). Multiplicative factors may be applied to both the amplitudes and weights of both tables. 2 TABLE1_IN$ TASK\CHARACTER "First input UV Table" TABLE1_IN$ This the name of the first input table (.UVT extension by default) 2 TABLE2_IN$ TASK\CHARACTER "Second input UV Table (reference)" TABLE2_IN$ This the name of the second input table (.UVT extension by default) 2 TABLE_OUT$ TASK\CHARACTER "Output merged UV Table" TABLEOUT$ This the name of the output table (.UVT extension by default) 2 WEIGHT$ TASK\REAL "Weight multiplicative factors" WEIGHT$[2] These two real numbers are the multiplicative correction factors to be applied to all the weights of the two tables 2 FACTOR$ TASK\REAL "Data multiplicative factors" FACTOR$[2] These two real numbers are the multiplicative correction factors to be applied to all the amplitudes of the two tables 1 END