// cpt-city: ds9/standard (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 standard = color_map { [0.00000 color rgbf <0.0000,0.0000,0.0000,0.0000>] [0.33300 color rgbf <0.2980,0.2980,1.0000,0.0000>] [0.33300 color rgbf <0.0000,0.2980,0.0000,0.0000>] [0.66600 color rgbf <0.2980,1.0000,0.2980,0.0000>] [0.66600 color rgbf <0.2980,0.0000,0.0000,0.0000>] [1.00000 color rgbf <1.0000,0.2980,0.2980,0.0000>] }