bsrn.utils.cee_detection.detect_cee#
- bsrn.utils.cee_detection.detect_cee(method, **kwargs)[source]#
Wrapper for cloud enhancement event (CEE) detection methods.
- Parameters:
method ({"killinger", "yang", "gueymard"}) – Method name.
**kwargs (dict) – Arguments forwarded to method function.
- Returns:
Standardized CEE output with is_enhancement, cee_flag, method, etc.
- Return type:
- Raises:
ValueError – When method is not one of the supported CEE methods.