; NOADVERB ;--------------------------------------------------------------- ;! Information about the lack of a defined adverb or verb ;# INFORMATION POPS ;----------------------------------------------------------------------- ;; Copyright (C) 1995, 1996 ;; 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 ;----------------------------------------------------------------------- NOADVERB LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- ERROR Type: Error that can occur because of context saving. AIPS will restore an old context when starting up, and when doing a GET or RESTORE 1. Thus, when new adverbs, verbs, and pseudoverbs are added to AIPS, they are usually overwritten for all but new users by old contexts. You can obtain the latest context by typing in "RESTORE 0". This will make all adverbs and other symbols available (and unfortunately set them all to default values). To avoid this penalty, it is usually possible (beginning with the 15JAN96 release of AIPS) to issue the command COMPRESS. This command should be the only command on the line and cannot occur in a RUN file. COMPRESS will save all of your procedures and adverb values, fetch the updated (RESTORE 0) basic vocabulary, and then recompile and reload the saved procedures and adverb values. COMPRESS also gets rid of wasted space due to editing or recompiling procedures and to running NEWPARMS (below). Beginning with the 15JAN94 release of AIPS, it has been possible to define new adverbs, verbs, and even pseudoverbs with an AIPS system-provided RUN file. Issue the command RUN NEWPARMS as the only command on the input line and all new adverbs, verbs, and pseudoverbs are defined for you. The SCALAR adverbs may have new values given them, but the ARRAY and STRING ones will have your values (if they were already defined) or 0s and ' 's if not. ---------------------------------------------------------------- ----------------------------------------------------------------