c_pixflip - Flip the pixels in a line of BIP data

SYNTAX

FUNCTION c_pixflip(pixels, nvalues)

     short pixels[];
     long  nvalues;

PARAMETERS

pixels (short[], input/output)

An array of short pixel values.

nvalues (long, input)

The number of pixels in the line.

DESCRIPTION

The c_pixflip() routine is used to "horizontally" flip a line of pixel values. It is usually used to convert a line of pixels read from an ascending image, which run from east to west along the line, to north-up order, which run from west to east along the line.

RETURN VALUE

c_pixflip() has no return value.