AST_REMOVEFRAME

Remove a Frame from a FrameSet

Description:

This routine removes a Frame from a FrameSet. All other Frames in the FrameSet have their indices re-numbered from one (if necessary), but are otherwise unchanged.

Invocation

CALL AST_REMOVEFRAME( THIS, IFRAME, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the FrameSet.
IFRAME = INTEGER (Given)
The index within the FrameSet of the Frame to be removed. This value should lie in the range from 1 to the number of Frames in the FrameSet (as given by its Nframe attribute).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: