#-----------------------------------------------------------------------------
# aipsrc: AIPS++ default resource database
#-----------------------------------------------------------------------------
# Copyright (C) 1992-1997
# 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 Mass Ave, Cambridge, MA 02139, USA.
# Correspondence concerning AIPS++ should be addressed as follows:
# Internet email: aips2-request@nrao.edu.
# Postal address: AIPS++ Project Office
# National Radio Astronomy Observatory
# Charlottesville, VA 22903-2475 USA
#-----------------------------------------------------------------------------
# This aipsrc file contains default keyword = value definitions used by
# AIPS++ scripts and programs. Its usage is similar to that of the .Xdefaults
# file used by X-windows, except that a set of aipsrc files is searched by the
# 'getrc' utility in the following sequence:
# It is not an error for any of the aipsrc files to be absent or empty.
# The default aipsrc file (this file) is the one installed in $AIPSARCH.
# The form of an aipsrc entry is
# where the keyword, which must begin in column 1, consists of a sequence of
# alphanumeric characters separated by asterisks or periods, and terminated by
# a colon. The value consists of everything after the last whitespace
# character (space or tab) following the colon. Asterisks may be used in the
# keyword for wildcarding, but note that 'getrc' accepts the first match it
# finds so that if the following two entries were present
# and a match was requested for "printer.dp1.paper", the value returned would
# be "A4" rather than "A3". In fact, the second entry would never be
# Original: 1992/03/05 by Mark Calabretta, ATNF.