doc : float
Number of gates at the end of each ray to to remove from the
calculation.
fzl : float
Freezing layer, gates above this point are not included in the
correction.
rhv_min : float
Minimum copol_coeff value to consider valid.
ncp_min : float
Minimum norm_coherent_power to consider valid.
a_coef : float
A coefficient in attenuation calculation.
beta : float
Beta parameter in attenuation calculation.
refl_field, ncp_field, rhv_field, phidp_field : str
Field names within the radar object which represent the horizonal
reflectivity, normal coherent power, the copolar coefficient, and the
differential phase shift. A value of None for any of these parameters
will use the default field name as defined in the Py-ART
configuration file.
spec_at_field, corr_refl_field : str
Names of the specific attenuation and the corrected
reflectivity fields that will be used to fill in the metadata for
the returned fields. A value of None for any of these parameters
will use the default field names as defined in the Py-ART
configuration file.
|