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. 标准化 CEE 输出,包含 is_enhancement、cee_flag、method 等列。
- Return type:
- Raises:
ValueError – When method is not one of the supported CEE methods. 当方法名不在支持列表中时抛出异常。