XVista manual page

DESCRIPTION

XVista is a collection of programs that run on UNIX machines under X-windows for the display and reduction of astronomical images. It has evolved from PCVISTA (Treffers and Richmond, Pub. Astr. Soc. Pac. 101, pp. 725-730) which was in turn designed to be a somewhat compatible subset of the VISTA program developed at U.C. Santa Cruz and Berkeley for the reduction of CCD data.

The C++ language source code can be found in ~treffers/XVista11.

Note: LOTS OF BUGS as documentation reflects older version of the code.

IMAGE ARITHMETIC

DATA DISPLAY

IMAGE STATISTICS

PROCESSING

HEADER MANIPULATION

MISCELLANEOUS

FOURIER ROUTINES

PHOTOMETRY

DATA FORMAT

The image data are stored in disk files in FITS format, a commonly used method of storing multi-dimensional data containing header information. A description of the standard is given in Wells, Greisen, and Harten, Astron. and Astrophys. Suppl. Ser, 44, 363 (1981).

The header contains information about the number of axes (always 2), the numbers of rows and columns (NAXIS2 and NAXIS1 respectively) and the word size. Although FITS header variables such as the time and date of the observation and the exposure time may be present, XVista makes little use of the header data. The header can be inspected by using the buffers command.

The data files usually have the four letter extension `.fits'. This extension will often be added by XVista commands and need not be typed in explicitly. You can read files with different extensions by typing them explicitly.

Although internally most of the arithmetic is done as 32 bit floating point variables, the data are written as as 16 bit integers. The data are treated as "signed" quantities ranging from +32767 to -32768. The BZERO variable may be used to shift the origin but not the range of the data.

On most commands the symbol '-' can be used in place of the input and output filename and the file will be redirected to stdin and stdout respectively. In this way pipes can be used.


Last Revised October 12, 1999