; DOKEEP ;--------------------------------------------------------------- ;! specifies if something is kept or deleted ;# ADVERB GENERAL ;----------------------------------------------------------------------- ;; Copyright (C) 2012, 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 ;----------------------------------------------------------------------- DOKEEP LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- DOKEEP Type: Adverb (logical, > 0 => true) Use: Tells a task or procedure to keep something Null value: false (<= 0). Procedures: OOCAL........Self-calibration with spectral-dependent corrections for primary beam and spectral index. DOKEEP > 0 => keep the data set which is the input data divided by the model. Tasks: FITLD........Reads FITS files to load images or UV (IDI or UVFITS) data to disk DOKEEP > 0 causes fully flagged visibilities to be retained. FQUBE........Collects n-dimensional images into n+1-dimensional FREQID image. DOKEEP true syas to retain fully blanked or missing m-dimensional images. PCLOD........Reads ascii file containing pulse-cal info to PC table. DOKEEP true says to keep records that are not in any scan. SLICE........Task to make a slice file from an image. DOKEEP says to make simple slices stay in input pixels rather than being heavily interpolated. SNREF........Chooses best reference antenna to minimize R-L differences. DOKEEP says to retain all "temporary" SN tables (each with different referance antenna). UVLOD........Read export or FITS data from a tape or disk. DOKEEP > 0 causes fully flagged visibilities to be retained. Procedures: IMFRING......Large image delay fitting with IM2CC and OOFRING, DOKEEP true says to keep the divided data set. IMSCAL.......Large image self-cal with IM2CC and OOCAL. DOKEEP true says to retain the divided data set. OOCAL........Determines antenna complex gain with frequency-dependent models. DOKEEP true says to keep the divided data set. ----------------------------------------------------------------