; UVTAPER ;--------------------------------------------------------------- ;! Widths in U and V of gaussian weighting taper function ;# ADVERB UV ;----------------------------------------------------------------------- ;; 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- UVTAPER LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- UVTAPER Type: Adverb (Real array, 2 elements) Use: Specify widths in U and V directions of Gaussian function used to weight down long baseline data points. Units are distance to 30% point of Gaussian in kilolambda Null value: 0 Null value means do not taper. Verbs: OBITIMAG......Access to OBIT task Imager without self-cal or peeling. OBITMAP.......Simplified access to OBIT task Imager. OBITPEEL......Access to OBIT task Imager with self-cal and peeling. OBITSCAL......Access to OBIT task Imager with self-cal, NOT peeling. Procedures: CXPOLN........Procedure to make complex polarization images and beam. LINIMAGE......Build image cube from multi-IF data set. MAPPR.........Simplified access to IMAGR. Tasks: HOLGR.........Read & process holography visibility data to telescope images. UVTAPER gives the type and size of a tapering function applied during gridding. HOLOG.........Read & process holography visibility data to telescope images. UVTAPER gives the type and size of a tapering function applied during gridding. IM2UV.........Converts an image to a visibility data set. UVTAPER is applied to the weights not the 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. UVMAP.........Makes images from calibrated UV data. ----------------------------------------------------------------