Next: AST_UINTERP - Perform sub-pixel interpolation on a grid of data
Up: AST Routine Descriptions
Previous: AST_TUNE - Set or get an integer-valued AST global tuning parameter
AST_TUNEC
-
Set or get a character-valued AST global tuning parameter
- Description:
- This function returns the current value of a character-valued
AST global tuning parameter, optionally storing a new value
for the parameter. For integer-valued tuning parameters, see
AST_TUNE.
- Invocation:
- CALL AST_TUNEC( NAME, VALUE, BUFF, STATUS )
- Arguments:
-
NAME = CHARACTER
(
) (Given)
-
The name of the tuning parameter (case-insensitive).
-
VALUE = CHARACTER
( ) (Given)
-
The new value for the tuning parameter. If this is
AST__TUNULLC,
the existing current value will be retained.
-
BUFF = CHARACTER
( ) (Given)
-
A character string in which to return the original value of
the tuning parameter. An error will be reported if the buffer
is too small to hold the value.
-
STATUS = INTEGER (Given and Returned)
-
The global status.
- Notes:
- This routine attempts to execute even if STATUS is set to an
error value
on entry, although no further error report will be
made if it subsequently fails under these circumstances.
- All threads in a process share the same AST tuning parameters
values.
-
Tuning Parameters
:
-
-
HRDel
-
A string to be drawn following the hours field in a formatted
sky axis value when "g" format is in use (see the Format
attribute). This string may include escape sequences to produce
super-scripts, etc. (see the Escapes attribute for details
of the escape sequences allowed). The default value is
"%-%
50
%s70
h%
" which produces a super-script "h".
-
MNDel
-
A string to be drawn following the minutes field in a formatted
sky axis value when "g" format is in use. The default value is
"%-%
50
%s70
m%
" which produces a super-script "m".
-
SCDel
-
A string to be drawn following the seconds field in a formatted
sky axis value when "g" format is in use. The default value is
"%-%
50
%s70
s%
" which produces a super-script "s".
-
DGDel
-
A string to be drawn following the degrees field in a formatted
sky axis value when "g" format is in use. The default value is
"%-%
53
%s60
o%
" which produces a super-script "o".
-
AMDel
-
A string to be drawn following the arc-minutes field in a formatted
sky axis value when "g" format is in use. The default value is
"%-%
20
%s85
'%
" which produces a super-script "'" (single quote).
-
ASDel
-
A string to be drawn following the arc-seconds field in a formatted
sky axis value when "g" format is in use. The default value is
"%-%
20
%s85
"%
" which produces a super-script """ (double quote).
-
EXDel
-
A string to be drawn to introduce the exponent in a value when "g"
format is in use. The default value is "10%-%
50
%s70
" which
produces "10" followed by the exponent as a super-script.
Next: AST_UINTERP - Perform sub-pixel interpolation on a grid of data
Up: AST Routine Descriptions
Previous: AST_TUNE - Set or get an integer-valued AST global tuning parameter
AST A Library for Handling World Coordinate Systems in Astronomy
Starlink User Note 210
R.F. Warren-Smith & D.S. Berry
7th December 2012
E-mail:starlink@jiscmail.ac.uk
Copyright (C) 2012 Science \& Technology Facilities Council