Program: UVCONV Purpose: Load UV data from tape into a GIPSY set. Category: UV, TAPES File: uvconv.c Author: M.G.R. Vogelaar (written by Hans de Haan) Keywords: INTAPE= Tape device to load from [list of all tape devices]. OUTSET= Set to load data into. The following keywords depend on whether the set already exists or not. SAMPLETIME= Sampletime where all datapoints are scaled to [Greatest Common Divisor]. The sampletime given by the user must be a multiple factor of the Greatest Common Divisor. AXIS= Choose which axis, the complex (COS/SIN) axis or Amplitude/Phase axis. Description: UVCONV loads a uv-data tape and converts it to a GDS set. UVCONV creates a descriptor file from the headers given on the uv-data tape. The user will be asked to what sampletime the data has to be scaled, before this the program will show which sampletimes have been used, default the GCD(Greatest Common Divisor) will be used as sampletime. Blank values in the uv-data are recognized by UVCONV. The destination of the uv-data tape is OUTSET= . There will be created a descriptor file and a image file. Updates: June 28, 1992: Hans, document created.