How to use the uwsift.view.colormap.FlippedColormap function in uwsift

To help you get started, we’ve selected a few uwsift examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ssec / sift / uwsift / view / colormap.py View on Github external
'#ff00ff', '#ffffff', '#000000')
enhancedhrainbowh11 = FlippedColormap(colors=_enhancedhrainbowh11_colors, controls=_enhancedhrainbowh11_control_points)
_enhancedhrainbow_warmer_yellow_control_points = (
    0.0, 0.30685675492192804, 0.35030549898167007, 0.39341479972844534, 0.4803122878479294, 0.5237610319076714,
    0.5668703326544468, 0.653428377460964, 0.6972165648336728, 0.7406653088934148, 0.7837746096401901,
    0.8272233536999322,
    0.9134419551934827, 1.0)
_enhancedhrainbow_warmer_yellow_colors = (
    '#ffff00', '#000000', '#803e1f', '#ff0000', '#fdff00', '#7efd00', '#007f00', '#00ffff', '#007efd', '#01007f',
    '#800080',
    '#ff01ff', '#ffffff', '#000000')
enhancedhrainbow_warmer_yellow = FlippedColormap(colors=_enhancedhrainbow_warmer_yellow_colors,
                                                 controls=_enhancedhrainbow_warmer_yellow_control_points)
_fire_detection_3p9_control_points = (0.0, 0.36590131900341966, 0.36687835857352225, 1.0)
_fire_detection_3p9_colors = ('#ff0000', '#fffc00', '#141414', '#ffffff')
fire_detection_3p9 = FlippedColormap(colors=_fire_detection_3p9_colors, controls=_fire_detection_3p9_control_points)
_ramsdis_ir_12bit_control_points = (
    0.0, 0.505982905982906, 0.5064713064713064, 0.5794871794871795, 0.5851037851037851, 0.5855921855921856,
    0.6463980463980464, 0.6468864468864469, 0.702075702075702, 0.7074481074481075, 0.768986568986569,
    0.7746031746031746,
    0.7777777777777778, 0.7841269841269841, 0.7882783882783883, 0.7914529914529914, 0.7963369963369963,
    0.8024420024420025,
    0.8083028083028083, 0.8146520146520146, 0.819047619047619, 0.8219780219780219, 0.8268620268620268,
    0.832967032967033,
    0.8412698412698413, 0.8417582417582418, 0.8844932844932845, 0.8901098901098901, 0.8905982905982905,
    0.9455433455433455,
    0.9514041514041514, 0.9518925518925518, 1.0)
_ramsdis_ir_12bit_colors = (
    '#080808', '#ffffff', '#fdfd00', '#646400', '#8c6400', '#8e0000', '#f1007b', '#f100f6', '#8b008c', '#005e90',
    '#00cad0',
    '#0bf800', '#0bf100', '#0ae200', '#09d900', '#08d200', '#07c700', '#06b900', '#05ac00', '#049e00', '#039400',
    '#028d00',
github ssec / sift / uwsift / view / colormap.py View on Github external
cira_ir_segment_indexes = [
    55,
    -30,
    -40,
    -50,
    -60,
    -70,
    -80,
    -90,
    -100,
    -108,
    -109,
]
cira_ir_controls = [(y - 55) / (-109 - 55) for x in cira_ir_segment_indexes for y in [x, x]][1:-1]

cira_ir_default = FlippedColormap(cira_ir_colors, controls=cira_ir_controls)

# Modified cloud_amount_default with 1.0 bounds value
_cloud_amount_default_control_points = (
    0.0, 0.03137254901960784, 0.2196078431372549, 0.23137254901960785, 0.2627450980392157, 0.29411764705882354,
    0.2980392156862745, 0.996078431372549, 1.0)
_cloud_amount_default_colors = (
    '#000000', '#181818', '#bababa', '#c4c4c4', '#e0e0e0', '#fbfbfb', '#ffa67d', '#ffff00', '#ffff00')
cloud_amount_default = Colormap(colors=_cloud_amount_default_colors, controls=_cloud_amount_default_control_points)
_cloud_top_height_control_points = (
    0.0, 0.2901960784313726, 0.4549019607843137, 0.611764705882353, 0.7843137254901961, 0.8, 0.8156862745098039,
    0.8235294117647058, 0.8627450980392157, 0.9019607843137255, 1.0)
_cloud_top_height_colors = (
    '#000000', '#020202', '#ac7070', '#a18331', '#41a166', '#211d8a', '#211d89', '#05f7fb', '#fbf702', '#fb0000',
    '#ffffff')
cloud_top_height = Colormap(colors=_cloud_top_height_colors, controls=_cloud_top_height_control_points)
# Modified low_cloud_base with 1.0 bounds value
github ssec / sift / uwsift / view / colormap.py View on Github external
0.8387096774193549, 0.8582600195503421, 0.9345063538611925, 1.0)
_colorhpw8h10_colors = (
    '#422c0d', '#d9a675', '#9595f8', '#4f5095', '#006363', '#73a427', '#90be3b', '#ffff00', '#ff8263', '#952728',
    '#630063',
    '#ef00ef', '#ffc7ff', '#e1b3df', '#fe8265', '#962727')
