8888 * Starts with user ID to run it from the command line *------------------------------------------------------------------------------ * Load the data on the fits file *------------------------------------------------------------------------------ default 'fitld' task 'fitld' clint 0.1 datain 'INPUT:li544a.idifits digicor 1 outname 'li544a'; outclass 'uvdata' timerang 0 bchan 0; echan 0; bif 0; eif 0 opcode '' antname 'vlba', 'gb', 'ar' inp go wait recat wait *------------------------------------------------------------------------------ * Add NX table needed to make a list of scans *------------------------------------------------------------------------------ default 'indxr' task 'indxr' inname 'li544a'; inclass 'uvdata' cparm 0,0,0.1,1 inp go wait *------------------------------------------------------------------------------ * Save the scan list to a text file *------------------------------------------------------------------------------ default 'listr' task 'listr' inname 'li544a'; inclass 'uvdata' optype 'scan' dparm 0 docrt 0 outprint 'OUTPUT:li544a_listr_scan.txt inp go wait *------------------------------------------------------------------------------ * Calibrate data - a priori calibration *------------------------------------------------------------------------------ * Digital sampler bias correction * creates SN = 1 default 'accor' task 'accor' inname 'li544a'; inclass 'uvdata' timerang 0 solint 2 inp go wait * Apply SN table to CL table * creates CL = 2 default 'clcal' task 'clcal' inname 'li544a'; inclass 'uvdata' timerang 0 opcode 'calp' interpol '2pt' samptype '' bparm 0 smotype '' snver 1 invers 1 gainver 1 gainuse 2 refant 9 inp go wait