AIPS NRAO AIPS HELP file for GETONAME in 31DEC24



As of Sat Apr 20 5:43:59 2024


GETONAME: Verb to fill in OUTNAME, OUTCLASS, and OUTSEQ

INPUTS

         $The slot number is given as the immediate argument
         $       Input/output adverb:
OUTDISK  $     0.0        9.0      Disk drive #.  0 => any
         @       Output adverbs:
OUTNAME  @                         Output file (name)
OUTCLASS @                         Output file (class)
OUTSEQ   @      0.0       9999.0   Output file (seq #)

HELP SECTION

GETONAME
Type: Verb
Use:  GETONAME(n) will interpret its immediate argument as a catalog
      slot number and assign adverbs OUTNAME, OUTCLASS, OUTSEQ, and
      OUTDISK to correspond to that slot.

      Example:
         GETONAME(24) will fill OUTNAME, OUTCLASS, and OUTSEQ with the
         24'th catalog entry on disk OUTDISK.  If OUTDISK is zero, all
         disks are searched and OUTDISK is set to the volume
         containing the user's image.

Input adverbs:
  immediate argument is a catalog slot number.
  OUTDISK.....The disk the catalog is on.  0 => any
Output adverbs:
  OUTNAME.....Output image name (name)
  OUTCLASS....Output image name (class).
  OUTSEQ......Output image name (seq. #).
  OUTDISK.....Disk drive # of output image.

EXPLAIN SECTION


AIPS