#!MC 1410 # cpt-city: ds9/grey (cpt) # # The palettes used in the DS9 astronomical data visualization tool # by William Joye of the Smithsonian Astrophysical Observatory # # author: William Joye # copyright: GPLv2 # year: 2010 # url: https://phillips.shef.ac.uk/pub/cpt-city/ds9 $!COLORMAP CONTOURCOLORMAP = UserDef $!COLORMAPCONTROL RESETTOFACTORY $!COLORMAP USERDEFINED { NUMCONTROLPOINTS = 2 CONTROLPOINT 1 { COLORMAPFRACTION = 0.000000 LEADRGB { R = 0 G = 0 B = 0 } TRAILRGB { R = 0 G = 0 B = 0 } } CONTROLPOINT 2 { COLORMAPFRACTION = 1.000000 LEADRGB { R = 255 G = 255 B = 255 } TRAILRGB { R = 255 G = 255 B = 255 } } }