pyart.retrieve.compute_cdr¶
- pyart.retrieve.compute_cdr(radar, rhohv_field=None, zdr_field=None, cdr_field=None)[source]¶
Computes the Circular Depolarization Ratio.
- Parameters
radar (Radar) – Radar object.
rhohv_field (str, optional) – Name of the RhoHV field.
zdr_field (str, optional) – Name of the ZDR field.
cdr_field (str, optional) – Name of the CDR field.
- Returns
cdr (dict) – CDR field.