; ICUT ;--------------------------------------------------------------- ;! specifies a cutoff level in units of the image ;# ADVERB PLOT ;----------------------------------------------------------------------- ;; 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- ICUT LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- ICUT Type: Adverb (Real) Use: If some value is below ICUT in units of the image, then some action will not occur. Null value: none and no default. Procedures: IMFRING.......Large image delay fitting with IM2CC and OOFRING. Clean components are made only from pixels > ICUT in absolute value. IMSCAL........Large image self-cal with IM2CC and OOCAL. Clean components are made only from pixels > ICUT in absolute value. VLACLCAL......Runs CLCAL and prints the results with LISTR. ICUT is a cutoff (unitless) for smooth functions. Tasks: CLCAL.........Merges and smooths SN tables, applies them to CL tables. ICUT is a cutoff (unitless) for smooth functions. CUBIT.........Model a galaxy's density and velocity distribution from full cube. Only pixels > ICUT in absolute value are used in the fitting. DEFLG.........Edits data based on decorrelation over channels and time. When the ratio of vector to scalar average falls below ICUT (unitless) the data are flagged. IM2CC.........Task to convert an image to multi-facet Clean Components. Clean components are made only from pixels > ICUT in absolute value. KNTR..........Make a contour/grey plot file from an image w multiple panels. Polarization vectors are plotted only when the I (unpolarized) image is > ICUT. MOMNT.........Calculates images of moments along x-axis (vel, freq, ch). ICUT controls which data are used in absolute value > ICUT > 0 or < -ICUT > 0. PCNTR.........Generate plot file with contours plus polarization vectors. ICUT causes vectors to be omitted based on the intensity of the contoured image. RMFIT.........Fits 1-dimensional polarization spectrum to Q/U cube. Spectra with average total intensity less than ICUT are not fit. May be changed on a restart. SAD...........Finds and fits Gaussians to portions of an image. If the peak residual in an island after the first fit is > ICUT, then a 2-Gaussin fit is attempted. SERCH.........Finds line signals in transposed data cube. All "signals" with signal/noise over ICUT (unitless) are reported. TVSAD.........Finds and fits Gaussians to portions of an image with interaction. If the peak residual in an island after the first fit is > ICUT, then a 2-Gaussin fit is attempted. XMOM..........Fits one-dimensional moments to each row of an image. ICUT controls which data are used in absolute value > ICUT > 0 or < -ICUT > 0. ----------------------------------------------------------------