geoips.plugins.classes.colormappers.visir package#

Submodules#

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

Module containing user-specified IR-BD algorithm colormap.

class geoips.plugins.classes.colormappers.visir.IR_BD.IrBdColormapperPlugin(module=None)[source]#

Bases: BaseColormapperPlugin

IR BD colormapper plugin class.

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

family = 'matplotlib'#
interface = 'colormappers'#
name = 'IR_BD'#
geoips.plugins.classes.colormappers.visir.IR_BD.PLUGIN_CLASS#

alias of IrBdColormapperPlugin

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

Module containing Infrared algorithm colormap.

class geoips.plugins.classes.colormappers.visir.Infrared.InfraredColormapperPlugin(module=None)[source]#

Bases: BaseColormapperPlugin

Infrared colormapper plugin class.

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

family = 'matplotlib'#
interface = 'colormappers'#
name = 'Infrared'#
geoips.plugins.classes.colormappers.visir.Infrared.PLUGIN_CLASS#

alias of InfraredColormapperPlugin

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

Module containing WV (water vapor) algorithm colormap.

geoips.plugins.classes.colormappers.visir.WV.PLUGIN_CLASS#

alias of WvColormapperPlugin

class geoips.plugins.classes.colormappers.visir.WV.WvColormapperPlugin(module=None)[source]#

Bases: BaseColormapperPlugin

WV colormapper plugin class.

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

family = 'matplotlib'#
interface = 'colormappers'#
name = 'WV'#

Module contents#

Geoips Visible/Infrared colormap init file.