// cpt-city: ncl/radar (cpt) // // Colour-tables from NCL (NCAR Command Language), an open-source // interpreted language designed specifically for scientific data // analysis and visualisation // // author: University Corporation for Atmospheric Research (UCAR) // copyright: Custom open-source // year: 2011 // url: https://phillips.shef.ac.uk/pub/cpt-city/ncl #declare radar = color_map { [0.00000 color rgbf <0.0000,1.0000,1.0000,0.0000>] [0.07143 color rgbf <0.0000,1.0000,1.0000,0.0000>] [0.07143 color rgbf <0.0000,0.6157,1.0000,0.0000>] [0.14286 color rgbf <0.0000,0.6157,1.0000,0.0000>] [0.14286 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.21429 color rgbf <0.0000,0.0000,1.0000,0.0000>] [0.21429 color rgbf <0.0353,0.5098,0.6863,0.0000>] [0.28571 color rgbf <0.0353,0.5098,0.6863,0.0000>] [0.28571 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.35714 color rgbf <0.0000,1.0000,0.0000,0.0000>] [0.35714 color rgbf <0.0314,0.6863,0.0784,0.0000>] [0.42857 color rgbf <0.0314,0.6863,0.0784,0.0000>] [0.42857 color rgbf <1.0000,0.8392,0.0000,0.0000>] [0.50000 color rgbf <1.0000,0.8392,0.0000,0.0000>] [0.50000 color rgbf <1.0000,0.5961,0.0000,0.0000>] [0.57143 color rgbf <1.0000,0.5961,0.0000,0.0000>] [0.57143 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.64286 color rgbf <1.0000,0.0000,0.0000,0.0000>] [0.64286 color rgbf <0.8667,0.0000,0.1059,0.0000>] [0.71429 color rgbf <0.8667,0.0000,0.1059,0.0000>] [0.71429 color rgbf <0.7373,0.0000,0.2118,0.0000>] [0.78571 color rgbf <0.7373,0.0000,0.2118,0.0000>] [0.78571 color rgbf <0.4745,0.0000,0.4275,0.0000>] [0.85714 color rgbf <0.4745,0.0000,0.4275,0.0000>] [0.85714 color rgbf <0.4745,0.2000,0.6275,0.0000>] [0.92857 color rgbf <0.4745,0.2000,0.6275,0.0000>] [0.92857 color rgbf <0.7647,0.6392,0.8314,0.0000>] [1.00000 color rgbf <0.7647,0.6392,0.8314,0.0000>] }