geoips.plugins.modules.colormappers.visir package#

Submodules#

geoips.plugins.modules.colormappers.visir.IR_BD module#

Module containing user-specified IR-BD algorithm colormap.

geoips.plugins.modules.colormappers.visir.IR_BD.call(data_range=[-90.0, 40.0])[source]#

Colormap for displaying algorithms/visir/IR_BD.py processed data.

Parameters:

data_range (list of float, default=[-90, 40]) –

  • Min and max value for colormap.

  • Ensure the data range matches the range of the algorithm specified for use with this colormap

  • This colormap MUST include -90 and 40

Returns:

mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output

Return type:

dict

geoips.plugins.modules.colormappers.visir.Infrared module#

Module containing Infrared algorithm colormap.

geoips.plugins.modules.colormappers.visir.Infrared.call(data_range=[-90, 30])[source]#

Colormap for displaying algorithms/visir/Infrared.py processed data.

Parameters:

data_range (list of float, default=[-90, 30]) –

  • Min and max value for colormap.

  • Ensure the data range matches the range of the algorithm specified for use with this colormap

  • This colormap MUST include -90 and 30

Returns:

mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output

Return type:

dict

geoips.plugins.modules.colormappers.visir.WV module#

Module containing WV (water vapor) algorithm colormap.

geoips.plugins.modules.colormappers.visir.WV.call(data_range=[-70.0, 0.0])[source]#

Colormap developed for displaying algorithms/WV.py processed data.

Parameters:

data_range (list of float, default=[-70, 0]) –

  • Min and max value for colormap.

  • Ensure the data range matches the range of the algorithm specified for use with this colormap

  • This colormap MUST include -70 and 0

Returns:

mpl_colors_info – Dictionary of matplotlib plotting parameters, to ensure consistent image output

Return type:

dict

Module contents#

Geoips Visible/Infrared colormap init file.