AIPS NRAO AIPS HELP file for TABGET in 31DEC24



As of Fri Apr 19 8:49:28 2024


TABGET: Verb to return specified table entry

INPUTS

INNAME                             Image name(name).
INCLASS                            Image name(class).
INSEQ           0.0      9999.0    Image name(seq. #). 0=>high
INDISK          0.0         9.0    Disk drive #.       0=>any
INEXT                              Table type. SPECIFY
INVERS         -1.0     46655.0    Table version #.
                                   0 => highest.
PIXXY           0.0      4096.0    (row, col, subscript)
               Output:adverbs
KEYVALUE @                         Value of a numeric parm. =
         @                         KEYVALUE(1) + KEYVALUE(2).
KEYSTRNG @                         Value of a character-valued
         @                         parameter.

HELP SECTION

TABGET
Type: Verb
Use: TABGET reads specified values from a table.  Only a single
     numeric or logical (including bit arrays) can be returned
     at a time.  The desired entry is specified by row number
     (PIXXY(1)), logical column number (PIXXY(2)) obtained from
     GETTHEAD or PRTAB and the subscript (PIXXY(3)) for values
     that are elements of arrays.  Logical values are returned
     in KEYSTRNG as 'T' or 'F'.
Adverbs (input):
  INNAME......Image name(name).        Standard defaults.
  INCLASS.....Image name(class).       Standard defaults.
  INSEQ.......Image name(seq. #).      0 => highest.
  INDISK......Disk drive # of image.   0 => any.
  INEXT.......Table type.  No defaults.
  INVERS......Table version #.  0 => highest.
  PIXXY.......Row, column and subscript number of the desired
              entry.
Adverbs (output):
  KEYVALUE....The value of a numeric parameter is returned as
              KEYVALUE(1) + KEYVALUE(2).
              THE second term will be non-zero only for double
              precision parameters and will be small.
  KEYSTRNG....Character data or logical data are returned in
              KEYSTRNG.  Logical values are 'T' or 'F'.
              If KEYSTRNG='BLANKED' then the real or Double
              precision value was blanked.

EXPLAIN SECTION



AIPS