; YTYPE ;--------------------------------------------------------------- ;! Y axis (V) convolving function type ;# ADVERB GENERAL ;----------------------------------------------------------------------- ;; Copyright (C) 1995, 2020 ;; Associated Universities, Inc. Washington DC, USA. ;; ;; 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- YTYPE LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- YTYPE Type: Adverb (Real) Use: Specifies the type of convolving function to be used on the Y axis. Values are 1 pillbox 2 exponential 3 sinc 4 exponential times sinc 5 spheroidal 6 exponential times BessJ1(x) / x Used with YPARM to set the parameters of the function. Leaving YPARM 0 is recommended. See helps UVnTYPE for n = 1 to 6. Null value: 5 (spheroidal function) Procedures: CXPOLN........Procedure to make complex polarization images and beam. LINIMAGE......Build image cube from multi-IF data set. Tasks: BSGEO.........Beam-switched Az-El image to RA-Dec image translation. BSGRD.........Task to image beam-switched single-dish data. IMAGR.........Wide-field and/or wide-frequency Cleaning / imaging task. SCIMG.........Full-featured imaging plus self-calibration loop with editing. SCMAP.........Imaging plus self-calibration loop with editing. SDGRD.........Task to select and image random-position single-dish data. SDIMG.........Task to select and image random-position single-dish data. UVIMG.........Grid UV data into an "image". UVMAP.........Makes images from calibrated UV data. ----------------------------------------------------------------