despike_l1b_array#
- sunkit_instruments.suvi.despike_l1b_array(data, dqf, filter_width=7)[source]#
Despike SUVI L1b data and return a despiked
numpy.ndarray
.- Parameters:
data (
numpy.ndarray
) – Array to despike.dqf (
numpy.ndarray
) – Data quality flags array.filter_width (
int
, optional.) – The filter width for the Gaussian filter, default is 7. If NaNs are still present in the despiked image, try increasing this value.
- Returns:
The despiked L1b image as a numpy array.
- Return type: