KPG1_WWRT

Writes WCS information to an HDS object

Description:

This routine stores a supplied AST Object in a new component of a supplied HDS object. The new component has type WCS and contains a single component named DATA, of type _CHAR. DATA is a one-dimensional array holding lines of text which can be interpreted by a simple AST Channel.

Invocation

CALL KPG1_WWRT( IAST, NAME, LOC, STATUS )

Arguments

IAST = INTEGER (Given)
A pointer to an AST Object.
NAME = CHARACTER ( ) (Given)
The name of the WCS component to add into the supplied HDS object.
LOC = CHARACTER ( ) (Given)
A locator for an HDS structure object. This object is modified by adding a component of type WCS, with name given by NAME.
STATUS = INTEGER (Given and Returned)
The global status.