satpy.composites.cloud_products module
Compositors for cloud products.
- class satpy.composites.cloud_products.CloudTopHeightCompositor(name, common_channel_mask=True, **kwargs)[source]
Bases:
ColormapCompositor
Colorize with a palette, put cloud-free pixels as black.
Collect custom configuration values.
- Parameters
common_channel_mask (bool) – If True, mask all the channels with a mask that combines all the invalid areas of the given data.
- class satpy.composites.cloud_products.PrecipCloudsRGB(name, common_channel_mask=True, **kwargs)[source]
Bases:
GenericCompositor
Precipitation clouds compositor.
Collect custom configuration values.
- Parameters
common_channel_mask (bool) – If True, mask all the channels with a mask that combines all the invalid areas of the given data.