Performs a trigonometric transformation on a NDF TRIG
"ACOS"
–- arc-cosine (radians)
"ACOSD"
–- arc-cosine (degrees)
"ASIN"
–- arc-sine (radians)
"ASIND"
–- arc-sine (degrees)
"ATAN"
–- arc-tangent (radians)
"ATAND"
–- arc-tangent (degrees)
"COS"
–- cosine (radians)
"COSD"
–- cosine (degrees)
"SIN"
–- sine (radians)
"SIND"
–- sine (degrees)
"TAN"
–- tangent (radians)
"TAND"
–- tangent (degrees)
[!]
This routine correctly processes the AXIS, DATA, QUALITY, LABEL, TITLE, UNITS, HISTORY, WCS, and VARIANCE components of an NDF data structure and propagates all extensions.
Processing of bad pixels and automatic quality masking are supported.
All non-complex numeric data types can be handled. Arithmetic is performed using single-precision floating point, or double precision, if appropriate, but the numeric type of the input pixels is preserved in the output NDF.