pyart.retrieve.compute_ccor#

pyart.retrieve.compute_ccor(radar, filt_field=None, unfilt_field=None, ccor_field=None)[source]#

Computes the clutter correction ratio (CCOR), i.e. the ratio between the signal without Doppler filtering and the signal with Doppler filtering

Parameters:
  • radar (Radar) – Radar object

  • filt_field, unfilt_field (str) – Name of Doppler filtered and unfiltered fields

  • ccor_field (str) – Name of the CCOR field

Returns:

ccor_dict (field dictionary) – Field dictionary containing the CCOR