colorhpw8h10 = Colormap(colors=_colorhpw8h10_colors, controls=_colorhpw8h10_control_points)
_ir_color_clouds_summer_control_points = (
    0.0, 0.48168050806057644, 0.48265754763067903, 0.5490962383976551, 0.646800195407914, 0.6951636541279922,
    0.7625793844650708, 0.8236443575964827, 0.8847093307278945, 0.9574987787005373, 0.9960918417195896,
    0.9970688812896922,
    1.0)
_ir_color_clouds_summer_colors = (
    '#000000', '#c1c1c1', '#00fcfd', '#000073', '#00ff00', '#ffff00', '#ff0000', '#000000', '#e6e6e6', '#7f007f',
    '#13daec',
    '#06ced4', '#000000')
ir_color_clouds_summer = FlippedColormap(colors=_ir_color_clouds_summer_colors,
                                         controls=_ir_color_clouds_summer_control_points)
_ir_color_clouds_winter_control_points = (
    0.0, 0.12261846604787494, 0.48216902784562776, 0.48314606741573035, 0.5490962383976551, 0.646800195407914,
    0.6951636541279922, 0.7625793844650708, 0.8236443575964827, 0.8847093307278945, 0.9574987787005373,
    0.9960918417195896,
    0.9970688812896922, 1.0)
_ir_color_clouds_winter_colors = (
    '#000000', '#010101', '#c1c1c1', '#00fafc', '#000073', '#00ff00', '#ffff00', '#ff0000', '#000000', '#e6e6e6',
    '#7f007f',
    '#13daec', '#06ced4', '#000000')
ir_color_clouds_winter = FlippedColormap(colors=_ir_color_clouds_winter_colors,
                                         controls=_ir_color_clouds_winter_control_points)
_rainbow_11_bit_control_points = (
    0.0, 0.002442598925256473, 0.06497313141182218, 0.1270151441133366, 0.189057156814851, 0.25158768930141673,
    0.31411822178798243, 0.3761602344894968, 0.4386907669760625, 0.5012212994626283, 0.563751831949194,
    0.6257938446507083,
github ssec / sift / uwsift / view / colormap.py View on Github external
0.87542745481191986, 1.0)
_color11new_colors = ['#7e0000', '#000000', '#7e3e1f', '#ff0000', '#ff7e7e',
                      '#ffff00', '#7eff7e', '#00ff00', '#007e7e', '#00ffff', '#7e7eff', '#0000ff',
                      '#7e007e', '#ff00ff', '#ffffff', '#000000']
