astPermAxes

Permute the axis order in a Frame

Description:

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

Synopsis

void astPermAxes( AstFrame this, const int perm[] )

Parameters:

this
Pointer to the Frame.
perm
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).

Notes: