AIPS NRAO AIPS HELP file for GET5NAME in 31DEC24



As of Fri Apr 19 20:43:28 2024


GET5NAME: Verb to fill in IN5NAME, IN5CLASS, IN5SEQ, IN5TYPE

INPUTS

         $The slot number is given as the immediate argument
         $       Input/output adverb:
IN5DISK  $     0.0        9.0      Disk drive #.  0 => any
         @       Output adverbs:
IN5NAME  @                         5th input file (name)
IN5CLASS @                         5th input file (class)
IN5SEQ   @      0.0       9999.0   5th input file (seq #)
IN5TYPE  @                         5th input file (type)

HELP SECTION

GET5NAME
Type: Verb
Use:  GET5NAME(n) will interpret its immediate argument as a catalog
      slot number and assign adverbs IN5NAME, IN5CLASS, IN5SEQ,
      IN5TYPE, and IN5DISK to correspond to that slot.

      Example:
         GET5NAME(34) will fill IN5NAME, IN5CLASS, IN5SEQ, and IN5TYPE
         with the 34 catalog entry on disk IN5DISK.  If IN5DISK was
         zero, the first disk with a catalog entry in the 24'th slot
         will be the disk number to which IN5DISK is set.
Input adverbs:
  immediate argument is a catalog slot number.
  IN5DISK.....The disk the catalog is on.  0 => any
Output adverbs:
  IN5NAME.....Fourth image name (name)
  IN5CLASS....Fourth image name (class).
  IN5SEQ......Fourth image name (seq. #).
  IN5TYPE.....Fourth image name (type).
  IN5DISK.....Disk drive # of fourth image

EXPLAIN SECTION


AIPS