AIPS NRAO AIPS HELP file for HSA in 31DEC24



As of Fri Apr 19 19:21:56 2024


HSA: Verb to put HSA antenna numbers on POPS stack

INPUTS

INNAME                             Image name (name)
INCLASS                            Image name (class)
INSEQ             0.0    9999.0    Image name (seq. #)
INDISK            0.0       9.0    Disk drive #
SUBARRAY         -5.0   46655.0    AN file ver. # (subarray)
DOINVERS         -1.0       1.0    > 0 => return non-HSA ants

HELP SECTION

HSA
Type:  Verb
Use:   Pick up the antenna numbers of HSA antennas in the specified
       antenna file and puts them on the stack.  Thus
            PRINT HSA
       will print the HSA antenna numbers while
            ANTENNAS = HSA
       will set the ANTENNAS array to the HSA-only antenna numbers.
       Note that the = sign is required in this usage.  But note
       carefully:
            DOINVER TRUE; ANTENNAS = HSA
       will set the ANTENNAS array to all antenna numbers except the
       HSA antennas.

       The HSA is defined as stations Y, GB, AR, and EB.

       See also verbs VLA, EVLA, and VLBA.  Note that only one of
       these four verbs may be used in a single command although more
       than one may be used in the same input line:
           ANTENNAS = VLA, EVLA           does NOT work
           ANTENNAS=VLA; BASELINE=EVLA    does work
Adverbs:
  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.
  SUBARRAY...AN file ver. #          0 => 1
  DOINVERS...<= 0 => return HSA antennas
             >  0 => return all but the HSA antennas

EXPLAIN SECTION


AIPS