; NPOINTS ;--------------------------------------------------------------- ;! General adverb giving the number of something ;# 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 ;----------------------------------------------------------------------- ;--------------------------------------------------------------- NPOINTS LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- NPOINTS Type: Adverb (scalar) Use: To specify a number of points of some sort (such as pixels on an axis). Null value: 0 Verbs: TVLUT.........Verb which modifies the transfer function of the image. NPOINTS gives the number of vertices inside the piecewise linear LUT function. Tasks: FILLR.........Reads old VLA on-line-system tapes into AIPS. NPOINTS gives the maximum number of samples in 1000's. MCUBE.........Collects n-dimensional images into n+1-dimensional image. NPOINTS is the number of pixels on the new axis. MULIF.........Change number of IFs in output. NPOINTS is the number of output IFs (spectral windows). SPECR.........Spectral regridding task for UV data. NPOINTS is the number of channels in the output data set. TVHLD.........Interactive task to load an image to the TV with histogram equalization. NPOINTS is the number of intensity bins in the histogram. UVHOL.........Prints holography data from a UV data base with calibration. NPOINTS is the number of samples to keep at the end of each pointing. UVLOD.........Read export or FITS data from a tape or disk. NPOINTS is the maximum number of visibilities in 1000's. VLBIN.........Task to read VLBI data from an NRAO/MPI MkII correlator. NPOINTS is the max number of visibilities in 1000's. XSMTH.........Smooth data along the x axis. NPOINTS is the number of X pixels on output. ----------------------------------------------------------------