GISS_CT
NAME: GISS_ct
PURPOSE: Load the colortables for the EdGCM project. The colortables
come from Panoply
CATEGORY: Display, Graphics, Utility
CALLING SEQUENCE: GISS_ct, FileName
Inputs
FileName: The name of the file in the colorbars/ subdirectory to load
Optional Inputs
Keyword Parameters
FILP: Set to reverse the colortable
DISPLAY: Set to plot the RGB values on screen (debugging)
Outputs
Optional Outputs
A graphic display of the new colorbar if DISPLAY keyword is set
Side Effects
Modifies the current color table
Example
GISS_ct, 'bluescale.pa2'
GISS_ct, 'gistemp_11nla.pal'
spawn, 'ls colorbars', files & i=0
GISS_ct, files[i] & i=i+1 ; (repeat)
Modification History
KDM, 2004-10-20, Inital write