color11new = FlippedColormap(colors=_color11new_colors, controls=_color11new_control_points)
_fog_control_points = (
    0.0, 0.027450980392156862, 0.17647058823529413, 0.24313725490196078, 0.3254901960784314, 0.3764705882352941, 1.0)
_fog_colors = ('#000000', '#0c0c0c', '#4e4e4e', '#6d6d6d', '#919191', '#a9a9a9', '#ffffff')
fog = Colormap(colors=_fog_colors, controls=_fog_control_points)
_ir_wv_control_points = (
    0.0, 0.6431372549019608, 0.7607843137254902, 0.8, 0.803921568627451, 0.8470588235294118, 0.8901960784313725,
    0.9215686274509803, 0.9568627450980393, 0.9921568627450981, 1.0)
_ir_wv_colors = (
    '#000000', '#f5f5f5', '#df0000', '#94009a', '#8a008a', '#00c4ce', '#006d00', '#d5d5d5', '#000076', '#350016',
    '#ffffff')
ir_wv = FlippedColormap(colors=_ir_wv_colors, controls=_ir_wv_control_points)
_lifted_index__new_cimss_table_control_points = (
    0.0, 0.4823529411764706, 0.5607843137254902, 0.5647058823529412, 0.6392156862745098, 0.6431372549019608,
    0.7176470588235294, 0.7215686274509804, 0.7843137254901961, 0.9921568627450981, 1.0)
_lifted_index__new_cimss_table_colors = (
    '#000000', '#412a0e', '#7876cf', '#7b79d4', '#767502', '#706f02', '#ea0000', '#f10000', '#f575c7', '#c6c6c5',
    '#ffffff')
lifted_index__new_cimss_table = Colormap(colors=_lifted_index__new_cimss_table_colors,
                                         controls=_lifted_index__new_cimss_table_control_points)
_lifted_index_default_control_points = (
    0.0, 0.20392156862745098, 0.2901960784313726, 0.29411764705882354, 0.34901960784313724, 0.35294117647058826,
    0.40784313725490196, 0.4627450980392157, 0.4666666666666667, 0.5215686274509804, 0.6392156862745098,
    0.6431372549019608,
    0.6941176470588235, 0.7803921568627451, 1.0)
_lifted_index_default_colors = (
    '#000000', '#7f1818', '#0abf06', '#07c405', '#7382c3', '#7b8cc6', '#ca9444', '#bac005', '#bec403', '#ca84c0',
    '#c37801',
github ssec / sift / uwsift / view / colormap.py View on Github external
0.8754274548119199, 1.0)
_enhancedhrainbowh11_colors = (
    '#7e0000', '#000000', '#803e1e', '#ff0000', '#feff00', '#7efe00', '#007e00', '#00ffff', '#007efe', '#00007e',
    '#800080',
    '#ff00ff', '#ffffff', '#000000')
enhancedhrainbowh11 = FlippedColormap(colors=_enhancedhrainbowh11_colors, controls=_enhancedhrainbowh11_control_points)
_enhancedhrainbow_warmer_yellow_control_points = (
    0.0, 0.30685675492192804, 0.35030549898167007, 0.39341479972844534, 0.4803122878479294, 0.5237610319076714,
    0.5668703326544468, 0.653428377460964, 0.6972165648336728, 0.7406653088934148, 0.7837746096401901,
    0.8272233536999322,
    0.9134419551934827, 1.0)
_enhancedhrainbow_warmer_yellow_colors = (
    '#ffff00', '#000000', '#803e1f', '#ff0000', '#fdff00', '#7efd00', '#007f00', '#00ffff', '#007efd', '#01007f',
    '#800080',
    '#ff01ff', '#ffffff', '#000000')
enhancedhrainbow_warmer_yellow = FlippedColormap(colors=_enhancedhrainbow_warmer_yellow_colors,
                                                 controls=_enhancedhrainbow_warmer_yellow_control_points)
