// cpt-city: ds9/he (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 #declare he = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.01500 color rgbf <0.5020,0.0000,0.1255,0.0000>] [0.03000 color rgbf <0.5020,0.0000,0.3765,0.0000>] [0.06500 color rgbf <0.5020,0.0000,0.6275,0.0000>] [0.12500 color rgbf <0.5020,0.5020,0.3725,0.0000>] [0.25000 color rgbf <0.5020,0.7490,0.2510,0.0000>] [0.50000 color rgbf <0.7490,0.8118,0.5020,0.0000>] [1.00000 color rgbf <1.0000,1.0000,1.0000,0.0000>] }