Processing math: 100%

CAT_TUNES

Set a CAT tuning parameter

Description:

Set a CAT tuning parameter. Note that all these parameters are of type CHARACTER.

Invocation

CALL CAT_TUNES (CATPRM, VALUE; STATUS)

Arguments

CATPRM = CHARACTER() (Given)
Name of the CAT tuning parameter which is to be set. Currently the tuning parameters supported are ANGLE_LIST and QUIET.
VALUE = CHARACTER() (Given)
Value required for the catalogue parameter.

For parameter ANGLE_LIST the values may be as follows: RADIANS - output angles in radians, SEXAGESIMAL - output angles in hours or degrees, formatted as sexagesimal values.

For parameter QUIET the values may be as follows: YES - do not issue informational messages (ie. be quiet), NO - issue informational messages (ie. not quiet).

STATUS = INTEGER (Given and Returned)
The global status.

Copyright

Copyright (C) 2000 Central Laboratory of the Research Councils

Bugs:

None known