Next: AST_TRAN2 - Transform 2-dimensional coordinates
Up: AST Routine Descriptions
Previous: AST_TEXT - Draw a text string for a Plot
- Description:
This routine applies a Mapping to transform the coordinates of
a set of points in one dimension.
- Invocation:
CALL AST_TRAN1( THIS, NPOINT, XIN, FORWARD, XOUT, STATUS )
- Arguments:
-
THIS = INTEGER (Given)
-
Pointer to the Mapping to be applied.
-
NPOINT = INTEGER (Given)
-
The number of points to be transformed.
-
XIN( NPOINT ) = DOUBLE PRECISION (Given)
-
An array of coordinate values for the input
(untransformed) points.
-
FORWARD = LOGICAL (Given)
-
A .TRUE. value indicates that the Mapping's forward
coordinate transformation is to be applied, while a .FALSE.
value indicates that the inverse transformation should be
used.
-
XOUT( NPOINT ) = DOUBLE PRECISION (Returned)
-
An array into which the
coordinates of the output (transformed) points will be written.
-
STATUS = INTEGER (Given and Returned)
-
The global status.
- Notes:
-
The Mapping supplied must have the value 1 for both its Nin
and Nout attributes.
Next: AST_TRAN2 - Transform 2-dimensional coordinates
Up: AST Routine Descriptions
Previous: AST_TEXT - Draw a text string for a Plot
AST A Library for Handling World Coordinate Systems in Astronomy
Starlink User Note 210
R.F. Warren-Smith & D.S. Berry
30th April 2003
E-mail:ussc@star.rl.ac.uk
Copyright (C) 2003 Central Laboratory of the Research Councils