.sp
.LP
These routines change the data storage size/type of viff data.
The viff data structure supports multiple bands and/or pixel vectors.
.SH
SHORT DESCRIPTION OF ROUTINES
.IP "Data Type Convert -" 20
Convert a Khoros image from one data storage type to another.
.IP "Upcast Data -" 20
Up converts all images to the highest input image data type.
.IP "Real to Complex -" 20
Convert REAL data to COMPLEX form.
.IP "Complex to Real -" 20
Convert COMPLEX data to REAL form.
.IP "Vector to Row -" 20
Reformat data stored in vector format to a single-band file where 
each vector represents a separate row in the output file.
.IP "Vector to Band -" 20
Reformat data stored in single-row vector format to a file where 
each vector represents a single band in the output file.
.IP "Band to Vector -" 20
Reformat data stored in image format to a single-row file where 
each column represents a separate vector in the output file.
.IP "Mosaic to Multiband -" 20
Convert a mosaic input image to an output image in which each
subimage of the input mosaic constitutes a band of the output
image.
.IP "Combine Data Bands -" 20
Combine all bands from specified images into one multiband image.
.IP "Extract 1 Data Band -" 20
Extract a specified data band from a multiband image.
.IP "Extract 3 Data Bands -" 20
Extract three data bands from a multiband image.
.IP "Rectangular to Polar -" 20
Conversion of Rectangular to Polar or Polar to Rectangular Data.
