# Custom Correlation Coefficient # Designed by Brandon Vincent # 11/18/2012 # Units: Unitless # # Commented lines begin with the hash mark '#' # # Format Color,MinZ,LR,LG,LB,HR,HG,HB # where LR,LG,LB =RGB color of MinZ value # and HR,HG,HB =RGB color of Next line's MinZ minus one (e.g. upper end of the sections's range) # MinZ is the minimum dBz value in the range. # Intermediate values are intepolated via HSB Interpolation # ND = Color for no detection generally black # You must specify an upper limit dB value as indicated by the # Color,93,250,250,250 line. # # If you mess things up, delete this file and a fresh version will be installed # Color,0.20,100,100,100,15,15,140 Color,0.45,15,15,140,10,10,190 Color,0.60,10,10,190,120,120,255 Color,0.75,120,120,255,95,245,100 Color,0.80,95,245,100,135,215,10 Color,0.85,135,215,10,255,255,0 Color,0.90,255,255,0,255,140,0 Color,0.95,255,140,0,255,3,0 Color,0.97,225,3,0,152,30,70 Color,0.99,152,30,70,152,30,70 Color,0.999,152,30,70,152,30,70 Color,1.0,255,180,215,255,180,215 Color,1.05,255,180,215,255,180,215