_fire_detection_3p9_control_points = (0.0, 0.36590131900341966, 0.36687835857352225, 1.0)
_fire_detection_3p9_colors = ('#ff0000', '#fffc00', '#141414', '#ffffff')
fire_detection_3p9 = FlippedColormap(colors=_fire_detection_3p9_colors, controls=_fire_detection_3p9_control_points)
_ramsdis_ir_12bit_control_points = (
    0.0, 0.505982905982906, 0.5064713064713064, 0.5794871794871795, 0.5851037851037851, 0.5855921855921856,
    0.6463980463980464, 0.6468864468864469, 0.702075702075702, 0.7074481074481075, 0.768986568986569,
    0.7746031746031746,
    0.7777777777777778, 0.7841269841269841, 0.7882783882783883, 0.7914529914529914, 0.7963369963369963,
    0.8024420024420025,
    0.8083028083028083, 0.8146520146520146, 0.819047619047619, 0.8219780219780219, 0.8268620268620268,
    0.832967032967033,
    0.8412698412698413, 0.8417582417582418, 0.8844932844932845, 0.8901098901098901, 0.8905982905982905,
    0.9455433455433455,
    0.9514041514041514, 0.9518925518925518, 1.0)
_ramsdis_ir_12bit_colors = (
github ssec / sift / uwsift / view / colormap.py View on Github external
_ir_color_clouds_summer_colors = (
    '#000000', '#c1c1c1', '#00fcfd', '#000073', '#00ff00', '#ffff00', '#ff0000', '#000000', '#e6e6e6', '#7f007f',
    '#13daec',
    '#06ced4', '#000000')
ir_color_clouds_summer = FlippedColormap(colors=_ir_color_clouds_summer_colors,
                                         controls=_ir_color_clouds_summer_control_points)
_ir_color_clouds_winter_control_points = (
    0.0, 0.12261846604787494, 0.48216902784562776, 0.48314606741573035, 0.5490962383976551, 0.646800195407914,
    0.6951636541279922, 0.7625793844650708, 0.8236443575964827, 0.8847093307278945, 0.9574987787005373,
    0.9960918417195896,
    0.9970688812896922, 1.0)
_ir_color_clouds_winter_colors = (
    '#000000', '#010101', '#c1c1c1', '#00fafc', '#000073', '#00ff00', '#ffff00', '#ff0000', '#000000', '#e6e6e6',
    '#7f007f',
    '#13daec', '#06ced4', '#000000')
ir_color_clouds_winter = FlippedColormap(colors=_ir_color_clouds_winter_colors,
                                         controls=_ir_color_clouds_winter_control_points)
_rainbow_11_bit_control_points = (
    0.0, 0.002442598925256473, 0.06497313141182218, 0.1270151441133366, 0.189057156814851, 0.25158768930141673,
    0.31411822178798243, 0.3761602344894968, 0.4386907669760625, 0.5012212994626283, 0.563751831949194,
    0.6257938446507083,
    0.688324377137274, 0.7513434294088911, 0.8754274548119199, 1.0)
_rainbow_11_bit_colors = (
    '#7e0000', '#000000', '#803e1e', '#ff0000', '#ff7e7e', '#ffff00', '#7eff7e', '#00ff00', '#007e7e', '#00ffff',
    '#7e7eff',
    '#0000ff', '#7e007e', '#ff00ff', '#ffffff', '#000000')
rainbow_11_bit = FlippedColormap(colors=_rainbow_11_bit_colors, controls=_rainbow_11_bit_control_points)
_wv_dry_yellow_control_points = (
    0.0, 0.21299462628236443, 0.3048363458720078, 0.4211040547142159, 0.48216902784562776, 0.6101612115290669,
    0.701514411333659, 1.0)
_wv_dry_yellow_colors = ('#000000', '#6c6c6c', '#ff0000', '#ffff00', '#000073', '#ffffff', '#438323', '#000000')
wv_dry_yellow = FlippedColormap(colors=_wv_dry_yellow_colors, controls=_wv_dry_yellow_control_points)
github ssec / sift / uwsift / view / colormap.py View on Github external
0.7746031746031746,
    0.7777777777777778, 0.7841269841269841, 0.7882783882783883, 0.7914529914529914, 0.7963369963369963,
    0.8024420024420025,
    0.8083028083028083, 0.8146520146520146, 0.819047619047619, 0.8219780219780219, 0.8268620268620268,
    0.832967032967033,
    0.8412698412698413, 0.8417582417582418, 0.8844932844932845, 0.8901098901098901, 0.8905982905982905,
    0.9455433455433455,
    0.9514041514041514, 0.9518925518925518, 1.0)
