- ←Prev
- AST
A Library for Handling
World Coordinate Systems
in Astronomy - Next→
- TOC ↑
Description:
This
routine writes a table to standard output containing the axis values at a mesh of points covering the
surface of the supplied
Region. Each row of output contains a tab-separated list of axis values, one for
each axis in the
Frame encapsulated by the Region. The number of points in the mesh is determined
by the
MeshSize attribute.
The table is preceded by a given title string, and followed by a single line containing the word "
ENDMESH"
.
Invocation
CALL AST_SHOWMESH( THIS, FORMAT, TTL, STATUS )
Arguments
THIS
= INTEGER (Given)
Pointer to the Region.
FORMAT = LOGICAL (Given)
A boolean value indicating
if the displayed axis values should be formatted according to the Format attribute associated with the
Frame’
s axis. Otherwise, they are displayed as simple floating point values.
TTL = CHARACTER
(
)
(Given)
A title to display before displaying the first position.
STATUS = INTEGER (Given and
Returned)
The global status.
Copyright (C) 2021 East Asian Observatory
- ←Prev
- AST
A Library for Handling
World Coordinate
Systems
in Astronomy - Next→
- TOC ↑