AIPS NRAO AIPS HELP file for VLBASUMM in 31DEC24



As of Fri Apr 26 10:58:49 2024


VLBASUMM: Prints list of ant. and scans to a file or the screen

INPUTS

INNAME                             UV data (name).
INCLASS                            UV data (class).
INSEQ             0.0    9999.0    UV data (seq. #).  0 => high
INDISK                             Disk unit #.  0 => any
DOCRT            -1.0     132.0    > 0 -> use the terminal,
                                   else use the line printer
                                   > 72 => terminal width
OUTPRINT                           Printer disk file to save

HELP SECTION

VLBASUMM
Type:  Procedure
Use:   Prints information about the antennas and the scans in
       a data set to a file, screen or printer.
       Type RUN VLBAUTIL to make the VLBASUMM procedure
       available.

Adverbs:
  INNAME.....UV file name (name).       Standard defaults.
  INCLASS....UV file name (class).      Standard defaults.
  INSEQ......UV file name (seq. #).     0 => highest.
  INDISK.....Disk unit #.               0 => any.
  DOCRT......False (<= 0) use the line printer if OUTPRINT = ' '
                   else write named OUTPRINT file only.
             True  (> 0) use the terminal interactively.  The task will
                   use the actual terminal width as a display limit
                   unless 72 < DOCRT < width.  In that case, the display
                   limit will be DOCRT characters.
  OUTPRINT...Disk file name in which to save the line printer output.
             ' ' => use scratch and print immediately for interactive
             jobs - batch jobs use OUTPRINT = 'PRTFIL:BATCHjjj.nnn'
             (jjj= job #, nnn = user #).  When OUTPRINT is not blank,
             multiple outputs are concatenated, and the file is not
             actually printed.

EXPLAIN SECTION

VLBASUMM:           Procedure to print antenna and scan information
                    for an experiment to selected medium.
Documenter:         Amy Mioduszewski
Related Programs:   VLBAUTIL, LISTR, PRTAN, VLASUMM

This should be done after all the initial "fixing" of the
data (VLBAAMCAL, VLBAFQS, VLBASUBS, VLBAFPOL) but before
calibration is started (VLBACALA).  Note that this will not work
unless the dataset has an NX table.  You can create one using
INDXR if one is not present.

Steps in VLBASUMM:

1. Run PRTAN over each antenna table.

2. Run LISTR.  Using OPTYPE='SCAN' everything else default
   or input.

AIPS