AST_PERMAXES

Permute the axis order in a Frame

Description:

This routine permutes the order in which a Frame s axes occur.

Invocation

CALL AST_PERMAXES( THIS, PERM, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Frame.
PERM( ) = INTEGER (Given)
An array with one element for each axis of the Frame (Naxes attribute). This should list the axes in their new order, using the original axis numbering (which starts at 1 for the first axis).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: