TRN_TR1x

Transform 1-dimensional data

Description:

Apply a compiled {1 → 1} mapping to a set of 1-dimensional data points specified by an array of XIN coordinates.

Invocation

CALL TRN_TR1x( BAD, NX, XIN, ID, XOUT, STATUS )

Arguments

BAD = L
Whether the input coordinates may be bad.
NX = I
The number of data points to transform.
XIN = ?(NX)
Array of input XIN coordinates.
ID = I
Identifier for the compiled {1 → 1} mapping to be applied.
XOUT = ?(NX)
Array to receive the transformed XOUT coordinates.
STATUS = I
Inherited error status.

Notes: