AST_NORM

Normalise a set of Frame coordinates representing one point

Description:

This routine normalises a set of Frame coordinate values which might be unsuitable for display (e.g. may lie outside the expected range) into a set of acceptable values suitable for display.

Invocation

CALL AST_NORM( THIS, VALUE, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Frame.
VALUE( ) = DOUBLE PRECISION (Given and Returned)
An array with one element for each Frame axis (Naxes attribute). Initially, this should contain a set of coordinate values representing a point in the space which the Frame describes. If these values lie outside the expected range for the Frame, they will be replaced with more acceptable (normalised) values. Otherwise, they will be returned unchanged.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: