; FGPLT ;--------------------------------------------------------------- ;! Plots selected contents of FG table ;# Task UV Calibration Plot ;----------------------------------------------------------------------- ;; Copyright (C) 2000 ;; Associated Universities, Inc. Washington DC, USA. (EWG) ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2 of ;; the License, or (at your option) any later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public ;; License along with this program; if not, write to the Free ;; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, ;; MA 02139, USA. ;; ;; Correspondence concerning AIPS should be addressed as follows: ;; Internet email: aipsmail@nrao.edu. ;; Postal address: AIPS Project Office ;; National Radio Astronomy Observatory ;; 520 Edgemont Road ;; Charlottesville, VA 22903-2475 USA ;----------------------------------------------------------------------- FGPLT LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC FGPLT: Task to plot selected contents of FG file. INNAME UV data (name). INCLASS UV data (class). INSEQ 0.0 9999.0 UV data (seq. #). 0 => high INDISK 0.0 9.0 Disk unit #. 0 => any INVERS FG table file version no. 0 => 1 TIMERANG Time range to plot STOKES Stokes type to plot: R, L, RR, LL, RL, LR '' => 'R' FREQID Freqid, 0=>1; -1=>all SUBARRAY 0.0 Subarray, 0=>1; -1=>all BIF 0.0 100.0 First IF to plot, 0=>1. EIF 0.0 100.0 Last IF to plot 0 -> highest ANTENNAS Antennas to plot BASELINE Baseline with antennas NPLOTS 0.0 28.0 Number of time intervals 0 => 1 LTYPE -10.0 10.0 Type of labeling: 1 border, 2 no ticks, 3 - 6 standard, 7 - 10 only tick labels DOTV -1.0 1.0 > 0 Do plot on the TV, else make a plot file GRCHAN 0.0 8.0 Graphics channel 0 => 1. ---------------------------------------------------------------- FGPLT Type: Task Use: Plots selected data versus time from a specified FG table. Adverbs: INNAME.....UV file name (name). Standard defaults. INCLASS....UV file name (class). Standard defaults. INSEQ......UV file name (seq. #). 0 => highest. INDISK.....Disk unit #. 0 => any. INVERS.....Version number of FG table to plot, 0 => 1 TIMERANG...Time range of the data to be plotted. In order: Start day, hour, min. sec, end day, hour, min. sec. Days relative to reference date. STOKES.....The desired Stokes type of the displayed data. R, L, RR, LL, RL, LR; '' => 'R' FREQID.....Frequency identifier to select (you may determine which is applicable from the OPTYPE='SCAN' listing produced by LISTR). -1 => all; 0 => 1 SUBARRAY...Subarray to select. -1 => all; 0 => 1. BIF........First IF to plot EIF........Last IF to plot. ANTENNAS...A list of the antennas forming baselines. All 0 => all. If any number is negative then the baselines are NOT to be plotted and all others are. BASELINE...A list of the baseliness with antennas given in ANTENNAS to be plotted. All 0 => all. If any number is negative then the baselines are NOT to be plotted and all others are. NPLOTS.....The time range can be split into NPLOTS equal time intervals to have more resolution, causing NPLOTS plots to be generated. Each contains the consecutive time interval of length TIMERANG / NPLOTS LTYPE......Labelling type: 1 = border, 2 = no ticks, 3 - 10 = standard DOTV.......> 0 => plot directly on the TV device, otherwise make a plot file for later display on one or more devices (including the TV if desired). GRCHAN.....Graphics channel (1 - 7) to use for line drawing. 0 => 1. ----------------------------------------------------------------