PollyNET / Pollynet_Processing_Chain

NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)
https://polly.tropos.de/
GNU General Public License v3.0
20 stars 8 forks source link

Change low color in labview color scale #76

Closed HolgerPollyNet closed 3 years ago

HolgerPollyNet commented 3 years ago

The color outside the given range seems to be white in both cases, below the color scale and above the color scale. This leads to the effect that no sinal is shown as white the same color as for clouds: grafik I propose to use black as low color, i.e. in the example everything below 0 and white as high color, i.e. everything above 1.

ZPYin commented 3 years ago

The colormap of labview has be adjusted.

PS:

The figure for attenuated backscatter is generated with addtional smoothing in horizontal and vertical. And mask of low SNR was also implemented. The low-SNR bits will be colorized by the color for bad bits, which is defined as below:

https://github.com/PollyNET/Pollynet_Processing_Chain/blob/b0b749a478b1a723ffc1ec24165d216feaea9eb7/lib/python_colormap.py#L582

ZPYin commented 3 years ago

Before (white for overflow and bad bits): 2014_01_03_Friday_18_00_15_ATT_BETA_1064

After (white for overflow and black for bad bits): 2014_01_03_Friday_18_00_15_ATT_BETA_1064