NDF_GTWCS

Obtain world coordinate system information from an NDF

Description:

The routine obtains information about the world coordinate systems associated with an NDF and returns an AST pointer to a FrameSet which contains this information. The information may then be accessed using routines from the AST library (SUN/210).

Invocation

CALL NDF_GTWCS( INDF, IWCS, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
IWCS = INTEGER (Returned)
An AST pointer to a FrameSet which contains information about the world coordinate systems associated with the NDF.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: