AIPS NRAO AIPS HELP file for TBTSK in 31DEC24



As of Thu Mar 28 5:59:39 2024


TBTSK: Make a new table from a subset of an old table

INPUTS

INNAME                             Main input file (name).
INCLASS                            Main input file (class).
INSEQ             0.0    9999.0    Main input file (seq. #).
                                      0 => high
INDISK            0.0       9.0    Disk unit #.       0 => any
INEXT                              Input table extension type
INVERS                             Input  file version no.
OUTVERS                            Output file version.
BCOUNT            0.0    99999.0   Beginning row to copy
ECOUNT            0.0    99999.0   Last row to copy: 0 => end

HELP SECTION

TBTSK
Type:  Task
Use:   This is a paraform task for the AIPS OOP system
       processing a table.  The example code will copy a range
       of row numbers from one table to another table of the
       same type.
Adverbs:
  INNAME......Main file name (name).       Standard defaults.
  INCLASS.....Main file name (class).      Standard defaults.
  INSEQ.......Main file name (seq. #).     0 => highest
  INDISK......Disk drive # of image.       0 => any
  INEXT.......Input table type (e.g. 'CC') no defaults.
  INVERS......Input extension file version #.
  OUTVERS.....Output extension file version #. 0=>make new
  BCOUNT.....Beginning row number to be included .
  ECOUNT.....Last row number included.  0 = highest.

EXPLAIN SECTION


AIPS