Converts between representations of complex data COMPLEX
"COMPLEX"
. When Parameter INTYPE is set to "MOD_ARG"
, supply a null (!
) value. "COMPLEX"
– IN1 is a complex NDF containing real and imaginary parts. (IN2 will not be
accessed.)
"REAL_IMAG"
– IN1 contains the real part and IN2 contains the imaginary parts.
"MOD_ARG"
– IN1 contains the modulus and IN2 the argument in radians.
The default is"COMPLEX"
if IN1 is a complex NDF, otherwise it is "REAL_IMAG"
. []
"COMPLEX"
. When Parameter OUTTYPE is set to
"MOD_ARG"
, supply a null (!
) value. The default is "REAL_IMAG"
if IN1 is a complex NDF, otherwise it is "COMPLEX"
. []
"To polar"
, "From polar"
or "None"
. This routine correctly processes the AXIS, DATA, QUALITY, LABEL, TITLE, UNITS, WCS, and
HISTORY components of the first input NDF and propagates all of that NDF’s extensions. UNITS is
set to "radians"
for OUTTYPE = "MOD_ARG"
.
The DATA component is processed in double precision. The output NDFs have type _DOUBLE, except when OUTTYPE ="COMPLEX" where it is COMPLEX_DOUBLE.