// cpt-city: ds9/color (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 color = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.06250 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.06250 color rgbf <0.1843,0.1843,0.1843,0.0000>] [0.12500 color rgbf <0.1843,0.1843,0.1843,0.0000>] [0.12500 color rgbf <0.3725,0.3725,0.3725,0.0000>] [0.18750 color rgbf <0.3725,0.3725,0.3725,0.0000>] [0.18750 color rgbf <0.5608,0.5608,0.5608,0.0000>] [0.25000 color rgbf <0.5608,0.5608,0.5608,0.0000>] [0.25000 color rgbf <0.7490,0.7490,0.7490,0.0000>] [0.31250 color rgbf <0.7490,0.7490,0.7490,0.0000>] [0.31250 color rgbf <0.9373,0.9373,0.9373,0.0000>] [0.37500 color rgbf <0.9373,0.9373,0.9373,0.0000>] [0.37500 color rgbf <0.0000,0.1843,0.9373,0.0000>] [0.43750 color rgbf <0.0000,0.1843,0.9373,0.0000>] [0.43750 color rgbf <0.0000,0.3725,0.7490,0.0000>] [0.50000 color rgbf <0.0000,0.3725,0.7490,0.0000>] [0.50000 color rgbf <0.0000,0.4980,0.4980,0.0000>] [0.56250 color rgbf <0.0000,0.4980,0.4980,0.0000>] [0.56250 color rgbf <0.0000,0.7490,0.3098,0.0000>] [0.62500 color rgbf <0.0000,0.7490,0.3098,0.0000>] [0.62500 color rgbf <0.0000,0.9373,0.0000,0.0000>] [0.68750 color rgbf <0.0000,0.9373,0.0000,0.0000>] [0.68750 color rgbf <0.3098,0.6235,0.0000,0.0000>] [0.75000 color rgbf <0.3098,0.6235,0.0000,0.0000>] [0.75000 color rgbf <0.4980,0.4980,0.0000,0.0000>] [0.81250 color rgbf <0.4980,0.4980,0.0000,0.0000>] [0.81250 color rgbf <0.6235,0.3098,0.0000,0.0000>] [0.87500 color rgbf <0.6235,0.3098,0.0000,0.0000>] [0.87500 color rgbf <0.9373,0.0000,0.0000,0.0000>] [0.93750 color rgbf <0.9373,0.0000,0.0000,0.0000>] [0.93750 color rgbf <0.7490,0.0000,0.3098,0.0000>] [1.00000 color rgbf <0.7490,0.0000,0.3098,0.0000>] }