A set of commands to create a uv table may look like:
! Reset the default options: SET DEFAULT ! find the useful scans: FILE IN 21-JAN-1998-H126 SET SOURCE IRC+10216 SET RECEIVER 1 SET PROCEDURE CORRELATION SET QUALITY AVERAGE FIND ! calibration options: SET AMPLITUDE ANTENNA RELATIVE SET PHASE ANTENNA RELATIVE INTERNAL ATMOSPHERE SET RF ANTENNA ON ! table creation: SET SELECTION LINE LSB L01 TABLE HCN NEW /FREQUENCY HCN 88631.85 /RESAMPLE 19 10 -27 2.12 V
All but the last two commands should be familiar at this point.
If the data is spread on several files, one may go on by opening the other files, finding the data scans, and appending to the table:
FILE IN 12-FEB-1998-H126 FIND TABLE FILE IN 21-FEB-1998-H126 FIND TABLE ...(the arguments to TABLE need not to be repeated).
For continuum tables one may use:
SET SELECTION CONTINUUM DSB L01 TO L05 - /WINDOW 214405 214726 217476 217796 217837 217875 TABLE CONT-1MM NEWHere we are using data from all the line subbands, but only in the three frequency windows: 214405 to 214726 MHz, 217476 to 217796MHz, and 217837 to 217875. This is of course to avoid the line emission of some molecules.
A standard menu is available under the CLIC main menu (``Create a
UV Table''). After execution, a specific procedure is created to
keep track of the options and parameters used. This procedure can subsequently
be edited to add new data files (data files can also be added from the menu).