AIPS NRAO AIPS HELP file for CPYRT in 31DEC24



As of Fri Apr 19 20:21:53 2024


CPYRT: Task to put a readme file and copyright into image

INPUTS

INNAME                             Input image name (name)
INCLASS                            Input image name (class)
INSEQ             0.0     9999.0   Input image name (seq. #)
INDISK            0.0        9.0   Input image disk unit #
OUTNAME                            Output image name (name)
OUTCLASS                           Output image name (class)
OUTSEQ           -1.0     9999.0   Output image name (seq. #)
OUTDISK           0.0        9.0   Output image disk unit #.
INTEXT                             Area or name of readme file

HELP SECTION

CPYRT
Task:  Task to copyright NRAO images by:
       (1) Replacing the contents of the history file with the
       contents of a text file which by default is
            SURVEY:README.SURVEY.
       (2) Adding 9 rows at the top of the image containing the
            COPYRIGHT YYYY AUI/NRAO
       statement.
Adverbs:
  INNAME.....Input image name (name).       Standard defaults.
  INCLASS....Input image name (class).      Standard defaults.
  INSEQ......Input image name (seq. #).     0 => highest.
  INDISK.....Disk drive # of input image.   0 => any.
  OUTNAME....Output image name (name).      Standard defaults.
  OUTCLASS...Output image name (class).     Standard defaults.
  OUTSEQ.....Output image name (seq. #).    0 => highest unique.
  OUTDISK....Disk drive # of output image.  0 => highest disk
             number with sufficient space.
  INTEXT.....Logical or full name name fpr the text file to be
             used as the image history.
                 ' '    => 'SURVEY:README.SURVEY'
                 't '   => 't:README.SURVEY'
                 't: '  => 't:README.SURVEY'
                 't:q ' => 't:q'
             where t and q are any strings of upper or lower case
             letters.  In the first 3 cases, the copyright will be to
             NRAO VLA Sky Survey image: COPYRIGHT yyyy AUI/NRAO
             and in the last case it will be
             Image copyright yyyy Associated Universities, Inc.

EXPLAIN SECTION


AIPS