_ramsdis_ir_12bit_colors = (
    '#080808', '#ffffff', '#fdfd00', '#646400', '#8c6400', '#8e0000', '#f1007b', '#f100f6', '#8b008c', '#005e90',
    '#00cad0',
    '#0bf800', '#0bf100', '#0ae200', '#09d900', '#08d200', '#07c700', '#06b900', '#05ac00', '#049e00', '#039400',
    '#028d00',
    '#018200', '#007500', '#006f00', '#000000', '#d8d8d8', '#d8d8f6', '#0000f8', '#000066', '#7b0076', '#f50076',
    '#010000')
ramsdis_ir_12bit = FlippedColormap(colors=_ramsdis_ir_12bit_colors, controls=_ramsdis_ir_12bit_control_points)
_ramsdis_wv_12bit_control_points = (
    0.0, 0.0761904761904762, 0.07765567765567766, 0.07936507936507936, 0.11282051282051282, 0.3474969474969475,
    0.34798534798534797, 0.39023199023199023, 0.3934065934065934, 0.43614163614163615, 0.43907203907203907,
    0.4818070818070818, 0.4822954822954823, 0.48473748473748474, 0.6156288156288157, 0.6161172161172161,
    0.64004884004884,
    0.6405372405372405, 0.701098901098901, 0.7015873015873015, 0.7621489621489621, 0.7626373626373626,
    0.8234432234432234,
    0.8656898656898657, 0.8661782661782662, 0.8717948717948718, 0.8722832722832723, 0.884004884004884,
    0.8844932844932845,
    0.945054945054945, 0.9455433455433455, 1.0)
_ramsdis_wv_12bit_colors = ('#050500', '#313100', '#181800', '#000000', '#454500', '#c8c800', '#fd4a4a', '#211212',
                            '#4b0000', '#e20000', '#ff7e00', '#4b0000', '#430606', '#222222', '#ffffff', '#6496c8',
                            '#4d7eb1', '#000064', '#0000fe', '#006400', '#00fe00', '#640000', '#ffff00', '#8a8a35',
                            '#ffffff', '#ffffff', '#636347', '#4e4e50', '#ffffff', '#4e4e33', '#000031', '#000031')
ramsdis_wv_12bit = FlippedColormap(colors=_ramsdis_wv_12bit_colors, controls=_ramsdis_wv_12bit_control_points)
github ssec / sift / uwsift / view / colormap.py View on Github external
controls=_gray_scale_water_vapor_control_points)
_nssl_vas_wv_alternate_control_points = (
    0.0, 0.42745098039215684, 0.47058823529411764, 0.5490196078431373, 0.6274509803921569, 0.6588235294117647,
    0.6745098039215687, 0.6901960784313725, 0.7058823529411765, 0.7843137254901961, 0.9098039215686274, 1.0)
_nssl_vas_wv_alternate_colors = (
    '#000000', '#9e0000', '#7f0000', '#9e3f00', '#9e7f00', '#529e00', '#2bad00', '#00be45', '#009e6a', '#006a9e',
    '#a6a6a6',
    '#ffffff')
nssl_vas_wv_alternate = FlippedColormap(colors=_nssl_vas_wv_alternate_colors,
                                        controls=_nssl_vas_wv_alternate_control_points)
