KPG1_DSFRM

Displays a textual description of the Current Frame in a FrameSet

Description:

This routine displays a textual description of the Current Frame in the supplied AST FrameSet.

Invocation

CALL KPG1_DSFRM( FSET, TEXT, LBND, UBND, FULL, STATUS )

Arguments

FSET = INTEGER (Given)
An AST pointer to the FrameSet.
TEXT = CHARACTER ( ) (Given)
Text to display before the Frame description. May contain MSG tokens. This may be prefixed with a string that indicates further processing options. Currently the only such string recognised is " ndftrace:" , which causes the pixel scales to be written out to the output parameter FPIXSCALE. Any such string is not included in the displayed title.
LBND( ) = DOUBLE PRECISION (Given)
The lower bounds of a region within the base Frame over which the displayed nominal WCS axis scales are to be determined. Both UBND and LBND are ignored if the first element of either UBND or LBND is AST__BAD, in which case the displayed WCS axis scales are determined at coords (1,1,...) in the base Frame.
UBND( ) = DOUBLE PRECISION (Given)
The Upper bounds of a region within the base Frame. See LBND.
FULL = LOGICAL (Given)
Display full information?
STATUS = INTEGER (Given and Returned)
The global status.