AIPS NRAO AIPS HELP file for GET3NAME in 31DEC24



As of Tue Apr 23 5:55:38 2024


GET3NAME: Verb to fill in IN3NAME, IN3CLASS, IN3SEQ, IN3TYPE

INPUTS

         $The slot number is given as the immediate argument
         $       Input/output adverb:
IN3DISK  $     0.0        9.0      Disk drive #.  0 => any
         @       Output adverbs:
IN3NAME  @                         3rd input file (name)
IN3CLASS @                         3rd input file (class)
IN3SEQ   @      0.0       9999.0   3rd input file (seq #)
IN3TYPE  @                         3rd input file (type)

HELP SECTION

GET3NAME
Type: Verb
Use:  GET3NAME(n) will interpret its immediate argument as a catalog
      slot number and assign adverbs IN3NAME, IN3CLASS, IN3SEQ,
      IN3TYPE, and IN3DISK to correspond to that slot.

      Example:
         GET3NAME(34) will fill IN3NAME, IN3CLASS, IN3SEQ, and IN3TYPE
         with the 34 catalog entry on disk IN3DISK.  If IN3DISK was
         zero, the first disk with a catalog entry in the 24'th slot
         will be the disk number to which IN3DISK is set.
Input adverbs:
  immediate argument is a catalog slot number.
  IN3DISK.....The disk the catalog is on.  0 => any
Output adverbs:
  IN3NAME.....Third image name (name)
  IN3CLASS....Third image name (class).
  IN3SEQ......Third image name (seq. #).
  IN3TYPE.....Third image name (type).
  IN3DISK.....Disk drive # of third image (output only if
              needed to avoid duplication).

EXPLAIN SECTION


AIPS