_ramsdis_wv_control_points = (
    0.0, 0.7450980392156863, 0.8, 0.8392156862745098, 0.8745098039215686, 0.9019607843137255, 0.9098039215686274,
    0.9137254901960784, 0.9568627450980393, 1.0)
_ramsdis_wv_colors = (
    '#000000', '#e5e5e5', '#0200ee', '#02ee02', '#df0000', '#ac4801', '#ffffff', '#626148', '#606060', '#ffffff')
ramsdis_wv = FlippedColormap(colors=_ramsdis_wv_colors, controls=_ramsdis_wv_control_points)
_slc_wv_control_points = (
    0.0, 0.5529411764705883, 0.6431372549019608, 0.7686274509803922, 0.8196078431372549, 0.8235294117647058,
    0.8274509803921568, 0.8627450980392157, 0.8862745098039215, 0.8901960784313725, 0.9137254901960784,
    0.9254901960784314,
    1.0)
_slc_wv_colors = (
    '#000000', '#995c35', '#3a3835', '#759285', '#166f4c', '#076a44', '#036842', '#008484', '#00b0b0', '#00b6b6',
    '#009300',
    '#006c00', '#ffffff')
slc_wv = FlippedColormap(colors=_slc_wv_colors, controls=_slc_wv_control_points)

# TOWRS
_actp_control_points = (0.0, 0.16666666666666666, 0.3333333333333333, 0.5, 0.6666666666666666, 0.8333333333333334, 1.0)
_actp_colors = ('#000000', '#00ffff', '#00ff00', '#007f00', '#ff0000', '#ffffff', '#000000')
actp = BlockedColormap(colors=_actp_colors, controls=_actp_control_points)
_adp_control_points = (0.0, 0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.0)
github ssec / sift / uwsift / view / colormap.py View on Github external
controls=_ir_color_clouds_winter_control_points)
_rainbow_11_bit_control_points = (
    0.0, 0.002442598925256473, 0.06497313141182218, 0.1270151441133366, 0.189057156814851, 0.25158768930141673,
    0.31411822178798243, 0.3761602344894968, 0.4386907669760625, 0.5012212994626283, 0.563751831949194,
    0.6257938446507083,
    0.688324377137274, 0.7513434294088911, 0.8754274548119199, 1.0)
_rainbow_11_bit_colors = (
    '#7e0000', '#000000', '#803e1e', '#ff0000', '#ff7e7e', '#ffff00', '#7eff7e', '#00ff00', '#007e7e', '#00ffff',
    '#7e7eff',
    '#0000ff', '#7e007e', '#ff00ff', '#ffffff', '#000000')
rainbow_11_bit = FlippedColormap(colors=_rainbow_11_bit_colors, controls=_rainbow_11_bit_control_points)
_wv_dry_yellow_control_points = (
    0.0, 0.21299462628236443, 0.3048363458720078, 0.4211040547142159, 0.48216902784562776, 0.6101612115290669,
    0.701514411333659, 1.0)
_wv_dry_yellow_colors = ('#000000', '#6c6c6c', '#ff0000', '#ffff00', '#000073', '#ffffff', '#438323', '#000000')
wv_dry_yellow = FlippedColormap(colors=_wv_dry_yellow_colors, controls=_wv_dry_yellow_control_points)
_dust_and_moisture_split_window_control_points = (
    0.0, 0.0014655593551538837, 0.002442598925256473, 0.2994626282364436, 0.46555935515388375, 0.46653639472398634,
    0.5002442598925256, 0.5339521250610649, 0.6170004885197851, 0.767953102100635, 0.8334147532975086, 1.0)
_dust_and_moisture_split_window_colors = (
    '#000000', '#5f5f5f', '#824513', '#834614', '#fddcb1', '#ffdeae', '#ffffff', '#0000ff', '#ffff00', '#ff0000',
    '#ff00ff',
    '#ff00ff')
dust_and_moisture_split_window = Colormap(colors=_dust_and_moisture_split_window_colors,
                                          controls=_dust_and_moisture_split_window_control_points)
