KPG1_ASSPL

Gets a set of one-dimensional Mappings for each axis in a FrameSet

Description:

This routine returns a set of AST Mapping pointers. Each Mapping has one input and one output. The I th Mapping goes from Axis I in the Base Frame of the supplied FrameSet, to Axis I in the Current Frame of the FrameSet.

There should usually be a one-to-one correspondance between the axes in the Base and Current Frames in the FrameSet.

Invocation

CALL KPG1_ASSPL( IWCS, MXAX, MAP, STATUS )

Arguments

IWCS = INTEGER (Given)
The AST pointer to the FrameSet.
MXAX = INTEGER (Given)
The maximum number of mappings to be returned. Un-used elements are returned holding AST__NULL.
MAP( MXAX ) = INTEGER (Returned)
The Mapping pointers.
STATUS = INTEGER (Given and Returned)
The global status.