Computes the pixel-by-pixel complex conjugate of a complex-valued image
CONJ computes the pixel-by-pixel complex conjugate of a complex-valued image.
- IN
- Input complex image. Specifies the input complex-valued image. If a window is given for IN the window specifications are in terms of complex pixels or pairs of real values. The data type of IN must be Complex (Real*4).
- OUT
- Output complex image. Specifies the output image which represents the complex conjugate of the input image. OUT has the same size and data type as IN.
The complex conjugate of each complex-valued input pixel of TEST.FFT is taken and placed in TEST.FFT.CONJ.
For each complex-valued input pixel, the real part (first half of the complex pair) is left unchanged, while the imaginary part (second half of the pair) is negated, such that a+ib becomes a-ib. (See User's Notes.)
Input image is data type other than REAL*4. Respecify REAL*4 input image.