_enhancedhrainbowh11_control_points = (
    0.0, 0.002442598925256473, 0.06497313141182218, 0.1270151441133366, 0.252076209086468, 0.3146067415730337,
    0.37664875427454814, 0.5012212994626283, 0.5642403517342452, 0.626770884220811, 0.6888128969223254,
    0.7513434294088911,
    0.8754274548119199, 1.0)
_enhancedhrainbowh11_colors = (
    '#7e0000', '#000000', '#803e1e', '#ff0000', '#feff00', '#7efe00', '#007e00', '#00ffff', '#007efe', '#00007e',
github ssec / sift / uwsift / view / colormap.py View on Github external
0.0, 0.3333333333333333, 0.6901960784313725, 0.7333333333333333, 0.7764705882352941, 1.0)
_ca_low_light_vis_colors = ('#000000', '#818181', '#ffffff', '#9b9b9b', '#464646', '#777777')
ca_low_light_vis = Colormap(colors=_ca_low_light_vis_colors, controls=_ca_low_light_vis_control_points)
_linear_control_points = (
    0.0, 0.2980392156862745, 0.4980392156862745, 0.6980392156862745, 0.7058823529411765, 0.8862745098039215, 1.0)
_linear_colors = ('#000000', '#4c4c4c', '#7f7f7f', '#b1b1b1', '#b4b4b4', '#e2e2e2', '#ffffff')
linear = Colormap(colors=_linear_colors, controls=_linear_control_points)
# Modified za_vis_default with 1.0 bounds value
_za_vis_default_control_points = (
    0.0, 0.23921568627450981, 0.2627450980392157, 0.34901960784313724, 0.5176470588235295, 0.8627450980392157, 1.0)
_za_vis_default_colors = ('#000000', '#0b0b0b', '#181818', '#4c4c4c', '#848484', '#ffffff', '#ffffff')
za_vis_default = Colormap(colors=_za_vis_default_colors, controls=_za_vis_default_control_points)
_gray_scale_water_vapor_control_points = (
    0.0, 0.6274509803921569, 0.7176470588235294, 0.7803921568627451, 0.9803921568627451, 0.9921568627450981, 1.0)
_gray_scale_water_vapor_colors = ('#000000', '#2e2e2e', '#606060', '#838383', '#f0f0f0', '#f6f6f6', '#ffffff')
gray_scale_water_vapor = FlippedColormap(colors=_gray_scale_water_vapor_colors,
                                         controls=_gray_scale_water_vapor_control_points)
_nssl_vas_wv_alternate_control_points = (
    0.0, 0.42745098039215684, 0.47058823529411764, 0.5490196078431373, 0.6274509803921569, 0.6588235294117647,
    0.6745098039215687, 0.6901960784313725, 0.7058823529411765, 0.7843137254901961, 0.9098039215686274, 1.0)
_nssl_vas_wv_alternate_colors = (
    '#000000', '#9e0000', '#7f0000', '#9e3f00', '#9e7f00', '#529e00', '#2bad00', '#00be45', '#009e6a', '#006a9e',
    '#a6a6a6',
    '#ffffff')
nssl_vas_wv_alternate = FlippedColormap(colors=_nssl_vas_wv_alternate_colors,
                                        controls=_nssl_vas_wv_alternate_control_points)
_ramsdis_wv_control_points = (
    0.0, 0.7450980392156863, 0.8, 0.8392156862745098, 0.8745098039215686, 0.9019607843137255, 0.9098039215686274,
    0.9137254901960784, 0.9568627450980393, 1.0)
_ramsdis_wv_colors = (
    '#000000', '#e5e5e5', '#0200ee', '#02ee02', '#df0000', '#ac4801', '#ffffff', '#626148', '#606060', '#ffffff')
ramsdis_wv = FlippedColormap(colors=_ramsdis_wv_colors, controls=_ramsdis_wv_control_points)