complexConjug

[ XITE Reference Manual | XITE home ]

Name

complexConjug - take the complex conjugate of a band

Syntax

 #include <xite/negate.h>

 int complexConjug( IBAND b1, IBAND b2 );

Description

Takes the complex conjugate value of b1 into b2. Only largest common rectangle is handled. Accepts all pixel types. Both bands must have the same pixel type. Identical in- and out- parameters are legal.

Return value

 0 => ok
 1 => Bands have unknown pixel type
 2 => Bands have different pixel types

Author

Tor L|nnestad, BLAB, IfI, UiO

Id

$Id: complexConjug.c,v 1.22 1997/01/29 10:43:49 svein Exp $