MGH_CT_FILE Name
MGH_CT_FILE Purpose
This function returns the name of an IDL colour table file.
Calling Sequence
result = MGH_CT_FILE(SYSTEM=system) Keywords
SYSTEM (input, switch)
If SYSTEM is set, then the function returns the name of the
system colour-table file, <IDL_DIR>/resource/colors/colors1.tbl.
If sYSTEM is 0 or unspecified, then the function returns the
value of !MGH_CT_FILE, if that is available, or, failing that
the system colour-table file name.
Return Value
The function returns the file name as a scalar string.
###########################################################################
This software is provided subject to the following conditions:
1. NIWA makes no representations or warranties regarding the
accuracy of the software, the use to which the software may
be put or the results to be obtained from the use of the
software. Accordingly NIWA accepts no liability for any loss
or damage (whether direct of indirect) incurred by any person
through the use of or reliance on the software.
2. NIWA is to be acknowledged as the original author of the
software where the software is used or presented in any form.
###########################################################################
Modification History
Mark Hadfield, 2002-12:
Written.