UV Tables are just special Tables suited for UV data handling that are created by CLIC. Mapping consists of transforming these tables into something more meaningful for the astronomer, either Images or numbers like positions, flux densities, sizes, etc.
UV Tables are created by CLIC using the TABLE command. The TABLE command offers several options in creating these tables. Four major options should be considered:
To summarize, a CLIC procedure like the following is appropriate to create a table:
SET RECEIVER 1 ! Select receiver number SET RF ON FREQUENCY ANTENNA ! Apply RF passband calibration SET AMPLITUDE RELATIVE ANTENNA ! Apply Flux calibration SET PHASE RELATIVE ANTENNA INTERNAL ! Apply Phase calibration SET SELECTION LINE USB L01 ! Select the spectral line subband SET WEIGHT TSYS ON ! Apply Tsys correction on noise SET WEIGHT CAL ON ! Apply efficiency correction on noise FIND/PROC CORR/TYPE O ! Select Correlation data on Object. ! and create the table... TABLE Name NEW/FREQUENCY "SiO" 86243.45/RESAMPLE 32Of course, arguments of the option depend on your particular case. Please refer to the CLIC manual for more details. Note that the frequency is in MHz.