satpy.enhancements.abi module
Enhancement functions specific to the ABI sensor.
- satpy.enhancements.abi._cimss_true_color_contrast(img_data)[source]
Perform per-chunk enhancement.
Code ported from Kaba Bah’s AWIPS python plugin for creating the CIMSS Natural (True) Color image in AWIPS. AWIPS provides that python code the image data on a 0-255 scale. Satpy gives this function the data on a 0-1.0 scale (assuming linear stretching and sqrt enhancements have already been applied).