Vax Catalog Format

A VAX catalog consists of two parts: a header with general information and the source part with one line per source (containing source name, coordinates and - if necessary - velocity information).

Keywords are:

The following basis systems are possible:

SBASSystem
-1equatorial coordinates, J2000.0
0galactic coordinates
1equatorial coordinates, B1950.0
2equatorial coordinates, equinox of date

Example catalog:

COMMON: SBAS= -1
INDIVIDUAL: SNAM SLAM SBET VLSR
! that's the header
! SBAS = -1 -> coordinates are equatorial, J2000.0
!
! comments can be included with an exclamation mark
! now comes the source part
!
SNAM=W3OH           ; SLAM=02 27 03.9   s; SBET= 61 52 24.0 "; VLSR=-44
SNAM=ORION-S        ; SLAM=05 35 13.440 s; SBET=-05 24 08.10 "; VLSR=7
! and so on, and so forth...