next up previous index
Next: RD: Read an Image Up: man Previous: EOF: Execute On End-Of-File   Index

Input and Output of Images and Spectra

VISTA operates on images or spectra stored in internal memory buffers. Before you are able to analyze an image or a spectrum, you need to load your images into one of the buffers from files on disk. After an image has been loaded into memory, you can copy it to other buffers, or write the data to disk. Below, we will use the word ``image'' to connote both 2-D images and 1-D spectra, since functionally a 1-D spectrum is treated as a 1-D image with only one row of data.

NOTE: Version 5.0 of VISTA does not provide any commands for magnetic tape handling, as magnetic tape as a random access medium has largely become obsolete, having given way to mass disk storage (traditional magnetic disks, optical disks, and CD-ROM media) with multi-gigabyte capacity.

These two commands are used to read and write images:
\begin{example}
\item[RD\hfill]{read an image from a disk file}
\item[WD\hfill]{write an image to a disk file}
\end{example}

These commands set the default data directories used by VISTA:
\begin{example}
\item[SETDIR\hfill]{set the VISTA default directories \& file extensions}
\item[CD\hfill]{change the current working directory}
\end{example}

These commands are used to work on image buffers:
\begin{example}
\item[COPY\hfill]{copy an image between buffers}
\item[BUFFERS...
...renames objects}
\item[CREATE\hfill]{create a blank image buffer}
\end{example}

These commands work on the headers of images stored in memory:
\begin{example}
\item[FITS\hfill]{insert/edit FITS header cards}
\item[UNFIT\h...
...\hfill]{edit FITS headers}
\item[FIXHEAD\hfill]{fix FITS headers}
\end{example}



Subsections
next up previous index
Next: RD: Read an Image Up: man Previous: EOF: Execute On End-Of-File   Index
Jon Holtzman 2002-02-13